[100327] trunk/dports/python/py-pyquery/Portfile

jmr at macports.org jmr at macports.org
Sat Dec 8 03:03:23 PST 2012


Revision: 100327
          https://trac.macports.org/changeset/100327
Author:   jmr at macports.org
Date:     2012-12-08 03:03:23 -0800 (Sat, 08 Dec 2012)
Log Message:
-----------
py-pyquery: maintainer update to 1.2.4, no longer supports python 2.5 (#37233)

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

Modified: trunk/dports/python/py-pyquery/Portfile
===================================================================
--- trunk/dports/python/py-pyquery/Portfile	2012-12-08 10:58:36 UTC (rev 100326)
+++ trunk/dports/python/py-pyquery/Portfile	2012-12-08 11:03:23 UTC (rev 100327)
@@ -5,7 +5,7 @@
 PortGroup                   python 1.0
 
 name                        py-pyquery
-version                     1.2.1
+version                     1.2.4
 categories-append           devel
 platforms                   darwin
 supported_archs             noarch
@@ -21,11 +21,10 @@
 master_sites                http://pypi.python.org/packages/source/p/pyquery
 distname                    pyquery-${version}
 
-checksums                   rmd160  f74c85ee0ef903260bd31e5e102c4ea51ae460b5 \
-                            sha256  a607f81a628887e2cf03d5dddee6f092faf411e51b894130a2b4c839e60c408f
+checksums                   rmd160  bce4fef874ecdefcb98b1af3d15e4972e613e068 \
+                            sha256  1c39f786c42430279eadf787f1ef06873f15c9acba2698c23dfd925ac7b169d7
 
-python.versions             25 26 27 31 32
-python.default_version      27
+python.versions             26 27 31 32
 
 if {${subport} != ${name}} {
     depends_build-append    port:py${python.version}-distribute
@@ -33,10 +32,11 @@
                             port:py${python.version}-cssselect
     post-destroot {
         set doc ${destroot}${prefix}/share/doc/${subport}
-        xinstall -m 644 -W ${worksrcpath} CHANGES.txt README.txt ${doc}
+        xinstall -m 644 -W ${worksrcpath} CHANGES.rst README.rst ${doc}
         xinstall -m 644 -W ${worksrcpath}/docs ajax.txt api.txt \
-          attributes.txt css.txt future.txt index.txt \
-          manipulating.txt testing.txt tips.txt traversing.txt ${doc}
+          attributes.txt changes.txt css.txt future.txt index.txt \
+          manipulating.txt scrap.txt testing.txt tips.txt traversing.txt \
+          ${doc}
     }
     livecheck.type          none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121208/ed51daa4/attachment-0001.html>


More information about the macports-changes mailing list