dev-python/daemonize: new package
authorSergey Popov <pinkbyte@gentoo.org>
Wed, 1 Aug 2018 12:55:44 +0000 (15:55 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Wed, 1 Aug 2018 12:55:44 +0000 (15:55 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/daemonize/Manifest [new file with mode: 0644]
dev-python/daemonize/daemonize-2.4.7.ebuild [new file with mode: 0644]
dev-python/daemonize/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest
new file mode 100644 (file)
index 0000000..a2280ec
--- /dev/null
@@ -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 (file)
index 0000000..e186dc2
--- /dev/null
@@ -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 (file)
index 0000000..0f169dd
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>pinkbyte@gentoo.org</email>
+               <name>Sergey Popov</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">thesharp/daemonize</remote-id>
+               <remote-id type="pypi">daemonize</remote-id>
+       </upstream>
+</pkgmetadata>