diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-08 07:03:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-08 07:03:48 +0000 |
| commit | 248da0627ee82f64b5580d6b69f328b948ba5c45 (patch) | |
| tree | f966675aa89e46c5277dc61683d6f56d1fa36978 /dev-python/dict2xml | |
| parent | ac448403b0b99947600681f5828e8456d5bbdfa5 (diff) | |
| download | baldeagleos-repo-248da0627ee82f64b5580d6b69f328b948ba5c45.tar.gz baldeagleos-repo-248da0627ee82f64b5580d6b69f328b948ba5c45.tar.xz baldeagleos-repo-248da0627ee82f64b5580d6b69f328b948ba5c45.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.6.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/dict2xml/Manifest b/dev-python/dict2xml/Manifest index 5339c8fbe34b..5011bac1eb4a 100644 --- a/dev-python/dict2xml/Manifest +++ b/dev-python/dict2xml/Manifest @@ -1 +1,2 @@ DIST dict2xml-1.7.5.tar.gz 14958 BLAKE2B 1907003e3a27a8e1c1a0e7ab1d5c72b310c46e7af7d51f6a1743ca018fb6a070b0b54b4b24afd8c78dd18f83f9f6950031c0076eae83ccc309a341a0df153708 SHA512 88a77fcdc2ec320ba1668b27da4aacfcfc817090aebabc01fce76bff51b316166a0cc1f053884e8012a28e7118449f901465703869245dc662f29cee9665157e +DIST dict2xml-1.7.6.tar.gz 15210 BLAKE2B 86ed48b2dc857efd58294c23f0708102ac66dab50e7f50ae149185f3fb707f72ef67008921ea641ed1bd96a91b25b39a92ddc796eadb64560ff29b82cd1ef07e SHA512 54e8330a556e7576d100fbbc036e8c9627872c4c1cbebcaedf137f2b8ad8e197e49b2e699c284f9c8a3d9874fea83eac80d129f67ea426e807e5699f8811b933 diff --git a/dev-python/dict2xml/dict2xml-1.7.6.ebuild b/dev-python/dict2xml/dict2xml-1.7.6.ebuild new file mode 100644 index 000000000000..0630a43d91fb --- /dev/null +++ b/dev-python/dict2xml/dict2xml-1.7.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 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} pypy3 ) + +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" + +BDEPEND=" + dev-python/noseofyeti[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |
