summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-14 09:41:35 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-14 09:46:42 +0100
commit55b17701c99e22698243953efa9945b4b404c969 (patch)
tree163b56df0339d4143ea5d95c5749cb4e8478da0f /dev-python/greenstalk
parentdev-python/google-apitools: Remove old (diff)
downloadgentoo-55b17701c99e22698243953efa9945b4b404c969.tar.gz
gentoo-55b17701c99e22698243953efa9945b4b404c969.tar.bz2
gentoo-55b17701c99e22698243953efa9945b4b404c969.zip
dev-python/greenstalk: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/greenstalk')
-rw-r--r--dev-python/greenstalk/Manifest1
-rw-r--r--dev-python/greenstalk/greenstalk-1.0.1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/greenstalk/Manifest b/dev-python/greenstalk/Manifest
index 773ecc26f4bb..0c35653c6a48 100644
--- a/dev-python/greenstalk/Manifest
+++ b/dev-python/greenstalk/Manifest
@@ -1,2 +1 @@
-DIST greenstalk-1.0.1.tar.gz 12898 BLAKE2B fc0b90ba95b09e1490025175339c3f9eb7afed16db40ec34031305a3d487582fc7305b1990424f53a06887a34c30ab4f957db01a640576aa1c5db30511161c0f SHA512 8b57ec0c7fd3a60c24e8ddd7d51f31c0986317cbceb0f7045bbd720ca58e8f3c896f2f9924de7b1e8693844c814ecdebc020972d895468d1b0e7d055bf628b16
DIST greenstalk-2.0.0.gh.tar.gz 13280 BLAKE2B 510b84d7dd48e0f5c9fb46ec0158473623a9e4c570e1c72db45802fce7a61b99c8f15f87d6711fa7540e6e2b6d4a846194adc28e2696400c45dc6692747f41fb SHA512 4d338bccb09b7c17c0216ce9cc4c1c9c896d15327053adc248404140ded27df6969fc8f0807120ec9417676ead57395185fb9fc5d826f49a1a1ee473aabbb048
diff --git a/dev-python/greenstalk/greenstalk-1.0.1.ebuild b/dev-python/greenstalk/greenstalk-1.0.1.ebuild
deleted file mode 100644
index 131d5021b246..000000000000
--- a/dev-python/greenstalk/greenstalk-1.0.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..9} )
-inherit distutils-r1
-
-DESCRIPTION="A Python 3 client for the beanstalkd work queue"
-HOMEPAGE="https://greenstalk.readthedocs.io/ https://github.com/justinmayhew/greenstalk"
-SRC_URI="https://github.com/justinmayhew/greenstalk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- test? (
- app-misc/beanstalkd
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- pytest -vv tests.py || die
-}