diff options
Diffstat (limited to 'dev-python/daemonize/daemonize-2.4.7.ebuild')
-rw-r--r-- | dev-python/daemonize/daemonize-2.4.7.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/daemonize/daemonize-2.4.7.ebuild b/dev-python/daemonize/daemonize-2.4.7.ebuild deleted file mode 100644 index 049a810..0000000 --- a/dev-python/daemonize/daemonize-2.4.7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_4 python3_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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" |