mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 13:01:19 +02:00
create bsd12 branch
This commit is contained in:
20
python/py-pyrfc3339/Makefile
Normal file
20
python/py-pyrfc3339/Makefile
Normal 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>
|
||||
3
python/py-pyrfc3339/distinfo
Normal file
3
python/py-pyrfc3339/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1529611040
|
||||
SHA256 (pyRFC3339-1.1.tar.gz) = 81b8cbe1519cdb79bed04910dd6fa4e181faf8c88dff1e1b987b5f7ab23a5b1a
|
||||
SIZE (pyRFC3339-1.1.tar.gz) = 5290
|
||||
5
python/py-pyrfc3339/pkg-descr
Normal file
5
python/py-pyrfc3339/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user