summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-29 13:11:58 +0200
committerMichał Górny <mgorny@gentoo.org>2020-03-29 13:14:11 +0200
commitf08f93c340f270aa2d7b01f71c4b2c3e206a27f3 (patch)
treeb64d70c52707c2dc95871242a0c9201b494fbfbf /dev-python/vine
parentdev-python/versioneer: Revert "add python3_8" (diff)
downloadgentoo-f08f93c340f270aa2d7b01f71c4b2c3e206a27f3.tar.gz
gentoo-f08f93c340f270aa2d7b01f71c4b2c3e206a27f3.tar.bz2
gentoo-f08f93c340f270aa2d7b01f71c4b2c3e206a27f3.zip
dev-python/vine: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vine')
-rw-r--r--dev-python/vine/Manifest1
-rw-r--r--dev-python/vine/vine-1.1.3.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/vine/Manifest b/dev-python/vine/Manifest
index 39d388ee5f65..8b41a18f697e 100644
--- a/dev-python/vine/Manifest
+++ b/dev-python/vine/Manifest
@@ -1,2 +1 @@
-DIST vine-1.1.3.tar.gz 52520 BLAKE2B 751fdc358aac52403ffd9c6f9f112f68b363fe0ded465ebda732744bc2dfd6e10d8bb57cef357e65fa16c1954ec2657bd8a4f80ae81f9432dd03aaafe79a2535 SHA512 7652b1527021b2f45f3a372c65a6f196c22edad60ab1e8adbafe7174b7dae912f24eaf34788672c762ea9145ebf3d48265fa4ad99f3084d85769242f4e8bd87f
DIST vine-1.3.0.tar.gz 51953 BLAKE2B e58d750dd7a84f4a3abb24156de6ec7ab84a911692587643cabcb0df750d3768e70b14ea134da4a39978782ecc530f4fa08ba0ecb780a7a32fb2d9b506633ef5 SHA512 f7242378ebc9b591b6e0a7b6263514f32cee4b996bc6461313221b9a391dd0dd1d833591d6e9ca72ae003f6ce5c4204856d49bb5e57c69a125072cac25758688
diff --git a/dev-python/vine/vine-1.1.3.ebuild b/dev-python/vine/vine-1.1.3.ebuild
deleted file mode 100644
index 884156772b28..000000000000
--- a/dev-python/vine/vine-1.1.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Promises"
-HOMEPAGE="https://pypi.org/project/vine/ https://github.com/celery/vine"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- >=dev-python/case-1.3.1[${PYTHON_USEDEP}]
- >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- esetup.py test
-}