From a83054d3d2f208f2b0111a41efdae6e58b9bb4d7 Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 7 Jan 2016 21:35:27 +0000 Subject: [PATCH] bump ports that now have a pypi homepage --- databases/py-carbon/Makefile | 3 ++- databases/py-puppetdb/Makefile | 4 ++-- databases/py-whisper/Makefile | 3 ++- devel/pudb/Makefile | 3 ++- devel/py-SOAPpy/Makefile | 4 ++-- devel/py-async/Makefile | 4 ++-- devel/py-blessings/Makefile | 4 ++-- devel/py-cffi/Makefile | 3 ++- devel/py-configargparse/Makefile | 3 ++- devel/py-cparser/Makefile | 4 ++-- devel/py-curtsies/Makefile | 4 ++-- devel/py-extras/Makefile | 3 ++- devel/py-funcsigs/Makefile | 3 ++- devel/py-gitdb/Makefile | 4 ++-- devel/py-gitpython/Makefile | 4 ++-- devel/py-parsedatetime/Makefile | 3 ++- devel/py-python2-pythondialog/Makefile | 3 ++- devel/py-smmap/Makefile | 4 ++-- sysutils/py-augeas/Makefile | 3 ++- textproc/py-defusedxml/Makefile | 3 ++- textproc/py-pyRFC3339/Makefile | 3 ++- www/puppetboard/Makefile | 3 ++- www/py-flask-wtf/Makefile | 4 ++-- www/py-ndg-httpsclient/Makefile | 3 ++- www/py-repoze-lru/Makefile | 4 ++-- www/py-repoze-profile/Makefile | 4 ++-- www/py-urlgrabber/Makefile | 3 ++- www/py-weberror/Makefile | 4 ++-- www/py-webhelpers/Makefile | 4 ++-- www/py-wtools/Makefile | 4 ++-- 30 files changed, 60 insertions(+), 45 deletions(-) diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index 1726e4fc8d9..c9fedf61435 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2015/12/29 08:58:47 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2016/01/07 21:35:27 jasper Exp $ COMMENT= backend data caching and persistence daemon for Graphite @@ -7,6 +7,7 @@ MODPY_EGG_VERSION= 0.9.15 DISTNAME= carbon-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= databases +REVISION= 0 # Apache PERMIT_PACKAGE_CDROM= Yes diff --git a/databases/py-puppetdb/Makefile b/databases/py-puppetdb/Makefile index f1413351fcc..57cd61f4cb9 100644 --- a/databases/py-puppetdb/Makefile +++ b/databases/py-puppetdb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2015/10/26 13:12:10 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2016/01/07 21:35:27 jasper Exp $ PORTROACH= limit:^0\.1 PORTROACH_COMMENT= py-puppetdb >= 0.2.0 only support PuppetDB >= 3 @@ -9,7 +9,7 @@ MODPY_EGG_VERSION= 0.1.1 DISTNAME= pypuppetdb-${MODPY_EGG_VERSION} PKGNAME= py-puppetdb-${MODPY_EGG_VERSION} CATEGORIES= databases www -REVISION= 0 +REVISION= 1 MAINTAINER= Jasper Lievisse Adriaanse diff --git a/databases/py-whisper/Makefile b/databases/py-whisper/Makefile index 607d4e82fa9..16eecf57fb5 100644 --- a/databases/py-whisper/Makefile +++ b/databases/py-whisper/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2015/12/29 08:54:05 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2016/01/07 21:35:27 jasper Exp $ COMMENT= fixed size round-robin style database @@ -7,6 +7,7 @@ MODPY_EGG_VERSION= 0.9.15 DISTNAME= whisper-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= databases +REVISION= 0 # Apache PERMIT_PACKAGE_CDROM= Yes diff --git a/devel/pudb/Makefile b/devel/pudb/Makefile index fe093648162..8a66326667b 100644 --- a/devel/pudb/Makefile +++ b/devel/pudb/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2015/10/21 16:23:50 jca Exp $ +# $OpenBSD: Makefile,v 1.5 2016/01/07 21:35:27 jasper Exp $ COMMENT = console-based visual debugger for Python MODPY_EGG_VERSION = 2015.4.1 DISTNAME = pudb-${MODPY_EGG_VERSION} PKGNAME = py-pudb-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-SOAPpy/Makefile b/devel/py-SOAPpy/Makefile index 55803460e6c..fdf26ad62ae 100644 --- a/devel/py-SOAPpy/Makefile +++ b/devel/py-SOAPpy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2015/09/29 10:51:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2016/01/07 21:35:27 jasper Exp $ COMMENT= Python API for SOAP HTTP/RPC @@ -6,7 +6,7 @@ MODPY_EGG_VERSION=0.12.22 DISTNAME= SOAPpy-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:S/^/py-/} CATEGORIES= devel www -REVISION= 0 +REVISION= 1 MODULES= lang/python diff --git a/devel/py-async/Makefile b/devel/py-async/Makefile index f935d113bb3..b8f6fe7d53a 100644 --- a/devel/py-async/Makefile +++ b/devel/py-async/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2015/09/29 10:51:44 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2016/01/07 21:35:27 jasper Exp $ COMMENT= async framework @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.6.2 DISTNAME= async-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel -REVISION= 0 +REVISION= 1 # BSD PERMIT_PACKAGE_CDROM= Yes diff --git a/devel/py-blessings/Makefile b/devel/py-blessings/Makefile index d3785a8d0e5..f4c29aa4876 100644 --- a/devel/py-blessings/Makefile +++ b/devel/py-blessings/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2015/09/29 10:51:44 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2016/01/07 21:35:27 jasper Exp $ COMMENT = wrapper around terminal coloring, styling, and positioning @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.6 DISTNAME = blessings-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 0 +REVISION = 1 # MIT PERMIT_PACKAGE_CDROM = Yes diff --git a/devel/py-cffi/Makefile b/devel/py-cffi/Makefile index 7ff990bf111..830758732e5 100644 --- a/devel/py-cffi/Makefile +++ b/devel/py-cffi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2015/10/06 20:45:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2016/01/07 21:35:27 jasper Exp $ # XXX: Check _cffi__ hashes of dependent ports if updating. # e.g. devel/libgit2/py-git2 @@ -9,6 +9,7 @@ MODPY_EGG_VERSION= 1.2.1 DISTNAME= cffi-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel +REVISION= 0 # MIT PERMIT_PACKAGE_CDROM= Yes diff --git a/devel/py-configargparse/Makefile b/devel/py-configargparse/Makefile index 971b6795fdf..9770d71c769 100644 --- a/devel/py-configargparse/Makefile +++ b/devel/py-configargparse/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2015/11/13 13:02:31 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2016/01/07 21:35:27 jasper Exp $ COMMENT= argparse replacement, allows options to be set via files/env MODPY_EGG_VERSION = 0.10.0 DISTNAME= ConfigArgParse-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-cparser/Makefile b/devel/py-cparser/Makefile index afd9504ee10..b442a62d360 100644 --- a/devel/py-cparser/Makefile +++ b/devel/py-cparser/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2015/05/20 09:04:36 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2016/01/07 21:35:27 jasper Exp $ COMMENT= C parser in pure Python MODPY_EGG_VERSION= 2.10 -REVISION= 0 +REVISION= 1 DISTNAME= pycparser-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:S/py/py-/} CATEGORIES= devel textproc diff --git a/devel/py-curtsies/Makefile b/devel/py-curtsies/Makefile index 6cfc254c8e7..b33efc1dd6d 100644 --- a/devel/py-curtsies/Makefile +++ b/devel/py-curtsies/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2015/12/30 19:20:28 jasper Exp $ +# $OpenBSD: Makefile,v 1.5 2016/01/07 21:35:28 jasper Exp $ PORTROACH = limit:^0\.1 PORTROACH_COMMENT = devel/bpython requires curtsies < 0.2.0 @@ -9,7 +9,7 @@ MODPY_EGG_VERSION = 0.1.19 DISTNAME = curtsies-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 0 +REVISION = 1 # MIT PERMIT_PACKAGE_CDROM = Yes diff --git a/devel/py-extras/Makefile b/devel/py-extras/Makefile index 086bfac789c..f6e1f73fea5 100644 --- a/devel/py-extras/Makefile +++ b/devel/py-extras/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2015/11/18 20:27:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2016/01/07 21:35:28 jasper Exp $ COMMENT= useful extra bits for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 0.0.3 DISTNAME= extras-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel +REVISION= 0 # MIT PERMIT_PACKAGE_CDROM= Yes diff --git a/devel/py-funcsigs/Makefile b/devel/py-funcsigs/Makefile index 3666df40b1b..f4d2e1a8bae 100644 --- a/devel/py-funcsigs/Makefile +++ b/devel/py-funcsigs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2015/11/18 20:22:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2016/01/07 21:35:28 jasper Exp $ COMMENT= Python function signatures from PEP362 for 2.6, 2.7, 3.2+ @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 0.4 DISTNAME= funcsigs-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel +REVISION= 0 # MIT PERMIT_PACKAGE_CDROM= Yes diff --git a/devel/py-gitdb/Makefile b/devel/py-gitdb/Makefile index 36590ebe710..974320236df 100644 --- a/devel/py-gitdb/Makefile +++ b/devel/py-gitdb/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2015/08/19 20:13:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2016/01/07 21:35:28 jasper Exp $ COMMENT= Git object database MODPY_EGG_VERSION= 0.5.4 -REVISION= 0 +REVISION= 1 DISTNAME= gitdb-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile index b48134ea9ef..153bd57e811 100644 --- a/devel/py-gitpython/Makefile +++ b/devel/py-gitpython/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2015/09/29 10:51:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2016/01/07 21:35:28 jasper Exp $ COMMENT= library used to interact with Git repositories # There's no real stable release, but this is the most used # version available. MODPY_EGG_VERSION= 0.3.2rc1 -REVISION = 1 +REVISION = 2 DISTNAME= GitPython-0.3.2.RC1 PKGNAME= py-${DISTNAME:S/.RC1//} CATEGORIES= devel diff --git a/devel/py-parsedatetime/Makefile b/devel/py-parsedatetime/Makefile index 7fc678ce9ee..c3091e7b986 100644 --- a/devel/py-parsedatetime/Makefile +++ b/devel/py-parsedatetime/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2015/11/13 13:03:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2016/01/07 21:35:28 jasper Exp $ COMMENT= parse human-readable date/time text MODPY_EGG_VERSION = 1.5 DISTNAME= parsedatetime-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-python2-pythondialog/Makefile b/devel/py-python2-pythondialog/Makefile index 43a569330e1..295282e2c3e 100644 --- a/devel/py-python2-pythondialog/Makefile +++ b/devel/py-python2-pythondialog/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2015/11/13 13:04:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2016/01/07 21:35:28 jasper Exp $ COMMENT= Python interface to the UNIX dialog utility MODPY_EGG_VERSION = 3.3.0 DISTNAME= python2-pythondialog-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-smmap/Makefile b/devel/py-smmap/Makefile index a26d1d8bf5d..bfbacf9f27c 100644 --- a/devel/py-smmap/Makefile +++ b/devel/py-smmap/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2015/09/29 10:52:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2016/01/07 21:35:28 jasper Exp $ COMMENT= pure Python implementation of an SMM manager MODPY_EGG_VERSION= 0.8.2 DISTNAME= smmap-${MODPY_EGG_VERSION} -REVISION= 2 +REVISION= 3 PKGNAME= py-${DISTNAME} CATEGORIES= devel diff --git a/sysutils/py-augeas/Makefile b/sysutils/py-augeas/Makefile index 38a1d4d912a..fde3b60e577 100644 --- a/sysutils/py-augeas/Makefile +++ b/sysutils/py-augeas/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2015/11/26 10:24:05 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2016/01/07 21:35:28 jasper Exp $ COMMENT= Python bindings for Augeas MODPY_EGG_VERSION= 0.5.0 DISTNAME= python-augeas-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:S/python-/py-/} +REVISION= 0 CATEGORIES= sysutils diff --git a/textproc/py-defusedxml/Makefile b/textproc/py-defusedxml/Makefile index 0450dc494e8..087b8b193c7 100644 --- a/textproc/py-defusedxml/Makefile +++ b/textproc/py-defusedxml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2015/04/02 14:21:17 jasper Exp $ +# $OpenBSD: Makefile,v 1.3 2016/01/07 21:35:28 jasper Exp $ COMMENT= XML bomb protection for Python stdlib modules @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 0.4.1 DISTNAME= defusedxml-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= textproc www +REVISION= 0 # BSD PERMIT_PACKAGE_CDROM= Yes diff --git a/textproc/py-pyRFC3339/Makefile b/textproc/py-pyRFC3339/Makefile index 352233a1a35..77e1fbbbac9 100644 --- a/textproc/py-pyRFC3339/Makefile +++ b/textproc/py-pyRFC3339/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/01/06 10:22:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2016/01/07 21:35:28 jasper Exp $ COMMENT= format dates according to RFC3339 @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 1.0 DISTNAME= pyRFC3339-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME} CATEGORIES= textproc +REVISION= 0 # ISC PERMIT_PACKAGE_CDROM= Yes diff --git a/www/puppetboard/Makefile b/www/puppetboard/Makefile index 22e986e8895..d697114921d 100644 --- a/www/puppetboard/Makefile +++ b/www/puppetboard/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2015/10/26 18:08:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.13 2016/01/07 21:35:28 jasper Exp $ COMMENT= web interface to PuppetDB MODPY_EGG_VERSION= 0.0.5 DISTNAME= puppetboard-${MODPY_EGG_VERSION} CATEGORIES= www +REVISION= 0 MAINTAINER= Jasper Lievisse Adriaanse diff --git a/www/py-flask-wtf/Makefile b/www/py-flask-wtf/Makefile index 163e0dd7471..58409814a1a 100644 --- a/www/py-flask-wtf/Makefile +++ b/www/py-flask-wtf/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2015/09/29 10:52:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2016/01/07 21:35:28 jasper Exp $ COMMENT= simple integration of Flask and WTForms MODPY_EGG_VERSION=0.9.4 DISTNAME= Flask-WTF-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} -REVISION= 2 +REVISION= 3 CATEGORIES= www # BSD diff --git a/www/py-ndg-httpsclient/Makefile b/www/py-ndg-httpsclient/Makefile index 74357b2f44f..4a11381ebef 100644 --- a/www/py-ndg-httpsclient/Makefile +++ b/www/py-ndg-httpsclient/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2015/11/16 18:02:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2016/01/07 21:35:28 jasper Exp $ COMMENT= enhanced HTTPS support for httplib and urllib2 @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 0.4.0 MODPY_PI_DIR= n/ndg-httpsclient DISTNAME= ndg_httpsclient-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}ndg-httpsclient-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= www diff --git a/www/py-repoze-lru/Makefile b/www/py-repoze-lru/Makefile index 528ddad5253..7363ae38cc0 100644 --- a/www/py-repoze-lru/Makefile +++ b/www/py-repoze-lru/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2015/09/29 10:52:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2016/01/07 21:35:28 jasper Exp $ COMMENT = tiny LRU cache implementation and decorator MODPY_EGG_VERSION = 0.6 DISTNAME = repoze.lru-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/./-/} -REVISION = 0 +REVISION = 1 CATEGORIES = www devel diff --git a/www/py-repoze-profile/Makefile b/www/py-repoze-profile/Makefile index 99223b35e5b..b37269e5c2a 100644 --- a/www/py-repoze-profile/Makefile +++ b/www/py-repoze-profile/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2015/09/29 10:52:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2016/01/07 21:35:29 jasper Exp $ COMMENT = aggregate profiling for wsgi requests MODPY_EGG_VERSION = 1.4 DISTNAME = repoze.profile-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/./-/} -REVISION = 1 +REVISION = 2 CATEGORIES = www devel diff --git a/www/py-urlgrabber/Makefile b/www/py-urlgrabber/Makefile index 4f621b66386..dca6b18ec20 100644 --- a/www/py-urlgrabber/Makefile +++ b/www/py-urlgrabber/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2015/04/02 14:21:18 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2016/01/07 21:35:29 jasper Exp $ COMMENT = high-level cross-protocol url-grabber MODPY_EGG_VERSION = 3.9.1 DISTNAME = urlgrabber-${MODPY_EGG_VERSION} PKGNAME = py-urlgrabber-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/py-weberror/Makefile b/www/py-weberror/Makefile index 9504922136e..ea2baee1351 100644 --- a/www/py-weberror/Makefile +++ b/www/py-weberror/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2015/09/29 10:53:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2016/01/07 21:35:29 jasper Exp $ COMMENT = web error handling and exception catching MODPY_EGG_VERSION = 0.11 DISTNAME = WebError-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 2 CATEGORIES = www devel diff --git a/www/py-webhelpers/Makefile b/www/py-webhelpers/Makefile index 8157c6f2dd2..2f154d62cfa 100644 --- a/www/py-webhelpers/Makefile +++ b/www/py-webhelpers/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2015/09/29 10:53:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2016/01/07 21:35:29 jasper Exp $ COMMENT = helper functions focused on web applications MODPY_EGG_VERSION = 1.3 DISTNAME = WebHelpers-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 2 CATEGORIES = www devel diff --git a/www/py-wtools/Makefile b/www/py-wtools/Makefile index b6c901fab66..65d4ad983f8 100644 --- a/www/py-wtools/Makefile +++ b/www/py-wtools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2015/09/29 10:53:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2016/01/07 21:35:29 jasper Exp $ COMMENT= WSDL parsing services package for Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 0.4.3 DISTNAME= wstools-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= www -REVISION= 0 +REVISION= 1 # BSD PERMIT_PACKAGE_CDROM= Yes