summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 18:59:59 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 19:43:19 +0200
commit04c8aac1998ab6c09342696f74d0609074c387f3 (patch)
treecbf05f597a91444ef711aa077ffa32133dba690d /dev-python/aniso8601/aniso8601-0.83.ebuild
parentdev-python/toolz: Clean old versions up (diff)
downloadgentoo-04c8aac1998ab6c09342696f74d0609074c387f3.tar.gz
gentoo-04c8aac1998ab6c09342696f74d0609074c387f3.tar.bz2
gentoo-04c8aac1998ab6c09342696f74d0609074c387f3.zip
dev-python/aniso8601: Clean old versions up
Diffstat (limited to 'dev-python/aniso8601/aniso8601-0.83.ebuild')
-rw-r--r--dev-python/aniso8601/aniso8601-0.83.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/aniso8601/aniso8601-0.83.ebuild b/dev-python/aniso8601/aniso8601-0.83.ebuild
deleted file mode 100644
index 72b386e0c10f..000000000000
--- a/dev-python/aniso8601/aniso8601-0.83.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for parsing ISO 8601 strings"
-HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ https://pypi.python.org/pypi/aniso8601/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- local testdir=python2
- python_is_python3 && testdir=python3
-
- "${PYTHON}" -m unittest discover ${testdir}/${PN}/tests || die "Tests fail with ${EPYTHON}"
-}