diff --git a/databases/py-mysql/Makefile b/databases/py-mysql/Makefile index b487900cc17..7fe7187b863 100644 --- a/databases/py-mysql/Makefile +++ b/databases/py-mysql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2007/10/08 08:22:39 steven Exp $ +# $OpenBSD: Makefile,v 1.32 2007/12/10 21:07:51 martynas Exp $ SHARED_ONLY= Yes @@ -7,7 +7,7 @@ COMMENT= Python interface to MySQL VERSION= 1.2.2 DISTNAME= MySQL-python-${VERSION} PKGNAME= py-mysql-${VERSION}p1 -CATEGORIES= databases lang/python +CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mysql-python/} diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile index b5cff2a8e42..b4f12fb773b 100644 --- a/databases/py-psycopg2/Makefile +++ b/databases/py-psycopg2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/10/08 08:22:39 steven Exp $ +# $OpenBSD: Makefile,v 1.5 2007/12/10 21:07:51 martynas Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= PostgreSQL database adapter for Python DISTNAME= psycopg2-2.0.5.1 PKGNAME= py-${DISTNAME}p0 -CATEGORIES= databases lang/python +CATEGORIES= databases HOMEPAGE= http://initd.org/projects/psycopg2 diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index ef71b298153..d1d489b518a 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2007/11/23 11:56:42 martynas Exp $ +# $OpenBSD: Makefile,v 1.7 2007/12/10 21:07:51 martynas Exp $ COMMENT= database toolkit for Python @@ -6,7 +6,7 @@ V= 0.4.1 DISTNAME= SQLAlchemy-${V} PKGNAME= py-sqlalchemy-${V} -CATEGORIES= databases lang/python +CATEGORIES= databases HOMEPAGE= http://www.sqlalchemy.org/ diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile index a49210402a1..5ed60b02262 100644 --- a/databases/py-sqlobject/Makefile +++ b/databases/py-sqlobject/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:39 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= Object Relational Manager @@ -6,7 +6,7 @@ V= 0.9.0 DISTNAME= SQLObject-${V} PKGNAME= py-sqlobject-${V}p0 -CATEGORIES= databases lang/python +CATEGORIES= databases HOMEPAGE= http://www.sqlobject.org/ diff --git a/devel/py-cheetah/Makefile b/devel/py-cheetah/Makefile index 52bd0255291..9e09aa79a6e 100644 --- a/devel/py-cheetah/Makefile +++ b/devel/py-cheetah/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2007/10/08 08:22:39 steven Exp $ +# $OpenBSD: Makefile,v 1.11 2007/12/10 21:07:51 martynas Exp $ COMMENT= Python-powered template engine and code generator V= 2.0rc8 DISTNAME= Cheetah-${V} PKGNAME= py-cheetah-${V}p0 -CATEGORIES= devel textproc lang/python +CATEGORIES= devel textproc HOMEPAGE= http://www.cheetahtemplate.org/ diff --git a/devel/py-configobj/Makefile b/devel/py-configobj/Makefile index b1e509fb3e6..6086fbfa643 100644 --- a/devel/py-configobj/Makefile +++ b/devel/py-configobj/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:39 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= config file reader and writer DISTNAME= configobj-4.4.0 PKGNAME= py-${DISTNAME}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://www.voidspace.org.uk/python/configobj.html diff --git a/devel/py-decoratortools/Makefile b/devel/py-decoratortools/Makefile index 8738e962995..a444975af92 100644 --- a/devel/py-decoratortools/Makefile +++ b/devel/py-decoratortools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:39 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= class and function decorators @@ -6,7 +6,7 @@ V= 1.4 DISTNAME= DecoratorTools-${V} PKGNAME= py-decoratortools-${V}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://cheeseshop.python.org/pypi/DecoratorTools diff --git a/devel/py-kid/Makefile b/devel/py-kid/Makefile index 7f11292956f..29b4feeb5cb 100644 --- a/devel/py-kid/Makefile +++ b/devel/py-kid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:39 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= template language for XML based vocabularies @@ -6,7 +6,7 @@ V= 0.9.5 DISTNAME= kid-${V} PKGNAME= py-${DISTNAME}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://www.kid-templating.org/ diff --git a/devel/py-nose/Makefile b/devel/py-nose/Makefile index 07ec59066af..563b0c40de3 100644 --- a/devel/py-nose/Makefile +++ b/devel/py-nose/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:39 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= discovery-based unittest extension DISTNAME= nose-0.9.3 PKGNAME= py-${DISTNAME}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://somethingaboutorange.com/mrl/projects/nose/ diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile index fc4e0526166..9a64aaff0fe 100644 --- a/devel/py-orbit/Makefile +++ b/devel/py-orbit/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2007/11/13 14:06:21 steven Exp $ +# $OpenBSD: Makefile,v 1.12 2007/12/10 21:07:51 martynas Exp $ COMMENT= ORBit2 Python bindings V= 2.14.3 DISTNAME= pyorbit-${V} PKGNAME= py-orbit-${V}p1 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://www.pygtk.org/ diff --git a/devel/py-protocols/Makefile b/devel/py-protocols/Makefile index 81eb3fd5e02..68f7733b265 100644 --- a/devel/py-protocols/Makefile +++ b/devel/py-protocols/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:40 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= protocol definition, declaration and adaptation @@ -7,7 +7,7 @@ REVISION= 2306 DISTNAME= PyProtocols PKGNAME= py-protocols-${VERSION}r${REVISION}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://peak.telecommunity.com/ diff --git a/devel/py-py/Makefile b/devel/py-py/Makefile index 96833d4ee03..9bcb1a7f028 100644 --- a/devel/py-py/Makefile +++ b/devel/py-py/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/10/08 08:22:40 steven Exp $ +# $OpenBSD: Makefile,v 1.5 2007/12/10 21:07:51 martynas Exp $ ONLY_FOR_ARCHS= i386 amd64 powerpc @@ -8,7 +8,7 @@ V= 0.9.0 DISTNAME= py-${V} PKGNAME= py-py-${V}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://codespeak.net/pypy/ diff --git a/devel/py-ruledispatch/Makefile b/devel/py-ruledispatch/Makefile index a39b76fc73f..1940c916bba 100644 --- a/devel/py-ruledispatch/Makefile +++ b/devel/py-ruledispatch/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:40 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= rule-based dispatching and generic functions @@ -7,7 +7,7 @@ REVISION= 2306 DISTNAME= RuleDispatch PKGNAME= py-ruledispatch-${VERSION}r${REVISION}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://peak.telecommunity.com/ diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index 59d77ae041e..f49f6072858 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:40 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= JSON encoder/decoder DISTNAME= simplejson-1.7.1 PKGNAME= py-${DISTNAME}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://undefined.org/python/\#simplejson diff --git a/devel/py-turbocheetah/Makefile b/devel/py-turbocheetah/Makefile index 541f45df1fc..b5e0dd34553 100644 --- a/devel/py-turbocheetah/Makefile +++ b/devel/py-turbocheetah/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:40 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= plugin to support use of Cheetah templates @@ -6,7 +6,7 @@ V= 0.9.5 DISTNAME= TurboCheetah-${V} PKGNAME= py-turbocheetah-${V}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://www.turbogears.org/ diff --git a/devel/py-turbojson/Makefile b/devel/py-turbojson/Makefile index 1fac345e214..f27afd2d28c 100644 --- a/devel/py-turbojson/Makefile +++ b/devel/py-turbojson/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:40 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= template plugin for TurboGears that supports json @@ -6,7 +6,7 @@ V= 1.0 DISTNAME= TurboJson-${V} PKGNAME= py-turbojson-${V}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://www.turbogears.org/ diff --git a/devel/py-turbokid/Makefile b/devel/py-turbokid/Makefile index a4230dead9f..7484951c3fd 100644 --- a/devel/py-turbokid/Makefile +++ b/devel/py-turbokid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:40 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= template plugin that supports Kid templates @@ -6,7 +6,7 @@ V= 1.0.1 DISTNAME= TurboKid-${V} PKGNAME= py-turbokid-${V}p0 -CATEGORIES= devel lang/python +CATEGORIES= devel HOMEPAGE= http://www.turbogears.org/ diff --git a/devel/py-wsgiutils/Makefile b/devel/py-wsgiutils/Makefile index e447a2c404b..c281ef55aad 100644 --- a/devel/py-wsgiutils/Makefile +++ b/devel/py-wsgiutils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:40 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:51 martynas Exp $ COMMENT= libraries for WSGI development @@ -6,7 +6,7 @@ V= 0.7 DISTNAME= WSGIUtils-${V} PKGNAME= py-wsgiutils-${V}p0 -CATEGORIES= devel textproc www lang/python +CATEGORIES= devel textproc www HOMEPAGE= http://www.owlfish.com/software/wsgiutils/ diff --git a/mail/spambayes/Makefile b/mail/spambayes/Makefile index 04d511c2a02..7b9742e0c5e 100644 --- a/mail/spambayes/Makefile +++ b/mail/spambayes/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2007/10/08 08:22:41 steven Exp $ +# $OpenBSD: Makefile,v 1.3 2007/12/10 21:07:51 martynas Exp $ COMMENT= statistical anti-spam filter DISTNAME= spambayes-1.1a4 PKGNAME= ${DISTNAME}p0 -CATEGORIES= mail lang/python +CATEGORIES= mail HOMEPAGE= http://www.spambayes.org/ diff --git a/textproc/py-ElementTree/Makefile b/textproc/py-ElementTree/Makefile index bde9991999e..5fa10cd86a2 100644 --- a/textproc/py-ElementTree/Makefile +++ b/textproc/py-ElementTree/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.7 2007/12/10 21:07:51 martynas Exp $ COMMENT= pure-Python implementation of the ElementTree API DISTNAME= elementtree-1.2.6-20050316 PKGNAME= py-ElementTree-1.2.6p2 -CATEGORIES= textproc devel lang/python +CATEGORIES= textproc devel HOMEPAGE= http://effbot.org/zone/element-index.htm diff --git a/textproc/py-cElementTree/Makefile b/textproc/py-cElementTree/Makefile index e72d46e12fd..258ee7f911b 100644 --- a/textproc/py-cElementTree/Makefile +++ b/textproc/py-cElementTree/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.10 2007/12/10 21:07:51 martynas Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= C implementation of the ElementTree API DISTNAME= cElementTree-1.0.5-20051216 PKGNAME= py-cElementTree-1.0.5p2 -CATEGORIES= textproc devel lang/python +CATEGORIES= textproc devel HOMEPAGE= http://effbot.org/zone/celementtree.htm diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 42ee0b36d09..487f6e696ec 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.7 2007/12/10 21:07:51 martynas Exp $ COMMENT= RSS and Atom feeds parser written in Python V= 4.1 DISTNAME= feedparser-${V} PKGNAME= py-${DISTNAME}p1 -CATEGORIES= textproc lang/python +CATEGORIES= textproc HOMEPAGE= http://www.feedparser.org/ diff --git a/www/py-CherryPy/Makefile b/www/py-CherryPy/Makefile index 175bb8aa77d..8291085009a 100644 --- a/www/py-CherryPy/Makefile +++ b/www/py-CherryPy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.9 2007/12/10 21:07:51 martynas Exp $ COMMENT= pythonic, object-oriented web development framework V= 3.0.1 DISTNAME= CherryPy-${V} PKGNAME= py-${DISTNAME}p1 -CATEGORIES= www lang/python +CATEGORIES= www HOMEPAGE= http://www.cherrypy.org/ diff --git a/www/py-cherrypy2/Makefile b/www/py-cherrypy2/Makefile index a690e0289c7..90754135bfe 100644 --- a/www/py-cherrypy2/Makefile +++ b/www/py-cherrypy2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:52 martynas Exp $ COMMENT= pythonic, object-oriented web development framework V= 2.2.1 DISTNAME= CherryPy-${V} PKGNAME= py-cherrypy2-${V}p0 -CATEGORIES= www lang/python +CATEGORIES= www HOMEPAGE= http://www.cherrypy.org/ diff --git a/www/py-django/Makefile b/www/py-django/Makefile index 3a7281e97aa..468a8518c50 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/11/08 22:00:36 merdely Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:52 martynas Exp $ COMMENT= high-level Python web framework @@ -7,7 +7,7 @@ V= 0.96 LNAME= django DISTNAME= Django-${VP} PKGNAME= py-${LNAME}-${VP} -CATEGORIES= www lang/python +CATEGORIES= www HOMEPAGE= http://www.djangoproject.com/ diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile index 0aa2bc1cd0b..8581e0d1276 100644 --- a/www/py-flup/Makefile +++ b/www/py-flup/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:52 martynas Exp $ COMMENT= random assortment of WSGI servers, middleware @@ -7,7 +7,7 @@ REVISION= 2311 DISTNAME= flup-${VERSION} PKGNAME= py-flup-${VERSION}r${REVISION}p0 -CATEGORIES= www lang/python +CATEGORIES= www HOMEPAGE= http://trac.saddi.com/flup diff --git a/www/py-formencode/Makefile b/www/py-formencode/Makefile index 0a174db4a1f..6fa3ab2f3ee 100644 --- a/www/py-formencode/Makefile +++ b/www/py-formencode/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.5 2007/12/10 21:07:52 martynas Exp $ COMMENT= HTML form validation, generation, and conversion @@ -6,7 +6,7 @@ V= 0.7.1 DISTNAME= FormEncode-${V} PKGNAME= py-formencode-${V}p1 -CATEGORIES= www lang/python +CATEGORIES= www HOMEPAGE= http://www.formencode.org/ diff --git a/www/py-paste-deploy/Makefile b/www/py-paste-deploy/Makefile index 99f7a2f53f1..30fbe9dfe73 100644 --- a/www/py-paste-deploy/Makefile +++ b/www/py-paste-deploy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:52 martynas Exp $ COMMENT= load, configure, and compose WSGI applications and servers @@ -6,7 +6,7 @@ V= 1.3 DISTNAME= PasteDeploy-${V} PKGNAME= py-paste-deploy-${V}p0 -CATEGORIES= www lang/python +CATEGORIES= www HOMEPAGE= http://pythonpaste.org/deploy/ diff --git a/www/py-paste-script/Makefile b/www/py-paste-script/Makefile index 43e962f0065..8c551b95da2 100644 --- a/www/py-paste-script/Makefile +++ b/www/py-paste-script/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:52 martynas Exp $ COMMENT= pluggable command-line frontend @@ -6,7 +6,7 @@ V= 1.3.4 DISTNAME= PasteScript-${V} PKGNAME= py-paste-script-${V}p0 -CATEGORIES= www lang/python +CATEGORIES= www HOMEPAGE= http://pythonpaste.org/script/ diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile index 84aa3bfac99..735d81c1398 100644 --- a/www/py-paste/Makefile +++ b/www/py-paste/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:52 martynas Exp $ COMMENT= tools for using web server gateway interface stack @@ -6,7 +6,7 @@ V= 1.3 DISTNAME= Paste-${V} PKGNAME= py-paste-${V}p0 -CATEGORIES= www lang/python +CATEGORIES= www HOMEPAGE= http://pythonpaste.org/ diff --git a/www/py-turbogears/Makefile b/www/py-turbogears/Makefile index c0131c5efe4..427397872bc 100644 --- a/www/py-turbogears/Makefile +++ b/www/py-turbogears/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.4 2007/12/10 21:07:52 martynas Exp $ COMMENT= Python web development megaframework @@ -6,7 +6,7 @@ V= 1.0.2.2 DISTNAME= TurboGears-${V} PKGNAME= py-turbogears-${V}p0 -CATEGORIES= www lang/python +CATEGORIES= www HOMEPAGE= http://www.turbogears.org/