[88425] trunk/dports/python

dports at macports.org dports at macports.org
Sun Jan 1 17:46:40 PST 2012


Revision: 88425
          http://trac.macports.org/changeset/88425
Author:   dports at macports.org
Date:     2012-01-01 17:46:38 -0800 (Sun, 01 Jan 2012)
Log Message:
-----------
py-pyquery: new port, v1.1.1 (#32465)

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

Added: trunk/dports/python/py-pyquery/Portfile
===================================================================
--- trunk/dports/python/py-pyquery/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyquery/Portfile	2012-01-02 01:46:38 UTC (rev 88425)
@@ -0,0 +1,43 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem                  1.0
+PortGroup                   python 1.0
+
+name                        py-pyquery
+version                     1.1.1
+categories-append           devel
+platforms                   darwin
+license                     BSD
+maintainers                 gmail.com:larry.velazquez
+description                 A jQuery-like library for Python.
+long_description            Pyquery allows you to make jQuery queries on XML \
+                            documents.
+homepage                    http://pypi.python.org/pypi/pyquery
+                            
+master_sites                http://pypi.python.org/packages/source/p/pyquery
+distname                    pyquery-${version}
+                            
+checksums                   md5     cd2884653df59c4587e57d5f1ed94de5 \
+                            sha1    be1d145af0b5c10112f604eff5da35dcf18a0281 \
+                            rmd160  e79b002f0ca31107987194ab2ec94b227d969cba
+
+python.versions             25 26 27 31 32
+python.default_version      27
+
+if {${subport} != ${name}} {
+    depends_build-append    port:py${python.version}-distribute
+    depends_run-append      port:py${python.version}-lxml
+    post-destroot {
+        set doc ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 755 -d ${doc}
+        xinstall -m 644 -W ${worksrcpath} CHANGES.txt README.txt ${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}
+    }
+}
+
+livecheck.type             regex
+livecheck.url              ${homepage}
+livecheck.regex            "pyquery-(\[0-9.\]+)${extract.suffix}"
\ No newline at end of file


Property changes on: trunk/dports/python/py-pyquery/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120101/5009d27b/attachment.html>


More information about the macports-changes mailing list