diff options
author | Karel Kočí <cynerd@email.cz> | 2021-02-18 12:16:24 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-02-18 12:16:24 +0100 |
commit | 58c8685aed982ab6e37e9abb19914413f7a5bbd4 (patch) | |
tree | 4abc5b9db7f098a351528e7eb02b83cf51af96ff /dev-python/daemonocle/daemonocle-1.2.2.ebuild | |
parent | 826b6bbacf99a334fcb47d1a708b1a3ebdc3efce (diff) | |
download | gentoo-personal-overlay-58c8685aed982ab6e37e9abb19914413f7a5bbd4.tar.gz gentoo-personal-overlay-58c8685aed982ab6e37e9abb19914413f7a5bbd4.tar.bz2 gentoo-personal-overlay-58c8685aed982ab6e37e9abb19914413f7a5bbd4.zip |
dev-python/daemonocle: update to 1.2.2
Diffstat (limited to 'dev-python/daemonocle/daemonocle-1.2.2.ebuild')
-rw-r--r-- | dev-python/daemonocle/daemonocle-1.2.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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}" |