summaryrefslogtreecommitdiff
path: root/dev-python/python-daemon/python-daemon-2.1.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-16 09:02:00 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-16 09:21:56 +0100
commit91f82f4a57a3ff2c661f6e2e78469437ee15ee10 (patch)
tree7cc61ef57ef5986be8447dc1ba856e95810d327f /dev-python/python-daemon/python-daemon-2.1.2.ebuild
parentbef2240ac03835fb6c8dc51cbc0f0d6b5a6a9990 (diff)
downloadgentoo-91f82f4a57a3ff2c661f6e2e78469437ee15ee10.tar.gz
gentoo-91f82f4a57a3ff2c661f6e2e78469437ee15ee10.tar.bz2
gentoo-91f82f4a57a3ff2c661f6e2e78469437ee15ee10.zip
dev-python/python-daemon: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-daemon/python-daemon-2.1.2.ebuild')
-rw-r--r--dev-python/python-daemon/python-daemon-2.1.2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/python-daemon/python-daemon-2.1.2.ebuild b/dev-python/python-daemon/python-daemon-2.1.2.ebuild
deleted file mode 100644
index bc1e39863cb5..000000000000
--- a/dev-python/python-daemon/python-daemon-2.1.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library to implement a well-behaved Unix daemon process"
-HOMEPAGE="https://pypi.org/project/python-daemon/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/lockfile[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/docutils[${PYTHON_USEDEP}]
- test? (
- dev-python/unittest2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/testtools[${PYTHON_USEDEP}]
- dev-python/testscenarios[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- esetup.py test
-}