diff options
Diffstat (limited to 'devel/py-aniso86016')
-rw-r--r-- | devel/py-aniso86016/Makefile | 23 | ||||
-rw-r--r-- | devel/py-aniso86016/distinfo | 3 | ||||
-rw-r--r-- | devel/py-aniso86016/pkg-descr | 3 |
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/py-aniso86016/Makefile b/devel/py-aniso86016/Makefile new file mode 100644 index 000000000000..fa4a1e473967 --- /dev/null +++ b/devel/py-aniso86016/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= aniso8601 +PORTVERSION= 6.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 6 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Library for parsing ISO 8601 strings + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +PORTSCOUT= limit:^6\. + +.include <bsd.port.mk> diff --git a/devel/py-aniso86016/distinfo b/devel/py-aniso86016/distinfo new file mode 100644 index 000000000000..3e1a18698853 --- /dev/null +++ b/devel/py-aniso86016/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1616850724 +SHA256 (aniso8601-6.0.0.tar.gz) = b8a6a9b24611fc50cf2d9b45d371bfdc4fd0581d1cc52254f5502130a776d4af +SIZE (aniso8601-6.0.0.tar.gz) = 36429 diff --git a/devel/py-aniso86016/pkg-descr b/devel/py-aniso86016/pkg-descr new file mode 100644 index 000000000000..af9384bc32a3 --- /dev/null +++ b/devel/py-aniso86016/pkg-descr @@ -0,0 +1,3 @@ +A library for parsing ISO 8601 strings. + +WWW: https://bitbucket.org/nielsenb/aniso8601/ |