From 66ea8f2ae0b1ff1ecd266ebce658a5fc4021fd27 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Mar 2021 19:11:54 +0000 Subject: Add py-aniso86016 6.0.0 (copied from py-aniso8601) - Add PORTSCOUT --- devel/Makefile | 1 + devel/py-aniso86016/Makefile | 23 +++++++++++++++++++++++ devel/py-aniso86016/distinfo | 3 +++ devel/py-aniso86016/pkg-descr | 3 +++ 4 files changed, 30 insertions(+) create mode 100644 devel/py-aniso86016/Makefile create mode 100644 devel/py-aniso86016/distinfo create mode 100644 devel/py-aniso86016/pkg-descr 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 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/ -- cgit v1.2.3