diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-03 18:31:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-03 18:31:50 +0000 |
| commit | 0b6a02132d280e79010ae3942f1e52cb98c1ffa4 (patch) | |
| tree | c2f6eb0cbac151a0cc6f37bbd8818e09aee93c3d /dev-python/dict2xml | |
| parent | e114ddf90904fca8a4a5773f61b48f2e8680775d (diff) | |
| download | baldeagleos-repo-0b6a02132d280e79010ae3942f1e52cb98c1ffa4.tar.gz baldeagleos-repo-0b6a02132d280e79010ae3942f1e52cb98c1ffa4.tar.xz baldeagleos-repo-0b6a02132d280e79010ae3942f1e52cb98c1ffa4.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dict2xml')
| -rw-r--r-- | dev-python/dict2xml/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/dict2xml/dict2xml-1.7.3.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/dict2xml/dict2xml-1.7.4.ebuild | 2 |
3 files changed, 1 insertions, 25 deletions
diff --git a/dev-python/dict2xml/Manifest b/dev-python/dict2xml/Manifest index fdc3fc52ebf3..e2abaa6075c2 100644 --- a/dev-python/dict2xml/Manifest +++ b/dev-python/dict2xml/Manifest @@ -1,2 +1 @@ -DIST dict2xml-1.7.3.tar.gz 14240 BLAKE2B b28343f2cfeb59a91011bb158ffe7db008f19be1576293e6b07c3b49e07f3871761c8a3a32c214bf0608602487e2e7110c7f2a2f31a7dbf44a441f44ca7f568b SHA512 631415e425688c612c15b72fc339db33977df32eb25f7f8f03a63e5115c8e06f4aa5b247ded3e16cddbb9b16597aeb0ef218f193c5f4c44ebdcd7e39c2052ed2 DIST dict2xml-1.7.4.tar.gz 14333 BLAKE2B 9d1a5180d6cffed171aa973902d6e88190b8bd90cd9e4d86744b5c074d82e45c7571763aa9cca67d190cf7af1b1fdd155cbff906a44a638dcb3a7033f1be86ba SHA512 13a2b34783e5f6414c173059ba16a2061ecaef41355b7b0099546d704c9c28b1e0f9ea3186d4b0db99083e66a2f22e69e57a4a415b72c00fd1e17bcb435e7462 diff --git a/dev-python/dict2xml/dict2xml-1.7.3.ebuild b/dev-python/dict2xml/dict2xml-1.7.3.ebuild deleted file mode 100644 index 5cc3874363b3..000000000000 --- a/dev-python/dict2xml/dict2xml-1.7.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Small utility to convert a python dictionary into an XML string" -HOMEPAGE=" - https://github.com/delfick/python-dict2xml/ - https://pypi.org/project/dict2xml/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" -# dict2xml uses noseOfYeti for its test, which is not yet available. -RESTRICT="test" - -distutils_enable_tests pytest diff --git a/dev-python/dict2xml/dict2xml-1.7.4.ebuild b/dev-python/dict2xml/dict2xml-1.7.4.ebuild index 114c1de32af4..54653be97027 100644 --- a/dev-python/dict2xml/dict2xml-1.7.4.ebuild +++ b/dev-python/dict2xml/dict2xml-1.7.4.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" # dict2xml uses noseOfYeti for its test, which is not yet available. RESTRICT="test" |
