From: Michał Górny Date: Wed, 25 Mar 2020 13:05:35 +0000 (+0100) Subject: dev-python/monotonic: Remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d98c42800efd52823c0d86ad5f03151a86ec3b26;p=gentoo.git dev-python/monotonic: Remove old Signed-off-by: Michał Górny --- diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest index cfe0c78516a5..51fde0f5c42b 100644 --- a/dev-python/monotonic/Manifest +++ b/dev-python/monotonic/Manifest @@ -1,2 +1 @@ -DIST monotonic-1.4.tar.gz 7463 BLAKE2B c9123bb5ed5ece16014c9467c7e25dfaee8d0f30096a73f5d001b0bfc965c0c1f2b501ae39f5b490edd61f179c4e688ce4b794bdb6a842ba350d499eccd8335f SHA512 f9fa079cc325592b0bff799fabe7f9e87922cfe351776ed08be7a0060d27f81ae2c23aa7a1fac2ac2203ec26547e05fe3a918e68e6a474768b431ce860522eca DIST monotonic-1.5.tar.gz 7525 BLAKE2B e6022a9c134031f1b89e643b4f7b37417366e08de213f580a39706e7cd57b1045e8f1625be213c90fba48b69c40461d0c90255e6a9f20e565ea9a857780e2143 SHA512 05485e0baa51df95f9812d463306ce0bbe7228170b43aed8faa9d77d2b613ffede6b57b3dd273c352e0d1c04782043bec2f36be88cb1acde182a5aeb0538f970 diff --git a/dev-python/monotonic/monotonic-1.4.ebuild b/dev-python/monotonic/monotonic-1.4.ebuild deleted file mode 100644 index ca9c44a0e1cf..000000000000 --- a/dev-python/monotonic/monotonic-1.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) - -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 ~arm ~arm64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/dev-python/monotonic/monotonic-1.5.ebuild b/dev-python/monotonic/monotonic-1.5.ebuild deleted file mode 100644 index 08e4b3f6bcbc..000000000000 --- a/dev-python/monotonic/monotonic-1.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) - -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 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=""