diff options
| author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-21 17:43:26 +0300 |
|---|---|---|
| committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-21 17:43:26 +0300 |
| commit | 373fb26c3a8abf944d203bf97cbee7c6b48fa1a6 (patch) | |
| tree | 9c53ef515c82525dc048a1d7b110e3ec527e8b40 /dev-python/async/async-0.6.2.ebuild | |
| parent | 169215c01481634acc6d4d8757ca46b5386851ee (diff) | |
| download | gentoo-373fb26c3a8abf944d203bf97cbee7c6b48fa1a6.tar.gz gentoo-373fb26c3a8abf944d203bf97cbee7c6b48fa1a6.tar.bz2 gentoo-373fb26c3a8abf944d203bf97cbee7c6b48fa1a6.zip | |
dev-python/async: remove last rited package
Diffstat (limited to 'dev-python/async/async-0.6.2.ebuild')
| -rw-r--r-- | dev-python/async/async-0.6.2.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/async/async-0.6.2.ebuild b/dev-python/async/async-0.6.2.ebuild deleted file mode 100644 index 4737f3a827da..000000000000 --- a/dev-python/async/async-0.6.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Async Framework" -HOMEPAGE="https://pypi.org/project/async" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="test" - -RDEPEND="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) - " - -python_test() { - nosetests || die -} |
