summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-28 12:48:01 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-28 12:59:19 +0100
commit512839c9634521eb964dca338d6cfd0bebb4fdc4 (patch)
treea0e9269a1cfd9f1d0450f9a06b8c54b43659330b /dev-python/pid
parentdev-python/pickleshare: Remove redundant versions (diff)
downloadgentoo-512839c9634521eb964dca338d6cfd0bebb4fdc4.tar.gz
gentoo-512839c9634521eb964dca338d6cfd0bebb4fdc4.tar.bz2
gentoo-512839c9634521eb964dca338d6cfd0bebb4fdc4.zip
dev-python/pid: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pid')
-rw-r--r--dev-python/pid/Manifest1
-rw-r--r--dev-python/pid/pid-2.2.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/pid/Manifest b/dev-python/pid/Manifest
index 39548c75d652..cd36f02f6f4d 100644
--- a/dev-python/pid/Manifest
+++ b/dev-python/pid/Manifest
@@ -1,2 +1 @@
-DIST pid-2.2.0.tar.gz 10752 BLAKE2B 943626f9eccecb16f3da03d222cf44aae93179d4f97f922dca431960dbd744fb996239332b7e8557464aaf0797505645634ee3a23b88f0e98fb0a9d60f20e7c3 SHA512 bd35110fe67d916265985eeceed08d70a2e2e04507eaadf62bf6c67927fc6b36ca6eaf2a225947f5b0ad049e54eb2371c8576672c0ec3f819208cf6e11543fcc
DIST pid-2.2.5.tar.gz 12151 BLAKE2B e681ad7e1d92ca1468f02dc258f12f6ae4899c775108e39c85488d8427132050d34ee79cad979a65d1bbee4cdb3d12b1a851d313547caf28c1f06dec4d0a81b6 SHA512 01cb6af9a81b216af3b2e02c336589f4f1fb29b12dbdbefb817b78255157e175b16862c2bc01412460f9f754f2c7a073c9ec2a907e3290569af8bd9a2ee7081f
diff --git a/dev-python/pid/pid-2.2.0.ebuild b/dev-python/pid/pid-2.2.0.ebuild
deleted file mode 100644
index 63ef9bc8daa1..000000000000
--- a/dev-python/pid/pid-2.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pidfile featuring stale detection and file-locking"
-HOMEPAGE="https://pypi.org/project/pid/ https://github.com/trbs/pid/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
- test? (
- dev-python/coverage[${PYTHON_USEDEP}]
- dev-python/flake8[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- nosetests -v --with-coverage --cover-package=pid || die
-}