aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-05-27 03:47:01 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-05-27 03:47:01 +0800
commit6fd86c6aabc2222537b90f9eee1447c37cca0505 (patch)
treec39c10bec41099ab40993a5a9c312f23bff720d9 /devel
parentd733f3c6aa65e4470066de01f1da4ce8174dd167 (diff)
downloadfreebsd-ports-gnome-6fd86c6aabc2222537b90f9eee1447c37cca0505.tar.gz
freebsd-ports-gnome-6fd86c6aabc2222537b90f9eee1447c37cca0505.tar.zst
freebsd-ports-gnome-6fd86c6aabc2222537b90f9eee1447c37cca0505.zip
- Add py-pycalendar 2.0
An iCalendar and vCard project for python. WWW: http://pypi.python.org/pypi/pycalendar/2.0 SVN: http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable/ PR: ports/157323 Submitted by: Roland van Laar <roland@micite.net>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-pycalendar/Makefile25
-rw-r--r--devel/py-pycalendar/distinfo2
-rw-r--r--devel/py-pycalendar/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c9b658897360..7a4902949927 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2933,6 +2933,7 @@
SUBDIR += py-ptrace
SUBDIR += py-pudb
SUBDIR += py-px
+ SUBDIR += py-pycalendar
SUBDIR += py-pycallgraph
SUBDIR += py-pycerberus
SUBDIR += py-pydasm
diff --git a/devel/py-pycalendar/Makefile b/devel/py-pycalendar/Makefile
new file mode 100644
index 000000000000..2234ad65e2fa
--- /dev/null
+++ b/devel/py-pycalendar/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: py-pycalendar
+# Date created: April 23, 2011
+# Whom: Roland van Laar <roland@micite.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pycalendar
+PORTVERSION= 2.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= roland@micite.net
+COMMENT= An iCalendar and vCard module for python
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py
+
+.include <bsd.port.mk>
diff --git a/devel/py-pycalendar/distinfo b/devel/py-pycalendar/distinfo
new file mode 100644
index 000000000000..3a5ff2867920
--- /dev/null
+++ b/devel/py-pycalendar/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pycalendar-2.0.tar.gz) = fa90316e456991c813a4e57fb3815e77ba15326d615565bc831632cd7c067b0c
+SIZE (pycalendar-2.0.tar.gz) = 65413
diff --git a/devel/py-pycalendar/pkg-descr b/devel/py-pycalendar/pkg-descr
new file mode 100644
index 000000000000..a238e14f55a6
--- /dev/null
+++ b/devel/py-pycalendar/pkg-descr
@@ -0,0 +1,4 @@
+An iCalendar and vCard project for python.
+
+WWW: http://pypi.python.org/pypi/pycalendar/2.0
+SVN: http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable/