[28865] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Mon Sep 10 05:33:41 PDT 2007
Revision: 28865
http://trac.macosforge.org/projects/macports/changeset/28865
Author: afb at macports.org
Date: 2007-09-10 05:33:41 -0700 (Mon, 10 Sep 2007)
Log Message:
-----------
re-adding ports, now with history too
Added Paths:
-----------
trunk/dports/python/py25-celementtree/
trunk/dports/python/py25-celementtree/Portfile
trunk/dports/python/py25-checker/
trunk/dports/python/py25-checker/Portfile
trunk/dports/python/py25-checker/files/
trunk/dports/python/py25-iniparse/
trunk/dports/python/py25-iniparse/Portfile
trunk/dports/python/py25-kid/
trunk/dports/python/py25-kid/Portfile
trunk/dports/python/py25-urlgrabber/
trunk/dports/python/py25-urlgrabber/Portfile
trunk/dports/python/py25-yum-metadata-parser/
trunk/dports/python/py25-yum-metadata-parser/Portfile
trunk/dports/python/py25-yum-metadata-parser/files/
Removed Paths:
-------------
trunk/dports/python/py25-celementtree/Portfile
trunk/dports/python/py25-checker/Portfile
trunk/dports/python/py25-checker/files/
trunk/dports/python/py25-iniparse/Portfile
trunk/dports/python/py25-kid/Portfile
trunk/dports/python/py25-urlgrabber/Portfile
trunk/dports/python/py25-yum-metadata-parser/Portfile
trunk/dports/python/py25-yum-metadata-parser/files/
Copied: trunk/dports/python/py25-celementtree (from rev 28861, trunk/dports/python/py-celementtree)
Deleted: trunk/dports/python/py25-celementtree/Portfile
===================================================================
--- trunk/dports/python/py-celementtree/Portfile 2007-09-10 12:21:28 UTC (rev 28861)
+++ trunk/dports/python/py25-celementtree/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -1,36 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name py-celementtree
-version 1.0.5-20051216
-categories python
-platforms darwin
-maintainers mww at macports.org
-description C implementation of the ElementTree API, py-elementtree
-long_description The cElementTree module is a C implementation of the \
- ElementTree API. On typical documents, it's 15-20 times faster \
- than the Python version of ElementTree, and uses 2-5 times \
- less memory.
-
-homepage http://effbot.org/zone/celementtree.htm
-master_sites http://effbot.org/downloads/
-distname cElementTree-${version}
-checksums sha1 b36c95fd90d53746424c10db45b102b8fab260b8
-use_zip yes
-
-depends_lib-append port:py-elementtree
-
-test.run yes
-test.cmd ${python.bin}
-test.target selftest.py
-
-post-destroot {
- xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath}/samples simple-ns.xml simple.xml \
- ${destroot}${prefix}/share/doc/${name}/examples
-}
-livecheck.check regex
-livecheck.url http://effbot.org/downloads/
-livecheck.regex cElementTree-(\[0-9\.-\]+).tar.gz
Copied: trunk/dports/python/py25-celementtree/Portfile (from rev 28863, trunk/dports/python/py-celementtree/Portfile)
===================================================================
--- trunk/dports/python/py25-celementtree/Portfile (rev 0)
+++ trunk/dports/python/py25-celementtree/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-celementtree
+version 1.0.5-20051216
+categories python
+platforms darwin
+maintainers afb at macports.org openmaintainer
+description C implementation of the ElementTree API, py-elementtree
+long_description The cElementTree module is a C implementation of the \
+ ElementTree API. On typical documents, it's 15-20 times faster \
+ than the Python version of ElementTree, and uses 2-5 times \
+ less memory.
+
+homepage http://effbot.org/zone/celementtree.htm
+master_sites http://effbot.org/downloads/
+distname cElementTree-${version}
+checksums sha1 b36c95fd90d53746424c10db45b102b8fab260b8
+use_zip yes
+
+depends_lib-append port:py25-elementtree
+
+test.run yes
+test.cmd ${python.bin}
+test.target selftest.py
+
+post-destroot {
+ xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath}/samples simple-ns.xml simple.xml \
+ ${destroot}${prefix}/share/doc/${name}/examples
+}
+livecheck.check regex
+livecheck.url http://effbot.org/downloads/
+livecheck.regex cElementTree-(\[0-9\.-\]+).tar.gz
Copied: trunk/dports/python/py25-checker (from rev 28861, trunk/dports/python/py-checker)
Deleted: trunk/dports/python/py25-checker/Portfile
===================================================================
--- trunk/dports/python/py-checker/Portfile 2007-09-10 12:21:28 UTC (rev 28861)
+++ trunk/dports/python/py25-checker/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -1,36 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name py-checker
-version 0.8.17
-categories python
-maintainers nomaintainer at macports.org
-platforms darwin freebsd
-description python source code checker for finding bugs
-long_description PyChecker is a tool for finding bugs in python source \
- code. It finds problems that are typically \
- caught by a compiler for less dynamic \
- languages, like C and C++. It is similar to \
- lint. Because of the dynamic nature of \
- python, some warnings may be incorrect. \
- However, spurious warnings should be fairly \
- infrequent.
-
-homepage http://pychecker.sourceforge.net/
-master_sites sourceforge:pychecker
-distname pychecker-${version}
-checksums md5 9d2a2d62b368ce503830f830a89bd230
-
-patchfiles patch-setup.py.diff
-post-patch {
- reinplace "s|PYTHONLIB|${python.pkgd}|g" ${worksrcpath}/setup.py
-}
-
-post-destroot {
- xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYRIGHT KNOWN_BUGS \
- MAINTAINERS README TODO VERSION pycheckrc \
- ${destroot}${prefix}/share/doc/${name}
- system "chmod -R a+r ${destroot}${prefix}"
-}
Copied: trunk/dports/python/py25-checker/Portfile (from rev 28863, trunk/dports/python/py-checker/Portfile)
===================================================================
--- trunk/dports/python/py25-checker/Portfile (rev 0)
+++ trunk/dports/python/py25-checker/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-checker
+version 0.8.17
+categories python
+maintainers nomaintainer at macports.org
+platforms darwin freebsd
+description python source code checker for finding bugs
+long_description PyChecker is a tool for finding bugs in python source \
+ code. It finds problems that are typically \
+ caught by a compiler for less dynamic \
+ languages, like C and C++. It is similar to \
+ lint. Because of the dynamic nature of \
+ python, some warnings may be incorrect. \
+ However, spurious warnings should be fairly \
+ infrequent.
+
+homepage http://pychecker.sourceforge.net/
+master_sites sourceforge:pychecker
+distname pychecker-${version}
+checksums md5 9d2a2d62b368ce503830f830a89bd230
+
+patchfiles patch-setup.py.diff
+post-patch {
+ reinplace "s|PYTHONLIB|${python.pkgd}|g" ${worksrcpath}/setup.py
+}
+
+post-destroot {
+ xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYRIGHT KNOWN_BUGS \
+ MAINTAINERS README TODO VERSION pycheckrc \
+ ${destroot}${prefix}/share/doc/${name}
+ system "chmod -R a+r ${destroot}${prefix}"
+}
Copied: trunk/dports/python/py25-checker/files (from rev 28863, trunk/dports/python/py-checker/files)
Copied: trunk/dports/python/py25-iniparse (from rev 28861, trunk/dports/python/py-iniparse)
Deleted: trunk/dports/python/py25-iniparse/Portfile
===================================================================
--- trunk/dports/python/py-iniparse/Portfile 2007-09-10 12:21:28 UTC (rev 28861)
+++ trunk/dports/python/py25-iniparse/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -1,21 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name py-iniparse
-version 0.2.1
-platforms darwin
-categories python
-maintainers afb at macports.org openmaintainer
-description Python Module for Accessing and Modifying Configuration Data in INI files
-long_description iniparse is an INI parser for Python which is API compatible \
-with the standard library's ConfigParser, preserves structure of INI \
-files (order of sections & options, indentation, comments, and blank \
-lines are preserved when data is updated), and is more convenient to \
-use.
-
-homepage http://code.google.com/p/iniparse/
-master_sites http://iniparse.googlecode.com/files/
-distname iniparse-${version}
-checksums md5 0d8346528f7d86be4fa713754f8e9b36
Copied: trunk/dports/python/py25-iniparse/Portfile (from rev 28863, trunk/dports/python/py-iniparse/Portfile)
===================================================================
--- trunk/dports/python/py25-iniparse/Portfile (rev 0)
+++ trunk/dports/python/py25-iniparse/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-iniparse
+version 0.2.1
+platforms darwin
+categories python
+maintainers afb at macports.org openmaintainer
+description Python Module for Accessing and Modifying Configuration Data in INI files
+long_description iniparse is an INI parser for Python which is API compatible \
+with the standard library's ConfigParser, preserves structure of INI \
+files (order of sections & options, indentation, comments, and blank \
+lines are preserved when data is updated), and is more convenient to \
+use.
+
+homepage http://code.google.com/p/iniparse/
+master_sites http://iniparse.googlecode.com/files/
+distname iniparse-${version}
+checksums md5 0d8346528f7d86be4fa713754f8e9b36
Copied: trunk/dports/python/py25-kid (from rev 28861, trunk/dports/python/py-kid)
Deleted: trunk/dports/python/py25-kid/Portfile
===================================================================
--- trunk/dports/python/py-kid/Portfile 2007-09-10 12:21:28 UTC (rev 28861)
+++ trunk/dports/python/py25-kid/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -1,26 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name py-kid
-version 0.9.5
-platforms darwin
-categories python
-maintainers afb at macports.org openmaintainer
-description A simple and pythonic XML template language
-long_description Kid is a simple, Python-based template language for \
- generating and transforming XML vocabularies.
-
-homepage http://www.kid-templating.org/
-master_sites ${homepage}dist/${version}/
-distname kid-${version}
-checksums md5 61545377ea95704852bf5a894f7cae26
-
-depends_lib-append port:py-celementtree
-
-test.run yes
-
-livecheck.check regex
-livecheck.url ${homepage}
-livecheck.regex stable version of Kid is (\[0-9\.-\]+)
Copied: trunk/dports/python/py25-kid/Portfile (from rev 28863, trunk/dports/python/py-kid/Portfile)
===================================================================
--- trunk/dports/python/py25-kid/Portfile (rev 0)
+++ trunk/dports/python/py25-kid/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-kid
+version 0.9.5
+platforms darwin
+categories python
+maintainers afb at macports.org openmaintainer
+description A simple and pythonic XML template language
+long_description Kid is a simple, Python-based template language for \
+ generating and transforming XML vocabularies.
+
+homepage http://www.kid-templating.org/
+master_sites ${homepage}dist/${version}/
+distname kid-${version}
+checksums md5 61545377ea95704852bf5a894f7cae26
+
+depends_lib-append port:py25-celementtree
+depends_build-append port:py25-setuptools
+
+test.run yes
+
+livecheck.check regex
+livecheck.url ${homepage}
+livecheck.regex stable version of Kid is (\[0-9\.-\]+)
Copied: trunk/dports/python/py25-urlgrabber (from rev 28861, trunk/dports/python/py-urlgrabber)
Deleted: trunk/dports/python/py25-urlgrabber/Portfile
===================================================================
--- trunk/dports/python/py-urlgrabber/Portfile 2007-09-10 12:21:28 UTC (rev 28861)
+++ trunk/dports/python/py25-urlgrabber/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -1,24 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name py-urlgrabber
-version 3.0.0
-categories python
-platforms darwin
-maintainers afb at macports.org openmaintainer
-description High-level cross-protocol url-grabber
-long_description python-urlgrabber is a high-level cross-protocol url-grabber for python \
- supporting HTTP, FTP and file locations. Features include keepalive, byte \
- ranges, throttling, authentication, proxies and more.
-
-
-homepage http://linux.duke.edu/projects/urlgrabber/
-master_sites ${homepage}download/
-distname urlgrabber-${version}
-checksums md5 3cdb34db3269baf8006da35b9f82d9c9
-
-livecheck.check regex
-livecheck.url http://linux.duke.edu/projects/urlgrabber/download/
-livecheck.regex urlgrabber-(\[0-9\.-\]+).tar.gz
Copied: trunk/dports/python/py25-urlgrabber/Portfile (from rev 28863, trunk/dports/python/py-urlgrabber/Portfile)
===================================================================
--- trunk/dports/python/py25-urlgrabber/Portfile (rev 0)
+++ trunk/dports/python/py25-urlgrabber/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-urlgrabber
+version 3.0.0
+categories python
+platforms darwin
+maintainers afb at macports.org openmaintainer
+description High-level cross-protocol url-grabber
+long_description python-urlgrabber is a high-level cross-protocol url-grabber for python \
+ supporting HTTP, FTP and file locations. Features include keepalive, byte \
+ ranges, throttling, authentication, proxies and more.
+
+
+homepage http://linux.duke.edu/projects/urlgrabber/
+master_sites ${homepage}download/
+distname urlgrabber-${version}
+checksums md5 3cdb34db3269baf8006da35b9f82d9c9
+
+livecheck.check regex
+livecheck.url http://linux.duke.edu/projects/urlgrabber/download/
+livecheck.regex urlgrabber-(\[0-9\.-\]+).tar.gz
Copied: trunk/dports/python/py25-yum-metadata-parser (from rev 28861, trunk/dports/python/py-yum-metadata-parser)
Deleted: trunk/dports/python/py25-yum-metadata-parser/Portfile
===================================================================
--- trunk/dports/python/py-yum-metadata-parser/Portfile 2007-09-10 12:21:28 UTC (rev 28861)
+++ trunk/dports/python/py25-yum-metadata-parser/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -1,26 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name py-yum-metadata-parser
-version 1.1.1
-platforms darwin
-categories python
-maintainers afb at macports.org
-description Yum metadata parser
-long_description C-based metadata parser to quickly parse xml metadata into sqlite databases
-
-homepage http://linux.duke.edu/projects/yum/
-master_sites ${homepage}download/yum-metadata-parser/
-distname yum-metadata-parser-${version}
-checksums md5 19a7bb09aa644be9093d73b5baa71cc3
-
-depends_lib-append port:py-sqlite port:glib2 port:libxml2 port:sqlite3
-depends_build-append port:pkgconfig
-
-patchfiles patch-sqlitecachec.py
-
-livecheck.check regex
-livecheck.url ${homepage}download.ptml
-livecheck.regex yum-metadata-parser (\[0-9\.-\]+)
Copied: trunk/dports/python/py25-yum-metadata-parser/Portfile (from rev 28863, trunk/dports/python/py-yum-metadata-parser/Portfile)
===================================================================
--- trunk/dports/python/py25-yum-metadata-parser/Portfile (rev 0)
+++ trunk/dports/python/py25-yum-metadata-parser/Portfile 2007-09-10 12:33:41 UTC (rev 28865)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-yum-metadata-parser
+version 1.1.1
+platforms darwin
+categories python
+maintainers afb at macports.org
+description Yum metadata parser
+long_description C-based metadata parser to quickly parse xml metadata into sqlite databases
+
+homepage http://linux.duke.edu/projects/yum/
+master_sites ${homepage}download/yum-metadata-parser/
+distname yum-metadata-parser-${version}
+checksums md5 19a7bb09aa644be9093d73b5baa71cc3
+
+depends_lib-append port:py25-sqlite3 port:glib2 port:libxml2 port:sqlite3
+depends_build-append port:pkgconfig
+
+livecheck.check regex
+livecheck.url ${homepage}download.ptml
+livecheck.regex yum-metadata-parser (\[0-9\.-\]+)
Copied: trunk/dports/python/py25-yum-metadata-parser/files (from rev 28863, trunk/dports/python/py-yum-metadata-parser/files)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070910/42be52d0/attachment.html
More information about the macports-changes
mailing list