diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
commit | deba8115d2c2af26df42966b91ef04ff4dd79cde (patch) | |
tree | 9a48f42594e1a9e6b2020d5535a784314434d7a7 /dev-python/zake | |
parent | 38423c67c8a23f6a1bc42038193182e2da3116eb (diff) |
gentoo resync : 14.05.2020
Diffstat (limited to 'dev-python/zake')
-rw-r--r-- | dev-python/zake/Manifest | 3 | ||||
-rw-r--r-- | dev-python/zake/metadata.xml | 19 | ||||
-rw-r--r-- | dev-python/zake/zake-0.2.1.ebuild | 30 |
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/zake/Manifest b/dev-python/zake/Manifest deleted file mode 100644 index be1ac40dbbf9..000000000000 --- a/dev-python/zake/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST zake-0.2.1.tar.gz 12972 BLAKE2B 35c3b6a3ba39084e059d75781de9f9de41dc20b150f12d437aabfdbe0ed3b66e4e0bf2427700f4cc8b78aec47cf70309ca1abbc3fd90d6b25ca7d6c576f34617 SHA512 a9f7ddeb202e16355680d8aeb39af920eeb4280352cf746c630d208567c948efe78036032d4a6ca7b1f719093eaeb1ffa071c66975bd8036a9015706d64a76d2 -EBUILD zake-0.2.1.ebuild 707 BLAKE2B 28326d47a3b821f3b8d8041b1128bf9e58a5ef57cfa50bad46d542dd39f209c950dce3d7a958bd5a83d7399b405098912b302291417b90d7f8e253c3349cf317 SHA512 fe009b2c7675e94d737ecdad6fe6c4b6a76c5291a0fa09f2fe2f8c0a1b3762b15d4eb728655666ec5c32a82277088a0d74a39abcbc35f66aa28575c0f20644eb -MISC metadata.xml 643 BLAKE2B e8d19d9fe1cf942a3580913c7b1d3284176bb8733e1e4101a1b02c9692b9451e895216cad363cae0af92f79bee19d26bb3e4976cb6c73717f8db198381d42dce SHA512 f37d7ebf54670af0b8af907385c88945a01467784163864fdc3e8a8a1f0a14bd342c4739bfc70307781df4b1c52f6a7c9ef74b3277fbe30127acb0afe34c0d0c diff --git a/dev-python/zake/metadata.xml b/dev-python/zake/metadata.xml deleted file mode 100644 index e16345dbcadc..000000000000 --- a/dev-python/zake/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <maintainer type="project"> - <email>openstack@gentoo.org</email> - <name>Openstack</name> - </maintainer> - <longdescription lang="en"> - A python package that works to provide a nice set of testing utilities for the kazoo library. - </longdescription> - <upstream> - <remote-id type="pypi">zake</remote-id> - <remote-id type="github">yahoo/Zake</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/zake/zake-0.2.1.ebuild b/dev-python/zake/zake-0.2.1.ebuild deleted file mode 100644 index 4ea3bf0a8d58..000000000000 --- a/dev-python/zake/zake-0.2.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Set of testing utilities for the kazoo library" -HOMEPAGE=" https://github.com/yahoo/Zake" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/testtools[${PYTHON_USEDEP}] - dev-python/flake8[${PYTHON_USEDEP}]" -RDEPEND=" - dev-python/kazoo[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -python_test() { - ${EPYTHON} -m nose || die -} |