diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-17 01:16:38 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-17 01:16:38 +0000 |
commit | 53cba99042fa967e2a93da9f8db806fe2d035543 (patch) | |
tree | 9780d3b87dfc6bdebc6b7b7d15af1ecb813c6853 /dev-python/kaptan | |
parent | 71deace00d1a2b091313fe137ab7092418c6f87c (diff) |
gentoo resync : 17.02.2020
Diffstat (limited to 'dev-python/kaptan')
-rw-r--r-- | dev-python/kaptan/Manifest | 3 | ||||
-rw-r--r-- | dev-python/kaptan/kaptan-0.5.12-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/kaptan/kaptan-0.5.12.ebuild | 27 |
3 files changed, 2 insertions, 30 deletions
diff --git a/dev-python/kaptan/Manifest b/dev-python/kaptan/Manifest index 1f4c23f47e66..9b0e90a22d5b 100644 --- a/dev-python/kaptan/Manifest +++ b/dev-python/kaptan/Manifest @@ -1,4 +1,3 @@ DIST kaptan-0.5.12.tar.gz 10539 BLAKE2B 678e1aae6053a7075218a0fd9ef928685e7ce9ebf385c6953275b06d1bbf67d4c8434838a7a8f0b0ec8b02e7bef434d7f68698060bea2b4232cd5ef7fa83f0b3 SHA512 fccf767749e9473947bd7cb493ddb30f7dc1b2e10ce932ca327ae3423bc023fa9c76910ac249269ee546eb9162e4ce151e2ad0b9685d888854a7185c855ae143 -EBUILD kaptan-0.5.12-r1.ebuild 517 BLAKE2B 086c4bd278ddf5e44b78831b4e175a8e1bf5672e29bfcfe346f875e8b268fe0b4dd74124cc2384d7991a2c5e36fe9bbb117bc8aa4701e5cf7046298e42652ab3 SHA512 564a704004285c69cf3fdc3ea27c622a8f8b0a83f560af15a354aebc59fd89dba604b9bf97211b2bc18878c19810f37e0795b17c584ec8e1f2bd32d1b1a40b91 -EBUILD kaptan-0.5.12.ebuild 628 BLAKE2B 44dbf970be0f2f1dde128b9e0892980575051feee7e31470581cb075d2b124687e634c8b96a528d548c26a30f678ae5ed3b52645c88e2d3c6bdd841630cd4686 SHA512 1f07476c76c66b32963a8b8b12cbd5166db2967a926a3c0b2554e05128e50cbd087135eff06cd7c66311b397b9c99522927564e054e3fc4b2ccc708c5b98bc49 +EBUILD kaptan-0.5.12-r1.ebuild 516 BLAKE2B a1e651c3203de9c7fc4c472df4118fd003ca4f225ce4b1cb0453b8ada2249a6a0638166f013367dae198630a34a8be773353ba6bafdc0162b92d7efb5c2d5ab0 SHA512 452dbfa041352bb7f859d0218615fcb846a378d9107dc58a9611f69c3330883ffeff9ab0801e1a8d3819147ff1fe882b390226c8130912ca0c675a3188b67e4f MISC metadata.xml 255 BLAKE2B 2bb3830b8cec850703f7912f4c22f5b0abeabeed0715222bc56141779d02160773cfd0f85417c553c1cd8f2738bfeb78c56dffb8e648e572019319657646d1ba SHA512 522158915afe67937f81ba572a918a2de8ca1f8591e097da56799c97870d7c44756c1acd8224d63bd3375c2b9ebc0e1ce50816899117948a48065a27804883bf diff --git a/dev-python/kaptan/kaptan-0.5.12-r1.ebuild b/dev-python/kaptan/kaptan-0.5.12-r1.ebuild index c3b25697ba3c..8c613613b2f9 100644 --- a/dev-python/kaptan/kaptan-0.5.12-r1.ebuild +++ b/dev-python/kaptan/kaptan-0.5.12-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="kaptan" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${BDEPEND} diff --git a/dev-python/kaptan/kaptan-0.5.12.ebuild b/dev-python/kaptan/kaptan-0.5.12.ebuild deleted file mode 100644 index 49b3264cc84a..000000000000 --- a/dev-python/kaptan/kaptan-0.5.12.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 python3_7 ) -inherit distutils-r1 - -DESCRIPTION="Configuration manager in your pocket" -HOMEPAGE="https://github.com/emre/kaptan" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="kaptan" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${BDEPEND} - test? ( >=dev-python/pytest-4.4.1[${PYTHON_USEDEP}] )" -RDEPEND="${BDEPEND} - >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} |