create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/devel/py-pyrfc3339/Makefile 473242 2018-06-24 20:18:03Z sunpoet $
PORTNAME= pyrfc3339
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyRFC3339-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate and parse RFC 3339 timestamps
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:python/py-pytz@${PY_FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1529611040
SHA256 (pyRFC3339-1.1.tar.gz) = 81b8cbe1519cdb79bed04910dd6fa4e181faf8c88dff1e1b987b5f7ab23a5b1a
SIZE (pyRFC3339-1.1.tar.gz) = 5290

View File

@@ -0,0 +1,5 @@
pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python
datetime.datetime objects.
WWW: https://pypi.org/project/pyRFC3339/
WWW: https://github.com/kurtraschke/pyRFC3339