diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-17 14:32:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-17 14:32:10 +0100 |
commit | 51c50bd4c895ebf56d81fecae8e45ec3b5fc3efa (patch) | |
tree | 753b6b08624c34d1ed8414bbe22c45409f7741b9 /dev-python/poyo | |
parent | be9d77d3ac6af8f4ead98d89706f356b65578c93 (diff) | |
parent | deba8115d2c2af26df42966b91ef04ff4dd79cde (diff) |
Merge branch 'edge' into next
Diffstat (limited to 'dev-python/poyo')
-rw-r--r-- | dev-python/poyo/Manifest | 4 | ||||
-rw-r--r-- | dev-python/poyo/poyo-0.4.1.ebuild | 24 | ||||
-rw-r--r-- | dev-python/poyo/poyo-0.5.0.ebuild | 2 |
3 files changed, 2 insertions, 28 deletions
diff --git a/dev-python/poyo/Manifest b/dev-python/poyo/Manifest index 752271c97710..de7000fe0a3b 100644 --- a/dev-python/poyo/Manifest +++ b/dev-python/poyo/Manifest @@ -1,5 +1,3 @@ -DIST poyo-0.4.1.tar.gz 10960 BLAKE2B 0020e10e3d29978398930a861352138bc11c491f70cae864618734a1382470a7df6d865de89bac144535db391022748559db874f6325e64430abbc3ff52420f7 SHA512 e2dfc504ec9cea8e43363556b875f9b01fbda506ee8e70916d4a018941e4e347a4e8a78a245f980b9c41b20731948fc9e5e131b415856b31593e44b805acc768 DIST poyo-0.5.0.tar.gz 15276 BLAKE2B 515e04ee365036c96646e1d7aeae273d541298d4d817713e04c4b8be5d7dd12938099a5ed8ab1dfd137d3ff0108a0e86163b99135ea2aa739eaae67ef74484c2 SHA512 aad4334a2aaf63cafab0ecdbdd6f94e9e3d412e6476d7ac13a4399b4af0f43b1eb910e6a3cc7438e84262bc39413fadbe91674534e1e66f446d738c1328b9905 -EBUILD poyo-0.4.1.ebuild 528 BLAKE2B a299ea0f8c57ad6127e14fdbe342113d60d24544d25478f6651167d5f6d8d2b30667b25983c883a63584018c5ea86b4e10ee630475e17259128b3849d27d9b31 SHA512 b03ec17b521e41d175b2d1e7cfcb7fe4236d2cb77141cba188af42d4509ab039918433b590b02ea4a73017a9a7b0863ca5f4b5dbc4ee38820de99f405f6cdf23 -EBUILD poyo-0.5.0.ebuild 395 BLAKE2B 610596306b4d23f13226e7f21683827d10711c2696845a840bb1b9beccea2768f1afb0845889bead50cb42383692221aaa85c44efc860c84c5c2d739e6a5338f SHA512 5906a997bda5ea368ffb3c2ddf917d1ebfb5be495b27779d8146f4208b5b01dbfc5b2e3037e69eac3e4b8b7a344e7060f157571debfb0f482b14c19635658cb0 +EBUILD poyo-0.5.0.ebuild 394 BLAKE2B a1d4c14fe1c27cb63ad88d3f7d64e6e55d9637bc03e70ef91e8f1372b23c60797cb108cfe0aa3f45f95f80c99af5696103fa3abf93f18fc6270d79cbd2b81ceb SHA512 9a019a39f871418057136305c8a7d1132908a29a77b9d3ea211c6c39e4cb22df1cca6ca1f5f4bc5ba4249bc825e9eb6f6995998cf695030aff66cd30062781c5 MISC metadata.xml 361 BLAKE2B e2dcab94df2b6bc836d19fa5a7789279ef28dfa42ba1ca36f7c88fcfa461cefb2de49245fd9d94789b06f5560ec8d6b0b0d6a737cacdc4e1034cc211a468c3e5 SHA512 b40df5a8d22697185ef353c30f046ebab34896e43ec3e6aac1eb3c31396b051c026a6e76b00799855953a0f4393103bc2ab95e24fb358b0eff8897293d6762d4 diff --git a/dev-python/poyo/poyo-0.4.1.ebuild b/dev-python/poyo/poyo-0.4.1.ebuild deleted file mode 100644 index 243b2cf344dd..000000000000 --- a/dev-python/poyo/poyo-0.4.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="A lightweight YAML Parser for Python" -HOMEPAGE="https://github.com/hackebrot/poyo" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - py.test || die -} diff --git a/dev-python/poyo/poyo-0.5.0.ebuild b/dev-python/poyo/poyo-0.5.0.ebuild index a444d2233d60..1a42e187e097 100644 --- a/dev-python/poyo/poyo-0.5.0.ebuild +++ b/dev-python/poyo/poyo-0.5.0.ebuild @@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" distutils_enable_tests pytest |