svn commit: r389618 - in head/devel: . py-pyrfc3339

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 14 09:19:58 UTC 2015


Author: sunpoet
Date: Sun Jun 14 09:19:56 2015
New Revision: 389618
URL: https://svnweb.freebsd.org/changeset/ports/389618

Log:
  - Add py-pyrfc3339 0.2
  
  pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python
  datetime.datetime objects.
  
  WWW: https://pypi.python.org/pypi/pyRFC3339
  WWW: https://github.com/kurtraschke/pyRFC3339

Added:
  head/devel/py-pyrfc3339/
  head/devel/py-pyrfc3339/Makefile   (contents, props changed)
  head/devel/py-pyrfc3339/distinfo   (contents, props changed)
  head/devel/py-pyrfc3339/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jun 14 09:18:46 2015	(r389617)
+++ head/devel/Makefile	Sun Jun 14 09:19:56 2015	(r389618)
@@ -4045,6 +4045,7 @@
     SUBDIR += py-pympler
     SUBDIR += py-pymtbl
     SUBDIR += py-pyparsing15
+    SUBDIR += py-pyrfc3339
     SUBDIR += py-pyro
     SUBDIR += py-pyshapelib
     SUBDIR += py-pytemplate

Added: head/devel/py-pyrfc3339/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyrfc3339/Makefile	Sun Jun 14 09:19:56 2015	(r389618)
@@ -0,0 +1,23 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pyrfc3339
+PORTVERSION=	0.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	pyRFC3339-${PORTVERSION}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Generate and parse RFC 3339 timestamps
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/devel/py-pyrfc3339/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyrfc3339/distinfo	Sun Jun 14 09:19:56 2015	(r389618)
@@ -0,0 +1,2 @@
+SHA256 (pyRFC3339-0.2.tar.gz) = a504ff6bcb363fa402d393f65fe5f542475e54fbfc55817b80892ba93b22e6de
+SIZE (pyRFC3339-0.2.tar.gz) = 5068

Added: head/devel/py-pyrfc3339/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyrfc3339/pkg-descr	Sun Jun 14 09:19:56 2015	(r389618)
@@ -0,0 +1,5 @@
+pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python
+datetime.datetime objects.
+
+WWW: https://pypi.python.org/pypi/pyRFC3339
+WWW: https://github.com/kurtraschke/pyRFC3339


More information about the svn-ports-all mailing list