aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-05-15 19:35:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-05-15 19:35:21 +0000
commit6817f493fdf7ed422956f760eaa8de9f651bf7ac (patch)
tree54747eeaef6052810ae4608cfd5a3c08cf23a76b /devel
parent05efd90bb5f9fdad4e2228e1816ed97bb36f5cac (diff)
downloadports-6817f493fdf7ed422956f760eaa8de9f651bf7ac.tar.gz
ports-6817f493fdf7ed422956f760eaa8de9f651bf7ac.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-jdcal/Makefile19
-rw-r--r--devel/py-jdcal/distinfo2
-rw-r--r--devel/py-jdcal/pkg-descr3
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7b9d59f69ce0..97d631fe0e54 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3666,6 +3666,7 @@
SUBDIR += py-iterpipes
SUBDIR += py-itools
SUBDIR += py-jcc
+ SUBDIR += py-jdcal
SUBDIR += py-jellyfish
SUBDIR += py-jira
SUBDIR += py-jmespath
diff --git a/devel/py-jdcal/Makefile b/devel/py-jdcal/Makefile
new file mode 100644
index 000000000000..8c67822c2973
--- /dev/null
+++ b/devel/py-jdcal/Makefile
@@ -0,0 +1,19 @@
+# Created by: antoine@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= jdcal
+PORTVERSION= 1.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Module converting between Julian dates and calendar dates
+
+LICENSE= BSD2CLAUSE
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-jdcal/distinfo b/devel/py-jdcal/distinfo
new file mode 100644
index 000000000000..54150fda1fe2
--- /dev/null
+++ b/devel/py-jdcal/distinfo
@@ -0,0 +1,2 @@
+SHA256 (jdcal-1.0.tar.gz) = 133220a36c533bae02355aca7f507de7b33e57e9467d33cea7d5673ba354a3e6
+SIZE (jdcal-1.0.tar.gz) = 5677
diff --git a/devel/py-jdcal/pkg-descr b/devel/py-jdcal/pkg-descr
new file mode 100644
index 000000000000..7df5155e58c8
--- /dev/null
+++ b/devel/py-jdcal/pkg-descr
@@ -0,0 +1,3 @@
+Module converting between Julian dates and calendar dates.
+
+WWW: https://github.com/phn/jdcal