public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: dev-python/daemonize/
@ 2016-04-05 12:09 Tiziano Müller
  0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2016-04-05 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     175b033e9765f0ac0621f45de444f67770a05e35
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 12:09:27 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 12:09:27 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=175b033e

dev-python/daemonize: initial commit, required by errbot

 dev-python/daemonize/Manifest               |  1 +
 dev-python/daemonize/daemonize-2.4.6.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest
new file mode 100644
index 0000000..455f113
--- /dev/null
+++ b/dev-python/daemonize/Manifest
@@ -0,0 +1 @@
+DIST daemonize-2.4.6.tar.gz 10090 SHA256 3d7959b5285bf0d4cd3ca6e68aa3bf68e8dca36e3a780b1f23219571612beb77 SHA512 77ea2e78f23834ac099e1852da272c19186cf97e49fd0df6e7abbdd406c77d5c9daec7be77a18171de55d9b11d6d32a2a18b41e6ec7f3f956392d868673b0ea9 WHIRLPOOL 31f3faa4b854bbb54d3911a5043435c4f4a9f39ad94003d5aa921f3797d0c5ff0eec82c34c465dc7ae855d57e5a9752bbd59fd30308415da08ae66fd5fcd7fd0

diff --git a/dev-python/daemonize/daemonize-2.4.6.ebuild b/dev-python/daemonize/daemonize-2.4.6.ebuild
new file mode 100644
index 0000000..05ebe01
--- /dev/null
+++ b/dev-python/daemonize/daemonize-2.4.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library to enable your code run as a daemon process on Unix-like systems"
+HOMEPAGE="https://github.com/thesharp/daemonize https://pypi.python.org/pypi/daemonize/"
+SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+# ^^ package on pypi does not contain tests
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+	nosetests -v || die "Testing failed with ${EPYTHON}"
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-05 12:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-05 12:09 [gentoo-commits] dev/dev-zero:master commit in: dev-python/daemonize/ Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox