summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunpoet <sunpoet@35697150-7ecd-e111-bb59-0022644237b5>2021-03-30 19:11:54 +0000
committersunpoet <sunpoet@35697150-7ecd-e111-bb59-0022644237b5>2021-03-30 19:11:54 +0000
commit39fecc517e83fb4faf5d6c31fe871bf7792a9b6b (patch)
treea389bce34f98230c44c515f91c293a615f6a58bd
parent11be95291db25c8f92daf6124e5ad5a14c315c43 (diff)
downloadfreebsd-ports-39fecc517e83fb4faf5d6c31fe871bf7792a9b6b.tar.gz
freebsd-ports-39fecc517e83fb4faf5d6c31fe871bf7792a9b6b.tar.bz2
Add py-aniso86016 6.0.0 (copied from py-aniso8601)
- Add PORTSCOUT git-svn-id: http://svn.freebsd.org/ports/head@569570 35697150-7ecd-e111-bb59-0022644237b5
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-aniso86016/Makefile23
-rw-r--r--devel/py-aniso86016/distinfo3
-rw-r--r--devel/py-aniso86016/pkg-descr3
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 848581265dce..f14d44f65dbb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4060,6 +4060,7 @@
SUBDIR += py-aiortc
SUBDIR += py-amalgamate
SUBDIR += py-aniso8601
+ SUBDIR += py-aniso86016
SUBDIR += py-ansi
SUBDIR += py-antlr4-python3-runtime
SUBDIR += py-anyconfig
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/