summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-17 17:58:29 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-17 18:09:26 +0100
commit3061dd064fc9f8fe56c7b807b9505aed4d41d5ff (patch)
tree819ff774ef860ff22eda35bde468b9211c77a13e /dev-python/pid
parentdev-python/prometheus_client: Remove old (diff)
downloadgentoo-3061dd064fc9f8fe56c7b807b9505aed4d41d5ff.tar.gz
gentoo-3061dd064fc9f8fe56c7b807b9505aed4d41d5ff.tar.bz2
gentoo-3061dd064fc9f8fe56c7b807b9505aed4d41d5ff.zip
dev-python/pid: Remove old
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.5.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/pid/Manifest b/dev-python/pid/Manifest
index 24b80bb18291..f699585d517d 100644
--- a/dev-python/pid/Manifest
+++ b/dev-python/pid/Manifest
@@ -1,2 +1 @@
-DIST pid-2.2.5.tar.gz 12151 BLAKE2B e681ad7e1d92ca1468f02dc258f12f6ae4899c775108e39c85488d8427132050d34ee79cad979a65d1bbee4cdb3d12b1a851d313547caf28c1f06dec4d0a81b6 SHA512 01cb6af9a81b216af3b2e02c336589f4f1fb29b12dbdbefb817b78255157e175b16862c2bc01412460f9f754f2c7a073c9ec2a907e3290569af8bd9a2ee7081f
DIST pid-3.0.4.tar.gz 16228 BLAKE2B 386565071646ff5b5152c52a8a0881f54369540abaf34a82be399d5e579c763df81553393a6d9a9659beeec5f6b531c74eef7cd13f6dc6f56ee76783863c52e9 SHA512 71656511a12a27fe0c7106cd82459484071fd7a0d34f187bfd2f59dc484b6a86f2ae840eb04609c5ffb2c1f18dafd831b02c0fee5015cf840e6a1f26f95ec495
diff --git a/dev-python/pid/pid-2.2.5.ebuild b/dev-python/pid/pid-2.2.5.ebuild
deleted file mode 100644
index 883350269376..000000000000
--- a/dev-python/pid/pid-2.2.5.ebuild
+++ /dev/null
@@ -1,23 +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,8} 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"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-PATCHES=( "${FILESDIR}/${P}-fix_tests.patch" )
-
-distutils_enable_tests pytest