[Midnightbsd-cvs] mports [23236] trunk/devel: add py-pyrfc3339
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 29 16:48:02 EDT 2018
Revision: 23236
http://svnweb.midnightbsd.org/mports/?rev=23236
Author: laffer1
Date: 2018-04-29 16:48:01 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
add py-pyrfc3339
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-pyrfc3339/
trunk/devel/py-pyrfc3339/Makefile
trunk/devel/py-pyrfc3339/distinfo
trunk/devel/py-pyrfc3339/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-04-29 20:43:13 UTC (rev 23235)
+++ trunk/devel/Makefile 2018-04-29 20:48:01 UTC (rev 23236)
@@ -477,6 +477,7 @@
SUBDIR += py-ply
SUBDIR += py-pyasn1
SUBDIR += py-pycparser
+SUBDIR += py-pyrfc3339
SUBDIR += py-pytest-runner
SUBDIR += py-pytz
SUBDIR += py-setuptools_darcs
Added: trunk/devel/py-pyrfc3339/Makefile
===================================================================
--- trunk/devel/py-pyrfc3339/Makefile (rev 0)
+++ trunk/devel/py-pyrfc3339/Makefile 2018-04-29 20:48:01 UTC (rev 23236)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+
+PORTNAME= pyrfc3339
+PORTVERSION= 1.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= pyRFC3339-${PORTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Generate and parse RFC 3339 timestamps
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose
+
+NO_ARCH= yes
+USE_PYTHON= autoplist concurrent distutils
+USES= python
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-pyrfc3339/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-pyrfc3339/distinfo
===================================================================
--- trunk/devel/py-pyrfc3339/distinfo (rev 0)
+++ trunk/devel/py-pyrfc3339/distinfo 2018-04-29 20:48:01 UTC (rev 23236)
@@ -0,0 +1,2 @@
+SHA256 (pyRFC3339-1.0.tar.gz) = 8dfbc6c458b8daba1c0f3620a8c78008b323a268b27b7359e92a4ae41325f535
+SIZE (pyRFC3339-1.0.tar.gz) = 9325
Property changes on: trunk/devel/py-pyrfc3339/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-pyrfc3339/pkg-descr
===================================================================
--- trunk/devel/py-pyrfc3339/pkg-descr (rev 0)
+++ trunk/devel/py-pyrfc3339/pkg-descr 2018-04-29 20:48:01 UTC (rev 23236)
@@ -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
Property changes on: trunk/devel/py-pyrfc3339/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list