[82421] trunk/dports/python

jmr at macports.org jmr at macports.org
Sat Aug 13 09:08:37 PDT 2011


Revision: 82421
          http://trac.macports.org/changeset/82421
Author:   jmr at macports.org
Date:     2011-08-13 09:08:32 -0700 (Sat, 13 Aug 2011)
Log Message:
-----------
py-xattr, py25-xattr: update to 0.6.1 because 0.5 fails to install, and set license

Modified Paths:
--------------
    trunk/dports/python/py-xattr/Portfile
    trunk/dports/python/py25-xattr/Portfile

Modified: trunk/dports/python/py-xattr/Portfile
===================================================================
--- trunk/dports/python/py-xattr/Portfile	2011-08-13 15:36:06 UTC (rev 82420)
+++ trunk/dports/python/py-xattr/Portfile	2011-08-13 16:08:32 UTC (rev 82421)
@@ -4,8 +4,9 @@
 PortGroup python24 1.0
 
 name			   py-xattr
-version			   0.5
+version			   0.6.1
 categories		   python
+license			   {MIT PSF}
 platforms		   darwin linux
 maintainers		   optusnet.com.au:arsptr
 description		   xattr is a Python wrapper for Darwin's extended filesystem attributes 
@@ -17,11 +18,12 @@
                    This corresponds to Mac OS X 10.4 (Tiger).
 
 homepage		   http://undefined.org/python/#xattr
-fetch.type         svn
-svn.url            http://svn.red-bean.com/bob/xattr/releases/xattr-${version}/
+master_sites	   http://pypi.python.org/packages/source/x/xattr/
+distname           xattr-${version}
+checksums          md5 abcc67c93b28edbefcf10d3e6e324f89 \
+                   sha256 7c025768496f3162f79059456c870ab5ef7094c39bb1f138446df44981e18069
 
 depends_lib-append  port:py-setuptools
-worksrcdir         xattr-${version}
 
 livecheck.type      regex
 livecheck.url       http://svn.red-bean.com/bob/xattr/releases/

Modified: trunk/dports/python/py25-xattr/Portfile
===================================================================
--- trunk/dports/python/py25-xattr/Portfile	2011-08-13 15:36:06 UTC (rev 82420)
+++ trunk/dports/python/py25-xattr/Portfile	2011-08-13 16:08:32 UTC (rev 82421)
@@ -4,8 +4,9 @@
 PortGroup python25 1.0
 
 name                py25-xattr
-version             0.5
+version             0.6.1
 categories          python
+license             {MIT PSF}
 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 \
@@ -16,9 +17,10 @@
                     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}
+master_sites        http://pypi.python.org/packages/source/x/xattr/
+distname            xattr-${version}
+checksums           md5 abcc67c93b28edbefcf10d3e6e324f89 \
+                    sha256 7c025768496f3162f79059456c870ab5ef7094c39bb1f138446df44981e18069
 
 depends_lib-append  port:py25-distribute
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110813/70274464/attachment.html>


More information about the macports-changes mailing list