aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-crontab/python-crontab-2.2.4.ebuild')
-rw-r--r--dev-python/python-crontab/python-crontab-2.2.4.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/python-crontab/python-crontab-2.2.4.ebuild b/dev-python/python-crontab/python-crontab-2.2.4.ebuild
deleted file mode 100644
index 2a59e91..0000000
--- a/dev-python/python-crontab/python-crontab-2.2.4.ebuild
+++ /dev/null
@@ -1,22 +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_5 python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Python Crontab API"
-HOMEPAGE="https://pypi.python.org/pypi/python-crontab/ https://github.com/doctormo/python-crontab"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/croniter[${PYTHON_USEDEP}]
-"