import of python-dateutil-0.5:
The dateutil module provides powerful extensions to the standard datetime module, available in Python 2.3+. It features computing of relative deltas (next month, next year, next monday, last week of month, etc), computing of dates based on very flexible recurrence rules, using a superset of the [FTP]iCalendar specification and generic parsing of dates in almost any string format. feedback and ok xsa@
This commit is contained in:
parent
9553517b8d
commit
6aecb5235e
33
devel/py-dateutil/Makefile
Normal file
33
devel/py-dateutil/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/11/11 03:43:37 djm Exp $
|
||||
|
||||
COMMENT= "Python API for advanced date calculations"
|
||||
|
||||
VERSION= 0.5
|
||||
DISTNAME= python-dateutil-${VERSION}
|
||||
PKGNAME= ${DISTNAME:S/^python-/py-/}
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://moin.conectiva.com.br/DateUtil
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
# File is mirrored from original site (below) because it is hosted on an
|
||||
# SSL server with a busted certificate
|
||||
# https://moin.conectiva.com.br/DateUtil?action=AttachFile&do=get&target=python-dateutil-${VERSION}
|
||||
|
||||
MASTER_SITES= http://www.mindrot.org/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
do-regress: fake
|
||||
@cd ${WRKSRC} && ${MAKE_ENV} \
|
||||
PYTHONPATH=${WRKINST}${MODPY_SITEPKG} ${MODPY_BIN} ./test.py
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-dateutil/distinfo
Normal file
3
devel/py-dateutil/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (python-dateutil-0.5.tar.bz2) = fc09de1835c4f29b0e36e2ea9e6a5f44
|
||||
RMD160 (python-dateutil-0.5.tar.bz2) = aac55898006e525227252de085d4cba5a258e7d6
|
||||
SHA1 (python-dateutil-0.5.tar.bz2) = 9d10ece673310adf0d6c5c1267c94de2271f2323
|
6
devel/py-dateutil/pkg/DESCR
Normal file
6
devel/py-dateutil/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
The dateutil module provides powerful extensions to the standard
|
||||
datetime module, available in Python 2.3+. It features computing of
|
||||
relative deltas (next month, next year, next monday, last week of month,
|
||||
etc), computing of dates based on very flexible recurrence rules, using
|
||||
a superset of the [FTP]iCalendar specification and generic parsing of
|
||||
dates in almost any string format.
|
14
devel/py-dateutil/pkg/PLIST
Normal file
14
devel/py-dateutil/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/11/11 03:43:37 djm Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/easter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/easter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/parser.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/parser.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/relativedelta.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/relativedelta.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/rrule.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/rrule.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/tz.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dateutil/tz.pyc
|
Loading…
Reference in New Issue
Block a user