diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-16 10:01:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-16 10:01:26 +0200 |
commit | 16df3a7b76ac36457bbc8582d11b07f9373c1764 (patch) | |
tree | a9685824b612dbf988cb3d44a9f705048c1da232 /dev-python/daemonize | |
parent | dev-python/click-threading: Remove old (diff) | |
download | gentoo-16df3a7b76ac36457bbc8582d11b07f9373c1764.tar.gz gentoo-16df3a7b76ac36457bbc8582d11b07f9373c1764.tar.bz2 gentoo-16df3a7b76ac36457bbc8582d11b07f9373c1764.zip |
dev-python/daemonize: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/daemonize')
-rw-r--r-- | dev-python/daemonize/Manifest | 1 | ||||
-rw-r--r-- | dev-python/daemonize/daemonize-2.5.0.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest index 624c65c29221..29a6fdd78645 100644 --- a/dev-python/daemonize/Manifest +++ b/dev-python/daemonize/Manifest @@ -1,2 +1 @@ DIST daemonize-2.5.0.gh.tar.gz 10126 BLAKE2B 10e13f93825309d48ef67d0725ed53dcca2220b3940b3b81e1e7f29cf7b6d89af40f94488a2398bec74c0f6235ef8b1626871bda4fb33c233a872a9ccea47558 SHA512 c17a14c073e22fc98b3663da207238d183c12e95750f14cddcf90419c51c95ebc36251bb95d0bb4db84a2fb243499329473e7d14172d855d3ee204757a2a1a65 -DIST daemonize-2.5.0.tar.gz 10126 BLAKE2B 10e13f93825309d48ef67d0725ed53dcca2220b3940b3b81e1e7f29cf7b6d89af40f94488a2398bec74c0f6235ef8b1626871bda4fb33c233a872a9ccea47558 SHA512 c17a14c073e22fc98b3663da207238d183c12e95750f14cddcf90419c51c95ebc36251bb95d0bb4db84a2fb243499329473e7d14172d855d3ee204757a2a1a65 diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild b/dev-python/daemonize/daemonize-2.5.0.ebuild deleted file mode 100644 index c284be800ff3..000000000000 --- a/dev-python/daemonize/daemonize-2.5.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Library for writing system daemons in Python" -HOMEPAGE="https://github.com/thesharp/daemonize" -SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -python_test() { - "${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}" -} |