svn commit: r378763 - in head/devel: . py-aniso8601
Ruslan Makhmatkhanov
rm at FreeBSD.org
Tue Feb 10 11:17:55 UTC 2015
Author: rm
Date: Tue Feb 10 11:17:53 2015
New Revision: 378763
URL: https://svnweb.freebsd.org/changeset/ports/378763
QAT: https://qat.redports.org/buildarchive/r378763/
Log:
A library for parsing ISO 8601 strings.
WWW: https://bitbucket.org/nielsenb/aniso8601/
Added:
head/devel/py-aniso8601/
head/devel/py-aniso8601/Makefile (contents, props changed)
head/devel/py-aniso8601/distinfo (contents, props changed)
head/devel/py-aniso8601/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Feb 10 09:17:57 2015 (r378762)
+++ head/devel/Makefile Tue Feb 10 11:17:53 2015 (r378763)
@@ -3662,6 +3662,7 @@
SUBDIR += py-TurboJinja
SUBDIR += py-ZopeUndo
SUBDIR += py-akismet
+ SUBDIR += py-aniso8601
SUBDIR += py-anonfunc
SUBDIR += py-anyconfig
SUBDIR += py-anyjson
Added: head/devel/py-aniso8601/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-aniso8601/Makefile Tue Feb 10 11:17:53 2015 (r378763)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= aniso8601
+PORTVERSION= 0.92
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= rm at FreeBSD.org
+COMMENT= Library for parsing ISO 8601 strings
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Added: head/devel/py-aniso8601/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-aniso8601/distinfo Tue Feb 10 11:17:53 2015 (r378763)
@@ -0,0 +1,2 @@
+SHA256 (aniso8601-0.92.tar.gz) = 60860b5a13bf3c60ab5bc849ac5c55a1cb4113434eff032281ceb47578cc9da9
+SIZE (aniso8601-0.92.tar.gz) = 17810
Added: head/devel/py-aniso8601/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-aniso8601/pkg-descr Tue Feb 10 11:17:53 2015 (r378763)
@@ -0,0 +1,3 @@
+A library for parsing ISO 8601 strings.
+
+WWW: https://bitbucket.org/nielsenb/aniso8601/
More information about the svn-ports-all
mailing list