frantisek holop takesover maintainership.
This commit is contained in:
parent
8e0e3b15d3
commit
fee1ee6551
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2013/03/08 02:04:37 djm Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2013/03/08 09:13:36 jasper Exp $
|
||||
|
||||
COMMENT= Python API for advanced date calculations
|
||||
|
||||
@ -6,11 +6,13 @@ VERSION= 1.1
|
||||
ZINFO= 2005q
|
||||
DISTNAME= python-dateutil-${VERSION}
|
||||
PKGNAME= ${DISTNAME:S/^python-/py-/}
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://labix.org/python-dateutil
|
||||
|
||||
MAINTAINER = frantisek holop <minusf@obiit.org>
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
# BSD
|
||||
|
@ -1,15 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2013/03/08 02:04:37 djm Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2013/03/08 09:13:36 jasper Exp $
|
||||
|
||||
COMMENT= Python API for dealing with timezones
|
||||
|
||||
MODPY_EGG_VERSION= 2012c
|
||||
DISTNAME= pytz-${MODPY_EGG_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/^py/py-/}
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://pytz.sourceforge.net/
|
||||
|
||||
MAINTAINER = frantisek holop <minusf@obiit.org>
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
# BSD
|
||||
|
@ -1,16 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2013/03/08 02:04:37 djm Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2013/03/08 09:13:36 jasper Exp $
|
||||
|
||||
COMMENT = fast, optionally sandboxed, Python template engine
|
||||
|
||||
MODPY_EGG_VERSION = 2.6
|
||||
DISTNAME = Jinja2-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:L}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = www devel
|
||||
|
||||
HOMEPAGE = http://jinja.pocoo.org/2/
|
||||
|
||||
MAINTAINER = frantisek holop <minusf@obiit.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
Loading…
Reference in New Issue
Block a user