diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2014-04-20 23:51:59 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2014-04-20 23:51:59 +0000 |
commit | abef0756da6c0ef731c1aa9cb243db24799f682f (patch) | |
tree | f1f5fea3c8676348b924174f32e49bb67f8b459f /dev-python/iso8601 | |
parent | Version bump. (diff) | |
download | gentoo-2-abef0756da6c0ef731c1aa9cb243db24799f682f.tar.gz gentoo-2-abef0756da6c0ef731c1aa9cb243db24799f682f.tar.bz2 gentoo-2-abef0756da6c0ef731c1aa9cb243db24799f682f.zip |
removing bad version
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/iso8601')
-rw-r--r-- | dev-python/iso8601/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/iso8601/iso8601-0.1.9.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-python/iso8601/ChangeLog b/dev-python/iso8601/ChangeLog index 9a2f15304bd7..30671114ec0f 100644 --- a/dev-python/iso8601/ChangeLog +++ b/dev-python/iso8601/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/iso8601 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.19 2014/04/20 23:17:31 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.20 2014/04/20 23:51:59 prometheanfire Exp $ + + 20 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> -iso8601-0.1.9.ebuild: + removing bad version *iso8601-0.1.9 (20 Apr 2014) diff --git a/dev-python/iso8601/iso8601-0.1.9.ebuild b/dev-python/iso8601/iso8601-0.1.9.ebuild deleted file mode 100644 index e23c616a56ef..000000000000 --- a/dev-python/iso8601/iso8601-0.1.9.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.9.ebuild,v 1.1 2014/04/20 23:17:31 prometheanfire Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="http://code.google.com/p/pyiso8601/ http://pypi.python.org/pypi/iso8601" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" -RDEPEND="" - -python_test() { - "${PYTHON}" -m py.test --verbose iso8601 || die "Tests fail with ${EPYTHON}" -} |