Date: Tue, 30 Mar 2021 19:11:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569570 - in head/devel: . py-aniso86016 Message-ID: <202103301911.12UJBsKO097951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Mar 30 19:11:54 2021 New Revision: 569570 URL: https://svnweb.freebsd.org/changeset/ports/569570 Log: Add py-aniso86016 6.0.0 (copied from py-aniso8601) - Add PORTSCOUT Added: head/devel/py-aniso86016/ - copied from r569125, head/devel/py-aniso8601/ Modified: head/devel/Makefile head/devel/py-aniso86016/Makefile head/devel/py-aniso86016/distinfo (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Mar 30 18:46:47 2021 (r569569) +++ head/devel/Makefile Tue Mar 30 19:11:54 2021 (r569570) @@ -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 Modified: head/devel/py-aniso86016/Makefile ============================================================================== --- head/devel/py-aniso8601/Makefile Wed Mar 24 14:23:43 2021 (r569125) +++ head/devel/py-aniso86016/Makefile Tue Mar 30 19:11:54 2021 (r569570) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= aniso8601 -PORTVERSION= 4.1.0 +PORTVERSION= 6.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 6 -MAINTAINER= rm@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for parsing ISO 8601 strings LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} - USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +PORTSCOUT= limit:^6\. .include <bsd.port.mk> Modified: head/devel/py-aniso86016/distinfo ============================================================================== --- head/devel/py-aniso8601/distinfo Wed Mar 24 14:23:43 2021 (r569125) +++ head/devel/py-aniso86016/distinfo Tue Mar 30 19:11:54 2021 (r569570) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547399956 -SHA256 (aniso8601-4.1.0.tar.gz) = 03c0ffeeb04edeca1ed59684cc6836dc377f58e52e315dc7be3af879909889f4 -SIZE (aniso8601-4.1.0.tar.gz) = 39902 +TIMESTAMP = 1616850724 +SHA256 (aniso8601-6.0.0.tar.gz) = b8a6a9b24611fc50cf2d9b45d371bfdc4fd0581d1cc52254f5502130a776d4af +SIZE (aniso8601-6.0.0.tar.gz) = 36429
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103301911.12UJBsKO097951>