Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2015 11:17:54 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378763 - in head/devel: . py-aniso8601
Message-ID:  <201502101117.t1ABHsHF037698@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502101117.t1ABHsHF037698>