From 58c8685aed982ab6e37e9abb19914413f7a5bbd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 18 Feb 2021 12:16:24 +0100 Subject: dev-python/daemonocle: update to 1.2.2 --- dev-python/daemonocle/daemonocle-1.2.2.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev-python/daemonocle/daemonocle-1.2.2.ebuild (limited to 'dev-python/daemonocle/daemonocle-1.2.2.ebuild') diff --git a/dev-python/daemonocle/daemonocle-1.2.2.ebuild b/dev-python/daemonocle/daemonocle-1.2.2.ebuild new file mode 100644 index 0000000..c7260c5 --- /dev/null +++ b/dev-python/daemonocle/daemonocle-1.2.2.ebuild @@ -0,0 +1,18 @@ +EAPI="6" + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="Library for creating your own Unix-style daemons" +HOMEPAGE="http://github.com/jnrbsn/daemonocle" +SRC_URI="https://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/click + dev-python/psutil" +DEPEND="${RDEPEND}" -- cgit v1.2.3