From: Sergey Popov Date: Wed, 1 Aug 2018 12:55:44 +0000 (+0300) Subject: dev-python/daemonize: new package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=76ee312b49eeef2cc1da22a87390a5189960f62c;p=gentoo.git dev-python/daemonize: new package Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest new file mode 100644 index 000000000000..a2280ec257f6 --- /dev/null +++ b/dev-python/daemonize/Manifest @@ -0,0 +1 @@ +DIST daemonize-2.4.7.tar.gz 10096 BLAKE2B aeac5b0c0ac3dc0a1a069f3b1bdcc81bc8cc6703c4650ee6b569f6ce9caf6255551655e41a94406b1ff22817ef2f64d7826ad9491cbe1b0591e357141f34f06f SHA512 33c32893916b9bc45949bb4115bc8aee2eacd809535783eb7b07d3d3ee162ea969da5a739078f8b061e89da52e8da468f9d7fe916dd4f9d7dbea7012c2955e9d diff --git a/dev-python/daemonize/daemonize-2.4.7.ebuild b/dev-python/daemonize/daemonize-2.4.7.ebuild new file mode 100644 index 000000000000..e186dc2bcd22 --- /dev/null +++ b/dev-python/daemonize/daemonize-2.4.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6} ) + +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 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/daemonize/metadata.xml b/dev-python/daemonize/metadata.xml new file mode 100644 index 000000000000..0f169dd51718 --- /dev/null +++ b/dev-python/daemonize/metadata.xml @@ -0,0 +1,12 @@ + + + + + pinkbyte@gentoo.org + Sergey Popov + + + thesharp/daemonize + daemonize + +