diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-03 10:28:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-03 10:28:17 +0000 |
commit | d99093fb4bb5652015c06274d64083daa2439e4f (patch) | |
tree | cf61513204d97974179580065e85df5c8009087c /dev-python/pyghmi | |
parent | 463397cf1e064185110fe57c568d73f99a06f5d1 (diff) |
gentoo resync : 03.03.2021
Diffstat (limited to 'dev-python/pyghmi')
-rw-r--r-- | dev-python/pyghmi/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pyghmi/metadata.xml | 8 | ||||
-rw-r--r-- | dev-python/pyghmi/pyghmi-1.5.22.ebuild (renamed from dev-python/pyghmi/pyghmi-1.5.5.ebuild) | 9 |
3 files changed, 12 insertions, 11 deletions
diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest index 868c65d59564..fba690eb6f98 100644 --- a/dev-python/pyghmi/Manifest +++ b/dev-python/pyghmi/Manifest @@ -1,3 +1,3 @@ -DIST pyghmi-1.5.5.tar.gz 195830 BLAKE2B de7acc04e4b33f9a623cbe1afcd0caf869dea3e635df5e7ee1c609ac223cd6bf203735da54b6fe0e9f9a98e2371077f6e2d29dea60112014d58477195e798118 SHA512 9f1e1e0f0cf88c0ff794a29e4116b20dcf5eae141c1eefb6c5b8e3fae948fe6f928cd98dc4b95248c5cddab1cea3b841818e3255ec85c11d5c039dcc2c315cbb -EBUILD pyghmi-1.5.5.ebuild 1136 BLAKE2B 248f4993a0b81c81bc7a30f80b297a86400a3759a5a3d53ce3e91c98bb80c41e7a97bef4d13f6476bb93c7d5b170b47433ef2ca6943ee8c27b93d9a755ca3997 SHA512 25efa17e4a85f64eec7f6c357bfa5517ea0948936856b3f59ddd77ea405a181723539bf9a5ed206a30b9a9dccf78aab9a350851d419e0f14a45c068b168deae8 -MISC metadata.xml 343 BLAKE2B 107a20dca0846a5e4dc8d61825da4193cc7525abad94e161022371ccba00523822c69cf0cae23d13b6f650ec11b98ef4640b5cf18437d60a9a5a6bf37867e9e8 SHA512 cb4c5f58339d6c5f181bb0e9a1aacb4e3c30c5690744e0ee6649e82eece03678246cfe3b13c219e177de8812c6916fe1b6b49443c2dc0a00ed1d024c8858b5c9 +DIST pyghmi-1.5.22.tar.gz 221963 BLAKE2B 6705e904c481ddbb241fc8f8089e6bc9bcc142bfca9aaa518b2293b5dd387113fa4bbb418e748584f69fac5e8d1049d669eb73d24463adaaec3a891cae98f928 SHA512 cc665f8b9f4a0c9c127b9e895ba62e650cdb589f5c9edae6accaa5558f347d31725e8da446fcafb4f71ffadc17121d8b293160413f4a41055cb1720e9fa1ecde +EBUILD pyghmi-1.5.22.ebuild 1116 BLAKE2B 0d96964ae13baa9be846aaf23d1dddc9f8364edc68a56aa57d3ae71588eed61712ac0af7800bae9109e448ecc9ec773abf1716b7be4dafb7ce3a238f2b87ad7e SHA512 959e0352c804d14a947009c1cbecdf76e306aad9b1d4f6c7b162147cb4e44475dc067ba11adc50d69ff5f794f2bf9dd97533b6ba19ac091f9b33f6484d837a98 +MISC metadata.xml 393 BLAKE2B ca47af51c6bd0b9939279323f0cb79895320f250a7f1e7e12aff2455cc84fd2c2a91de417976b49be4d93e7719e44d480f9adabc49612978f00d1cf640a8544c SHA512 e768bbf1b720b644329379f9949ac7e1eb582f14a90cc57daa7e1b6aa727183f16577762688693dea7e3238f8cc0e47456b3898b1be1b1885eb4f7c414dd8088 diff --git a/dev-python/pyghmi/metadata.xml b/dev-python/pyghmi/metadata.xml index 9ae992913b2b..d196ca4f8f8e 100644 --- a/dev-python/pyghmi/metadata.xml +++ b/dev-python/pyghmi/metadata.xml @@ -1,11 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>zmedico@gentoo.org</email> + <name>Zac Medico</name> + </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="pypi">pyghmi</remote-id> <remote-id type="github">openstack/pyghmi</remote-id> </upstream> - <maintainer type="person"> - <email>zmedico@gentoo.org</email> - </maintainer> </pkgmetadata> diff --git a/dev-python/pyghmi/pyghmi-1.5.5.ebuild b/dev-python/pyghmi/pyghmi-1.5.22.ebuild index f0bfab277280..4a81c80c555a 100644 --- a/dev-python/pyghmi/pyghmi-1.5.5.ebuild +++ b/dev-python/pyghmi/pyghmi-1.5.22.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend - inherit distutils-r1 DESCRIPTION="A pure python implementation of IPMI protocol" HOMEPAGE="https://github.com/openstack/pyghmi/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" @@ -22,7 +21,7 @@ RDEPEND=">=dev-python/cryptography-2.1[${PYTHON_USEDEP}] dev-python/pbr[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +BDEPEND=" test? ( >=dev-python/coverage-4.0[${PYTHON_USEDEP}] >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] |