1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Add py-pyrfc3339 0.2

pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python
datetime.datetime objects.

WWW: https://pypi.python.org/pypi/pyRFC3339
WWW: https://github.com/kurtraschke/pyRFC3339
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-06-14 09:19:56 +00:00
parent cd80450457
commit 403efcf325
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389618
4 changed files with 31 additions and 0 deletions

View File

@ -4045,6 +4045,7 @@
SUBDIR += py-pympler
SUBDIR += py-pymtbl
SUBDIR += py-pyparsing15
SUBDIR += py-pyrfc3339
SUBDIR += py-pyro
SUBDIR += py-pyshapelib
SUBDIR += py-pytemplate

View File

@ -0,0 +1,23 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyrfc3339
PORTVERSION= 0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyRFC3339-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate and parse RFC 3339 timestamps
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pyRFC3339-0.2.tar.gz) = a504ff6bcb363fa402d393f65fe5f542475e54fbfc55817b80892ba93b22e6de
SIZE (pyRFC3339-0.2.tar.gz) = 5068

View File

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