diff options
author | 2016-08-13 10:43:45 -0500 | |
---|---|---|
committer | 2016-08-13 10:43:45 -0500 | |
commit | 9fc0a8b7d0f4986187da3f8ba3a60e034df4f4e2 (patch) | |
tree | b0b9bf2d99b1de8f62ea223cf51ebb8afdc5ce4a /dev-python/monotonic/monotonic-0.2.ebuild | |
parent | dev-python/monotonic: add version 1.2 (diff) | |
download | gentoo-9fc0a8b7d0f4986187da3f8ba3a60e034df4f4e2.tar.gz gentoo-9fc0a8b7d0f4986187da3f8ba3a60e034df4f4e2.tar.bz2 gentoo-9fc0a8b7d0f4986187da3f8ba3a60e034df4f4e2.zip |
dev-python/monotonic: remove version 0.2
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/monotonic/monotonic-0.2.ebuild')
-rw-r--r-- | dev-python/monotonic/monotonic-0.2.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/monotonic/monotonic-0.2.ebuild b/dev-python/monotonic/monotonic-0.2.ebuild deleted file mode 100644 index f469780ef414..000000000000 --- a/dev-python/monotonic/monotonic-0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) - -inherit distutils-r1 - -DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3" -HOMEPAGE="https://github.com/atdt/monotonic" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" |