summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-10-04 00:21:58 +0000
committercheusov <cheusov>2012-10-04 00:21:58 +0000
commit5586747c3152b461e069f9845ba3c06c1f7440a2 (patch)
treec1a40f5e27dd3beaec45a3329d027d0dd62c23ed
parentedddf0108ebd598ffecfaa86e1309849968a42ba (diff)
downloadpkgsrc-5586747c3152b461e069f9845ba3c06c1f7440a2.tar.gz
Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)
-rw-r--r--audio/py-dynampd/Makefile3
-rw-r--r--audio/py-musicbrainz/Makefile4
-rw-r--r--biology/py-mol/Makefile4
-rw-r--r--devel/py-InlineEgg/Makefile4
-rw-r--r--devel/py-ipython/Makefile3
-rw-r--r--devel/py-ipython012/Makefile3
-rw-r--r--devel/py-subversion/Makefile4
-rw-r--r--devel/py-subvertpy/Makefile4
-rw-r--r--devel/py-unit/Makefile4
-rw-r--r--filesystems/py-filesystem/Makefile3
-rw-r--r--fonts/py-fonttools/Makefile3
-rw-r--r--graphics/py-aafigure/Makefile3
-rw-r--r--graphics/py-cairo/Makefile4
-rw-r--r--graphics/py-uniconvertor/Makefile3
-rw-r--r--lang/py-pyrex/Makefile3
-rw-r--r--mail/py-sendmail-admin/Makefile4
-rw-r--r--math/py-networkx/Makefile3
-rw-r--r--net/py-ORBit/Makefile4
-rw-r--r--net/py-omniORBpy/Makefile3
-rw-r--r--net/py-s3cmd/Makefile3
-rw-r--r--security/py-denyhosts/Makefile4
-rw-r--r--security/py-tlslite/Makefile4
-rw-r--r--textproc/py-Excelerator/Makefile3
-rw-r--r--textproc/py-X/Makefile4
-rw-r--r--textproc/py-creole/Makefile3
-rw-r--r--textproc/py-empy/Makefile3
-rw-r--r--textproc/py-html2text/Makefile3
-rw-r--r--textproc/py-markdown/Makefile3
-rw-r--r--textproc/py-markdown2/Makefile3
-rw-r--r--textproc/py-pdf-parser/Makefile3
-rw-r--r--textproc/py-xlrd/Makefile3
-rw-r--r--wm/py-tyle/Makefile4
-rw-r--r--www/py-moin/Makefile3
-rw-r--r--x11/py-wxWidgets/Makefile4
34 files changed, 68 insertions, 48 deletions
diff --git a/audio/py-dynampd/Makefile b/audio/py-dynampd/Makefile
index ff839874c8f..16d7697fa70 100644
--- a/audio/py-dynampd/Makefile
+++ b/audio/py-dynampd/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2012/10/03 23:40:37 cheusov Exp $
+# $NetBSD: Makefile,v 1.4 2012/10/04 00:22:00 cheusov Exp $
#
DISTNAME= dynampd
VERSION= 1.1.0
PKGNAME= ${PYPKGPREFIX}-dynampd-${VERSION}
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://dynampd.ubitux.fr/
EXTRACT_SUFX= .py
diff --git a/audio/py-musicbrainz/Makefile b/audio/py-musicbrainz/Makefile
index 3cf83863fcd..eefc0f21bd6 100644
--- a/audio/py-musicbrainz/Makefile
+++ b/audio/py-musicbrainz/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2012/10/03 23:40:38 cheusov Exp $
+# $NetBSD: Makefile,v 1.11 2012/10/04 00:22:00 cheusov Exp $
DISTNAME= python-musicbrainz2-0.4.1
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= audio python
MASTER_SITES= http://users.musicbrainz.org/~matt/
diff --git a/biology/py-mol/Makefile b/biology/py-mol/Makefile
index af9d6282563..880ee6f371d 100644
--- a/biology/py-mol/Makefile
+++ b/biology/py-mol/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2012/10/03 23:40:35 cheusov Exp $
+# $NetBSD: Makefile,v 1.14 2012/10/04 00:21:58 cheusov Exp $
DISTNAME= pymol-v1.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pymol-v/mol-/}
EGG_NAME= pymol-1.4.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pymol/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile
index e5ab4e6f8e9..fb45c2d5edf 100644
--- a/devel/py-InlineEgg/Makefile
+++ b/devel/py-InlineEgg/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2012/10/03 23:40:38 cheusov Exp $
+# $NetBSD: Makefile,v 1.14 2012/10/04 00:22:00 cheusov Exp $
#
DISTNAME= InlineEgg-1.08
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://oss.corest.com/repo/
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile
index e380694aacc..88817cad5d8 100644
--- a/devel/py-ipython/Makefile
+++ b/devel/py-ipython/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2012/10/03 23:40:37 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2012/10/04 00:21:59 cheusov Exp $
#
DISTNAME= ipython-0.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel lang
MASTER_SITES= http://archive.ipython.org/release/0.10.2/
diff --git a/devel/py-ipython012/Makefile b/devel/py-ipython012/Makefile
index 8c05e4ecaa2..9e5f7438c45 100644
--- a/devel/py-ipython012/Makefile
+++ b/devel/py-ipython012/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2012/10/03 23:40:35 cheusov Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/04 00:21:58 cheusov Exp $
#
DISTNAME= ipython-0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel lang
MASTER_SITES= http://archive.ipython.org/release/0.12/
diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile
index 2cce862c78c..562ebf11689 100644
--- a/devel/py-subversion/Makefile
+++ b/devel/py-subversion/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2012/10/03 23:40:38 cheusov Exp $
+# $NetBSD: Makefile,v 1.46 2012/10/04 00:22:01 cheusov Exp $
PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER}
-PKGREVISION= 4
+PKGREVISION= 5
COMMENT= Python bindings and tools for Subversion
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile
index ca9170b3ba6..65d55529e34 100644
--- a/devel/py-subvertpy/Makefile
+++ b/devel/py-subvertpy/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2012/10/03 23:40:37 cheusov Exp $
+# $NetBSD: Makefile,v 1.14 2012/10/04 00:22:00 cheusov Exp $
DISTNAME= subvertpy-0.8.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel scm
MASTER_SITES= http://launchpad.net/subvertpy/trunk/${PKGVERSION_NOREV}/+download/
MASTER_SITES+= http://samba.org/~jelmer/subvertpy/
diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile
index f6a5b4b364a..b547ea1deda 100644
--- a/devel/py-unit/Makefile
+++ b/devel/py-unit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2012/10/03 23:40:38 cheusov Exp $
+# $NetBSD: Makefile,v 1.14 2012/10/04 00:22:00 cheusov Exp $
DISTNAME= pyunit-1.4.1
PKGNAME= ${PYPKGPREFIX}-unit-1.4.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/}
diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile
index 29874476acd..cfe9683e5b3 100644
--- a/filesystems/py-filesystem/Makefile
+++ b/filesystems/py-filesystem/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2012/10/03 23:40:37 cheusov Exp $
+# $NetBSD: Makefile,v 1.7 2012/10/04 00:22:00 cheusov Exp $
#
VERSION= 0.4.0
DISTNAME= fs-${VERSION}
PKGNAME= ${PYPKGPREFIX}-filesystem-${VERSION}
+PKGREVISION= 1
CATEGORIES= filesystems
MASTER_SITES= http://pyfilesystem.googlecode.com/files/
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile
index e0b7129d125..7ee878a275a 100644
--- a/fonts/py-fonttools/Makefile
+++ b/fonts/py-fonttools/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2012/10/03 23:40:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.21 2012/10/04 00:21:59 cheusov Exp $
#
DISTNAME= fonttools-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= fonts python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fonttools/}
diff --git a/graphics/py-aafigure/Makefile b/graphics/py-aafigure/Makefile
index b08f6713aca..311f377f18b 100644
--- a/graphics/py-aafigure/Makefile
+++ b/graphics/py-aafigure/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2012/10/03 23:40:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2012/10/04 00:21:58 cheusov Exp $
#
DISTNAME= aafigure-0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= graphics converters python
MASTER_SITES= http://pypi.python.org/packages/source/a/aafigure/
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile
index 5afc9f15f91..da93e35c492 100644
--- a/graphics/py-cairo/Makefile
+++ b/graphics/py-cairo/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2012/10/03 23:40:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.36 2012/10/04 00:21:59 cheusov Exp $
#
DISTNAME= py2cairo-1.8.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py2//}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
diff --git a/graphics/py-uniconvertor/Makefile b/graphics/py-uniconvertor/Makefile
index e3543b4a58b..ee2949312df 100644
--- a/graphics/py-uniconvertor/Makefile
+++ b/graphics/py-uniconvertor/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2012/10/03 23:40:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/04 00:21:59 cheusov Exp $
DISTNAME= uniconvertor-1.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= http://uniconvertor.googlecode.com/files/
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile
index 2bfd1c2c5fb..66416dcfed9 100644
--- a/lang/py-pyrex/Makefile
+++ b/lang/py-pyrex/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2012/10/03 23:40:38 cheusov Exp $
+# $NetBSD: Makefile,v 1.23 2012/10/04 00:22:01 cheusov Exp $
DISTNAME= Pyrex-0.9.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
+PKGREVISION= 1
CATEGORIES= lang python
MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
diff --git a/mail/py-sendmail-admin/Makefile b/mail/py-sendmail-admin/Makefile
index ee27979d980..e71ba895378 100644
--- a/mail/py-sendmail-admin/Makefile
+++ b/mail/py-sendmail-admin/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2012/10/03 23:40:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.7 2012/10/04 00:21:59 cheusov Exp $
#
VER= 1.0
DISTNAME= sendmail-admin-${VER}
PKGNAME= ${PYPKGPREFIX}-sendmail-admin-${VER}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail python
MASTER_SITES= http://www.clapper.org/software/python/sendmail-admin/
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index b71a845ce74..a62ca618725 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2012/10/03 23:40:37 cheusov Exp $
+# $NetBSD: Makefile,v 1.11 2012/10/04 00:21:59 cheusov Exp $
#
DISTNAME= networkx-1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= http://pypi.python.org/packages/source/n/networkx/ \
http://networkx.lanl.gov/download/networkx/
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index bdbd587c196..2865d7ee1a2 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2012/10/03 23:40:35 cheusov Exp $
+# $NetBSD: Makefile,v 1.44 2012/10/04 00:21:58 cheusov Exp $
#
DISTNAME= pyorbit-2.24.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyorbit/2.24/}
EXTRACT_SUFX= .tar.bz2
diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile
index 885f9f09805..021b8046e82 100644
--- a/net/py-omniORBpy/Makefile
+++ b/net/py-omniORBpy/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2012/10/03 23:40:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.6 2012/10/04 00:21:58 cheusov Exp $
DISTNAME= omniORBpy-3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omniorb/}
EXTRACT_SUFX= .tar.bz2
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile
index 6aeee20c276..40c8a3ab6d7 100644
--- a/net/py-s3cmd/Makefile
+++ b/net/py-s3cmd/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2012/10/03 23:40:37 cheusov Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/04 00:22:00 cheusov Exp $
DISTNAME= s3cmd-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= python net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=s3tools/}
diff --git a/security/py-denyhosts/Makefile b/security/py-denyhosts/Makefile
index 6418c1358ec..3770965b126 100644
--- a/security/py-denyhosts/Makefile
+++ b/security/py-denyhosts/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2012/10/03 23:40:37 cheusov Exp $
+# $NetBSD: Makefile,v 1.7 2012/10/04 00:21:59 cheusov Exp $
#
VER= 2.6
DISTNAME= DenyHosts-${VER}
PKGNAME= ${PYPKGPREFIX}-denyhosts-${VER}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=denyhosts/}
diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile
index 623ba0e3356..2be98fc384b 100644
--- a/security/py-tlslite/Makefile
+++ b/security/py-tlslite/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2012/10/03 23:40:38 cheusov Exp $
+# $NetBSD: Makefile,v 1.6 2012/10/04 00:22:01 cheusov Exp $
#
DISTNAME= tlslite-0.3.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security python
MASTER_SITES= ${HOMEPAGE}
diff --git a/textproc/py-Excelerator/Makefile b/textproc/py-Excelerator/Makefile
index bf9f2f6a298..c975382572a 100644
--- a/textproc/py-Excelerator/Makefile
+++ b/textproc/py-Excelerator/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2012/10/03 23:40:37 cheusov Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/04 00:22:00 cheusov Exp $
#
DISTNAME= pyexcelerator-${VERSION}
PKGNAME= ${PYPKGPREFIX}-Excelerator-${VERSION}
+PKGREVISION= 1
VERSION= 0.6.4.1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyexcelerator/}
diff --git a/textproc/py-X/Makefile b/textproc/py-X/Makefile
index 0ae0feeb302..86ed67eff72 100644
--- a/textproc/py-X/Makefile
+++ b/textproc/py-X/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2012/10/03 23:40:38 cheusov Exp $
+# $NetBSD: Makefile,v 1.13 2012/10/04 00:22:01 cheusov Exp $
#
DISTNAME= PyX-0.9
PKGNAME= ${PYPKGPREFIX}-X-0.9
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyx/}
diff --git a/textproc/py-creole/Makefile b/textproc/py-creole/Makefile
index f603617f577..ee87ad0182f 100644
--- a/textproc/py-creole/Makefile
+++ b/textproc/py-creole/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2012/10/03 23:40:39 cheusov Exp $
+# $NetBSD: Makefile,v 1.4 2012/10/04 00:22:01 cheusov Exp $
#
VERS= 0.2.5
DISTNAME= python-creole-${VERS}
PKGNAME= ${PYPKGPREFIX}-creole-${VERS}
+PKGREVISION= 1
EGG_NAME= python_creole-${VERS}
CATEGORIES= textproc www python
MASTER_SITES= http://pypi.python.org/packages/source/p/python-creole/
diff --git a/textproc/py-empy/Makefile b/textproc/py-empy/Makefile
index ce7c8af60be..1d1f798269f 100644
--- a/textproc/py-empy/Makefile
+++ b/textproc/py-empy/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2012/10/03 23:40:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2012/10/04 00:21:58 cheusov Exp $
#
DISTNAME= empy-3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= http://www.alcyone.com/software/empy/
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile
index 2d4bec1b023..3fdde8ccae6 100644
--- a/textproc/py-html2text/Makefile
+++ b/textproc/py-html2text/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2012/10/03 23:40:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.24 2012/10/04 00:21:59 cheusov Exp $
#
DISTNAME= aaronsw-${GHNAME}-${GHVERSION}-0-g${GHCOMMIT}
+PKGREVISION= 1
GHNAME= html2text
GHVERSION= 3.02
GHCOMMIT= d9bf7d6
diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile
index d38cbae107e..ea4c6684295 100644
--- a/textproc/py-markdown/Makefile
+++ b/textproc/py-markdown/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2012/10/03 23:40:38 cheusov Exp $
+# $NetBSD: Makefile,v 1.4 2012/10/04 00:22:01 cheusov Exp $
DISTNAME= Markdown-2.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-markdown/} \
http://pypi.python.org/packages/source/M/Markdown/
diff --git a/textproc/py-markdown2/Makefile b/textproc/py-markdown2/Makefile
index fc1bb9f73df..b51b07bba51 100644
--- a/textproc/py-markdown2/Makefile
+++ b/textproc/py-markdown2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2012/10/03 23:40:37 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2012/10/04 00:21:59 cheusov Exp $
#
DISTNAME= markdown2-2.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://pypi.python.org/packages/source/m/markdown2/
EXTRACT_SUFX= .zip
diff --git a/textproc/py-pdf-parser/Makefile b/textproc/py-pdf-parser/Makefile
index e75218316a5..c1850655cf4 100644
--- a/textproc/py-pdf-parser/Makefile
+++ b/textproc/py-pdf-parser/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2012/10/03 23:40:39 cheusov Exp $
+# $NetBSD: Makefile,v 1.4 2012/10/04 00:22:01 cheusov Exp $
#
DISTNAME= pdf-parser_V0_3_7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_V/-/:S/_/./g}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.didierstevens.com/files/software/
EXTRACT_SUFX= .zip
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile
index 31be36da226..5925765cc21 100644
--- a/textproc/py-xlrd/Makefile
+++ b/textproc/py-xlrd/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2012/10/03 23:40:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/04 00:21:59 cheusov Exp $
#
DISTNAME= xlrd-0.7.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= http://pypi.python.org/packages/source/x/xlrd/
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile
index 764dbf9faa8..8c8a27edcfa 100644
--- a/wm/py-tyle/Makefile
+++ b/wm/py-tyle/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2012/10/03 23:40:39 cheusov Exp $
+# $NetBSD: Makefile,v 1.9 2012/10/04 00:22:01 cheusov Exp $
#
DISTNAME= pytyle-0.7.5
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytyle/}
diff --git a/www/py-moin/Makefile b/www/py-moin/Makefile
index 9b95d1a5280..dca17b4f6af 100644
--- a/www/py-moin/Makefile
+++ b/www/py-moin/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2012/10/03 23:40:35 cheusov Exp $
+# $NetBSD: Makefile,v 1.21 2012/10/04 00:21:58 cheusov Exp $
#
VER= 1.9.4
DISTNAME= moin-${VER}
PKGNAME= ${PYPKGPREFIX}-moin-${VER}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://static.moinmo.in/files/
diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile
index df4fe13c81a..9d163696b1f 100644
--- a/x11/py-wxWidgets/Makefile
+++ b/x11/py-wxWidgets/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.41 2012/10/03 23:40:38 cheusov Exp $
+# $NetBSD: Makefile,v 1.42 2012/10/04 00:22:00 cheusov Exp $
#
VERSION= 2.8.10.1
DISTNAME= wxPython-src-${VERSION}
PKGNAME= ${PYPKGPREFIX}-wxWidgets-${VERSION}
-PKGREVISION= 15
+PKGREVISION= 16
CATEGORIES= x11 python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxpython/}
EXTRACT_SUFX= .tar.bz2