[100443] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Dec 12 06:19:54 PST 2012


Revision: 100443
          https://trac.macports.org/changeset/100443
Author:   jmr at macports.org
Date:     2012-12-12 06:19:54 -0800 (Wed, 12 Dec 2012)
Log Message:
-----------
py*-pypdf: unify

Modified Paths:
--------------
    trunk/dports/python/py-pypdf/Portfile

Added Paths:
-----------
    trunk/dports/python/py-pypdf/

Removed Paths:
-------------
    trunk/dports/python/py25-pypdf/
    trunk/dports/python/py26-pypdf/
    trunk/dports/python/py27-pypdf/

Modified: trunk/dports/python/py-pypdf/Portfile
===================================================================
--- trunk/dports/python/py27-pypdf/Portfile	2012-12-12 11:39:09 UTC (rev 100437)
+++ trunk/dports/python/py-pypdf/Portfile	2012-12-12 14:19:54 UTC (rev 100443)
@@ -1,15 +1,15 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python27 1.0
+PortGroup       python 1.0
 
-name            py27-pypdf
+name            py-pypdf
 version         1.13
 revision        1
 categories      python devel
 license         BSD
 platforms       darwin
-maintainers     nomaintainer
+maintainers     landonf openmaintainer
 supported_archs noarch
 
 description     A Pure-Python PDF toolkit.
@@ -25,9 +25,12 @@
                     sha1    ba7aed11cf21a2c218df2e3979be5eb90992dcbe \
                     rmd160  0669d4a93c20fcd899d15ff42cb1b8b908f28e3b
 
-
 homepage        http://pybrary.net/pyPdf/
 master_sites    ${homepage}
 distname        pyPdf-${version}
 
-patchfiles		patch-pyPdf-pdf.py.diff
+python.versions 25 26 27
+
+if {$subport != $name} {
+    patchfiles	patch-pyPdf-pdf.py.diff
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121212/4f01dd33/attachment.html>


More information about the macports-changes mailing list