summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-19 10:30:29 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-19 10:46:41 +0200
commitd4e457742320f77547cef4c2fd020bb8aee3a9cf (patch)
tree69a7e234d0595e18ccd7fa2bfede6e05d7d1ddf4 /dev-python/jdcal/jdcal-1.4.ebuild
parentsys-cluster/teleport: add v3.0.1 (diff)
downloadgentoo-d4e457742320f77547cef4c2fd020bb8aee3a9cf.tar.gz
gentoo-d4e457742320f77547cef4c2fd020bb8aee3a9cf.tar.bz2
gentoo-d4e457742320f77547cef4c2fd020bb8aee3a9cf.zip
dev-python/jdcal: Bump to 1.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jdcal/jdcal-1.4.ebuild')
-rw-r--r--dev-python/jdcal/jdcal-1.4.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/jdcal/jdcal-1.4.ebuild b/dev-python/jdcal/jdcal-1.4.ebuild
new file mode 100644
index 000000000000..7d5ccbb430d7
--- /dev/null
+++ b/dev-python/jdcal/jdcal-1.4.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=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Julian dates from proleptic Gregorian and Julian calendars"
+HOMEPAGE="https://github.com/phn/jdcal"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"