summaryrefslogtreecommitdiff
path: root/dev-python/python-daemon/python-daemon-2.3.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-21 10:32:14 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-21 11:07:40 +0100
commit679d47d2d2362c7d8fe1b7122dad424ee953be75 (patch)
tree324a7d7d3d2f2cb15ebb30b13f3e32e4a8923798 /dev-python/python-daemon/python-daemon-2.3.0.ebuild
parente14d4aea8b95a94d55a2bd2800f7264aa6a8786d (diff)
downloadgentoo-679d47d2d2362c7d8fe1b7122dad424ee953be75.tar.gz
gentoo-679d47d2d2362c7d8fe1b7122dad424ee953be75.tar.bz2
gentoo-679d47d2d2362c7d8fe1b7122dad424ee953be75.zip
dev-python/python-daemon: Bump to 2.3.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-daemon/python-daemon-2.3.0.ebuild')
-rw-r--r--dev-python/python-daemon/python-daemon-2.3.0.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/python-daemon/python-daemon-2.3.0.ebuild b/dev-python/python-daemon/python-daemon-2.3.0.ebuild
new file mode 100644
index 000000000000..89993f129963
--- /dev/null
+++ b/dev-python/python-daemon/python-daemon-2.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+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"
+
+RDEPEND="
+ dev-python/lockfile[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ dev-python/docutils[${PYTHON_USEDEP}]
+ dev-python/twine[${PYTHON_USEDEP}]
+ test? (
+ dev-python/testtools[${PYTHON_USEDEP}]
+ dev-python/testscenarios[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests setup.py