[75715] trunk/dports/python/py26-xattr/Portfile

perry at macports.org perry at macports.org
Sat Feb 5 02:46:13 PST 2011


Revision: 75715
          http://trac.macports.org/changeset/75715
Author:   perry at macports.org
Date:     2011-02-05 02:46:11 -0800 (Sat, 05 Feb 2011)
Log Message:
-----------
python/py26-xattr: clean up the Portfile; take maintainership; update port to 0.6.1

Modified Paths:
--------------
    trunk/dports/python/py26-xattr/Portfile

Modified: trunk/dports/python/py26-xattr/Portfile
===================================================================
--- trunk/dports/python/py26-xattr/Portfile	2011-02-05 10:30:03 UTC (rev 75714)
+++ trunk/dports/python/py26-xattr/Portfile	2011-02-05 10:46:11 UTC (rev 75715)
@@ -1,28 +1,26 @@
 # $Id$
 
-PortSystem          1.0
-PortGroup           python26 1.0
-name                py26-xattr
-version             0.5
-categories          python
-maintainers         nomaintainer
-description         xattr is a Python wrapper for Darwin's extended filesystem attributes
-long_description    Extended attributes extend the basic attributes of files and directories \
-                    in the file system. They are stored as name:data pairs associated with file \
-                    system objects (files, directories, symlinks, etc). \
-                    \
-                    Extended attributes are currently only available on Darwin 8.0 and later. \
-                    This corresponds to Mac OS X 10.4 (Tiger) and later.
-homepage            http://undefined.org/python/#xattr
-platforms           darwin
-fetch.type          svn
-svn.url             http://svn.red-bean.com/bob/xattr/releases/xattr-${version}/
-worksrcdir          xattr-${version}
+PortSystem              1.0
+PortGroup               python26 1.0
 
-conflicts           py25-xattr
+name                    py26-xattr
+version                 0.6.1
+maintainers             perry openmaintainer
+platforms               darwin
 
-depends_lib-append  port:py26-distribute
+description             xattr is a Python wrapper for Darwin, Linux, and FreeBSD \
+                        extended filesystem attributes.
+long_description        ${description}
+license                 MIT
+homepage                http://pypi.python.org/pypi/xattr/
 
-livecheck.type      regex
-livecheck.url       http://svn.red-bean.com/bob/xattr/releases/
-livecheck.regex     xattr-(\[0-9.\]+)
+livecheck.regex         {/xattr/(.+)"}
+livecheck.type          regex
+livecheck.url           ${homepage}
+
+depends_build-append    port:py26-distribute
+
+distname                xattr-${version}
+master_sites            http://pypi.python.org/packages/source/x/xattr/
+
+checksums               rmd160 3b85ec8081c968f424263a9342d0c4f3c8249cd9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110205/b4630e8c/attachment.html>


More information about the macports-changes mailing list