diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-18 00:01:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-18 00:01:42 +0100 |
commit | 075fd1f8cabc5879c6eb42127fb84c3058677fde (patch) | |
tree | 8b761e85416656264e041b1954427a58894b3333 /dev-python/xmltodict | |
parent | 6c9dc10e04cd513437e046ccca0e51a3d6d4dc7c (diff) |
gentoo auto-resync : 18:05:2024 - 00:01:41
Diffstat (limited to 'dev-python/xmltodict')
-rw-r--r-- | dev-python/xmltodict/Manifest | 2 | ||||
-rw-r--r-- | dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest index 58c66528a0e6..c898ee1e5cf7 100644 --- a/dev-python/xmltodict/Manifest +++ b/dev-python/xmltodict/Manifest @@ -1,3 +1,3 @@ DIST xmltodict-0.13.0.tar.gz 33813 BLAKE2B 54fd4532323d8682e81e8db9ec811c772aa1b772ee5a9fa2debb93030a44a165e282901a445f76c8a477626b151ec9ed210f1e790bd9426b5f071c9a4ad60bdf SHA512 fea256017e9806074f0b1dbece393a6e90cdb045842970015daeef2c035d210b3333196a57635192f889b1d2e570731707f7725e020c678db34f590f8c9ad400 -EBUILD xmltodict-0.13.0-r1.ebuild 529 BLAKE2B b17ab1c9e0db14929695c29d83a01184659b1193e8507e03acc7d74cd7906dee09d7bc65e057eb187f0674327cde433a81a06e0de4ecf2e4968ecbe17c8a594b SHA512 087e9281c0e1d24506a03948aa4ea20fb51feff975686caead70c1bdec66922d694ad5d5b2c8d6544372ae23b513968dc6cb8687cd04a16a87c969c9c2e16b69 +EBUILD xmltodict-0.13.0-r1.ebuild 532 BLAKE2B 263d32dfa6c6b5ad8921c23a14fbd9c8ce37f590d7cc4d9bfc65b5f47c96459dda539e0a1862202e680e6752b4cf954876216812b0e7c50029a9cd563384f4ac SHA512 0f7e2c8c3125ea78237fc1d1e79fec321548121e3066ced3595733ef88592507b8d442b66b1e19780c95d691d6753e61895d000957ea46ce7d404f8ed13a3ad1 MISC metadata.xml 411 BLAKE2B 2d0ccbedbfc7291b518e636b38ab4c897e5d4b5ab80b3ed46d75f50ad4083166cf9b0837a2253e18d2d1fa6821c7bfb30c1949bd6ca818f3195ba0cead20c849 SHA512 f69f46143c440f39cde7b27206b7c262191e268f2a010faaa97a985c7285b1d0f2164584a7a81281791bfd55f935e5276bd750f2f788be2f9e2b13a91bcf342c diff --git a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild index c21ed017a094..b6ae73d6b21e 100644 --- a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild +++ b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild @@ -1,16 +1,18 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi DESCRIPTION="Makes working with XML feel like you are working with JSON" -HOMEPAGE="https://github.com/martinblech/xmltodict/ - https://pypi.org/project/xmltodict/" +HOMEPAGE=" + https://github.com/martinblech/xmltodict/ + https://pypi.org/project/xmltodict/ +" LICENSE="MIT" SLOT="0" |