Date: Thu, 27 Aug 2020 18:42:19 +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: r546400 - in head/devel: . py-pytzdata Message-ID: <202008271842.07RIgJci017395@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Aug 27 18:42:18 2020 New Revision: 546400 URL: https://svnweb.freebsd.org/changeset/ports/546400 Log: Add py-pytzdata 2020.1 The Olson timezone database for Python. WWW: https://github.com/sdispater/pytzdata Added: head/devel/py-pytzdata/ head/devel/py-pytzdata/Makefile (contents, props changed) head/devel/py-pytzdata/distinfo (contents, props changed) head/devel/py-pytzdata/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Aug 27 18:42:13 2020 (r546399) +++ head/devel/Makefile Thu Aug 27 18:42:18 2020 (r546400) @@ -4946,6 +4946,7 @@ SUBDIR += py-pytrie SUBDIR += py-pytvmaze SUBDIR += py-pytz + SUBDIR += py-pytzdata SUBDIR += py-pyudev SUBDIR += py-pyupgrade SUBDIR += py-pyusb Added: head/devel/py-pytzdata/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytzdata/Makefile Thu Aug 27 18:42:18 2020 (r546400) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pytzdata +PORTVERSION= 2020.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Olson timezone database for Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-pytzdata/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytzdata/distinfo Thu Aug 27 18:42:18 2020 (r546400) @@ -0,0 +1,3 @@ +TIMESTAMP = 1598456547 +SHA256 (pytzdata-2020.1.tar.gz) = 3efa13b335a00a8de1d345ae41ec78dd11c9f8807f522d39850f2dd828681540 +SIZE (pytzdata-2020.1.tar.gz) = 281719 Added: head/devel/py-pytzdata/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytzdata/pkg-descr Thu Aug 27 18:42:18 2020 (r546400) @@ -0,0 +1,3 @@ +The Olson timezone database for Python. + +WWW: https://github.com/sdispater/pytzdata
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271842.07RIgJci017395>