pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-pdf-parser Update to 3.9, which doesn't li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ccce74e9fe3
branches:  trunk
changeset: 609508:9ccce74e9fe3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 04 20:16:31 2012 +0000

description:
Update to 3.9, which doesn't limit itself to python-2.6.

diffstat:

 textproc/py-pdf-parser/Makefile                    |   6 ++----
 textproc/py-pdf-parser/distinfo                    |   9 ++++-----
 textproc/py-pdf-parser/patches/patch-pdf-parser.py |  13 -------------
 3 files changed, 6 insertions(+), 22 deletions(-)

diffs (54 lines):

diff -r 8251cc54836d -r 9ccce74e9fe3 textproc/py-pdf-parser/Makefile
--- a/textproc/py-pdf-parser/Makefile   Thu Oct 04 20:16:21 2012 +0000
+++ b/textproc/py-pdf-parser/Makefile   Thu Oct 04 20:16:31 2012 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2012/10/04 00:22:01 cheusov Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/04 20:16:31 wiz Exp $
 #
 
-DISTNAME=      pdf-parser_V0_3_7
+DISTNAME=      pdf-parser_V0_3_9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_V/-/:S/_/./g}
-PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.didierstevens.com/files/software/
 EXTRACT_SUFX=  .zip
@@ -22,7 +21,6 @@
 
 INSTALLATION_DIRS=     bin
 
-PYTHON_VERSIONS_ACCEPTED=      26
 PYTHON_SELF_CONFLICT=  yes
 
 do-build:
diff -r 8251cc54836d -r 9ccce74e9fe3 textproc/py-pdf-parser/distinfo
--- a/textproc/py-pdf-parser/distinfo   Thu Oct 04 20:16:21 2012 +0000
+++ b/textproc/py-pdf-parser/distinfo   Thu Oct 04 20:16:31 2012 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/01/23 23:34:37 wiz Exp $
+$NetBSD: distinfo,v 1.2 2012/10/04 20:16:31 wiz Exp $
 
-SHA1 (pdf-parser_V0_3_7.zip) = c5b92dbb06c59a81d8762784612629a772ad2681
-RMD160 (pdf-parser_V0_3_7.zip) = b3cab33df88b3dd26475690beaff229e2c4ee703
-Size (pdf-parser_V0_3_7.zip) = 7114 bytes
-SHA1 (patch-pdf-parser.py) = 88372ba772feb24df570b63bdc63ff5ac48d05d4
+SHA1 (pdf-parser_V0_3_9.zip) = 0f6ec16d881e9591eb3973be5401fc4b361b3183
+RMD160 (pdf-parser_V0_3_9.zip) = 82b50c64ca08e1829ea21be298d78e8b6957761e
+Size (pdf-parser_V0_3_9.zip) = 7477 bytes
diff -r 8251cc54836d -r 9ccce74e9fe3 textproc/py-pdf-parser/patches/patch-pdf-parser.py
--- a/textproc/py-pdf-parser/patches/patch-pdf-parser.py        Thu Oct 04 20:16:21 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-pdf-parser.py,v 1.1.1.1 2012/01/23 23:34:37 wiz Exp $
-
-Do not enforce version restriction; let pkgsrc framework deal with it.
-
---- pdf-parser.py.orig 2010-01-09 23:56:08.000000000 +0000
-+++ pdf-parser.py
-@@ -894,5 +894,5 @@ def TestPythonVersion(enforceMaximumVers
-             print 'Should you encounter problems, please use Python version %d.%d.%d' % __maximum_python_version__
- 
- if __name__ == '__main__':
--    TestPythonVersion(enforceMaximumVersion=True)
-+    TestPythonVersion(enforceMaximumVersion=False)
-     Main()



Home | Main Index | Thread Index | Old Index