diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-10 09:02:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-10 10:01:43 +0200 |
commit | 9f456a544555fcdab588b816706beb19b519bafd (patch) | |
tree | 87eb098f22fc5ff528d928c54087c7132c58a695 /dev-python/futurist | |
parent | dev-python/eventlet: Remove obsolete monotonic dep (diff) | |
download | gentoo-9f456a544555fcdab588b816706beb19b519bafd.tar.gz gentoo-9f456a544555fcdab588b816706beb19b519bafd.tar.bz2 gentoo-9f456a544555fcdab588b816706beb19b519bafd.zip |
dev-python/futurist: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/futurist')
-rw-r--r-- | dev-python/futurist/Manifest | 1 | ||||
-rw-r--r-- | dev-python/futurist/futurist-1.8.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/futurist/Manifest b/dev-python/futurist/Manifest index 287d2187d39b..33baaef09237 100644 --- a/dev-python/futurist/Manifest +++ b/dev-python/futurist/Manifest @@ -1,2 +1 @@ -DIST futurist-1.8.1.tar.gz 42430 BLAKE2B 4584d37dd2a5de41be576b1233a50202c9c134b0a7e6c231e028224413f2a0c6e2ab22e1685e5fc974cded3e70c4fee6cbb9ae1262f167455a40a39eeec8c904 SHA512 4ec292284a1a6a7675bd9970f391bfcc47841c42beedac8348b23755481c4f87a2467dbb0f8c963c4b9fc8148a8aaca43e3c166878d07c9e48720481b0f73d9b DIST futurist-2.3.0.tar.gz 42993 BLAKE2B ace10473ee65dedfa33f021437e6d2e974e7e9acd7eb5c6ae6955b133d74376d0bc5e966a8db502f17ff1825abaad1f6b583c6a21dcdd33d87ed4063d35a4638 SHA512 fa12314ce1bc12ccb7d8dd0e99a76a63dbd6a1c6560ca976eacb782f2c28a6003aee820d8ea745b59d35280b047e67563b046c761737d76fefb5928fdfba20e9 diff --git a/dev-python/futurist/futurist-1.8.1.ebuild b/dev-python/futurist/futurist-1.8.1.ebuild deleted file mode 100644 index 9a194555391a..000000000000 --- a/dev-python/futurist/futurist-1.8.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="Useful additions to futures, from the future" -HOMEPAGE="https://pypi.org/project/futurist/ http://docs.openstack.org/developer/futurist" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/monotonic-0.6[${PYTHON_USEDEP}] - >=dev-python/contextlib2-0.4.0[${PYTHON_USEDEP}] - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]" |