[120172] trunk/dports/python

cal at macports.org cal at macports.org
Sun May 18 05:56:13 PDT 2014


Revision: 120172
          https://trac.macports.org/changeset/120172
Author:   cal at macports.org
Date:     2014-05-18 05:56:13 -0700 (Sun, 18 May 2014)
Log Message:
-----------
new port: py-aniso8601, dependency of py-flask-restful

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

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

Modified: trunk/dports/python/py-aniso8601/Portfile
===================================================================
--- trunk/dports/python/py-lxml/Portfile	2014-05-18 12:37:30 UTC (rev 120171)
+++ trunk/dports/python/py-aniso8601/Portfile	2014-05-18 12:56:13 UTC (rev 120172)
@@ -4,45 +4,30 @@
 PortSystem          1.0
 PortGroup           python 1.0
 
-name                py-lxml
-version             3.3.5
-revision            0
-categories-append   devel
+name                py-aniso8601
+python.versions     27 31 32 33 34
+version             0.82
+checksums           rmd160  309d4f27849d9db327f66f7911bae56b5bea57fa \
+                    sha256  e33ffc4ff6882e6a318c07844e346cd6160abe2f48cc2e797d2fe5f36364789e
+
+categories-append   devel textproc
 platforms           darwin
+maintainers         nomaintainer
 license             BSD
 
-python.versions     24 25 26 27 31 32 33 34
+description         A library for parsing ISO 8601 strings
+long_description    ${description}
 
-maintainers         akitada gmail.com:dbraband openmaintainer
+master_sites        http://pypi.python.org/packages/source/a/aniso8601/
+distname            aniso8601-${version}
 
-description         Powerful and Pythonic XML processing library
-
-long_description    lxml is a Pythonic binding for the libxml2 and \
-                    libxslt libraries.  It is unique in that it \
-                    combines the speed and feature completeness of \
-                    these libraries with the simplicity of a native \
-                    Python API, mostly compatible but superior to \
-                    the well-known ElementTree API.
-
-homepage            http://lxml.de/
-master_sites        http://pypi.python.org/packages/source/l/lxml/
-
-checksums           rmd160  c7ccece50f8d20f5fac44ac1bf8dc0d8a85aa0f9 \
-                    sha256  6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a
-
-distname            lxml-${version}
-
 if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools
 
-    depends_lib-append  port:zlib \
-                        port:libxml2 \
-                        port:libxslt
-
     livecheck.type      none
 } else {
     livecheck.type      regex
     livecheck.url       ${master_sites}
-    livecheck.regex     "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.regex     "aniso8601-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140518/56d92a06/attachment-0001.html>


More information about the macports-changes mailing list