[128488] trunk/dports/python/py-xattr/Portfile
khindenburg at macports.org
khindenburg at macports.org
Fri Nov 21 21:18:22 PST 2014
Revision: 128488
https://trac.macports.org/changeset/128488
Author: khindenburg at macports.org
Date: 2014-11-21 21:18:22 -0800 (Fri, 21 Nov 2014)
Log Message:
-----------
py-xattr: add modeline + whitespace changes
Modified Paths:
--------------
trunk/dports/python/py-xattr/Portfile
Modified: trunk/dports/python/py-xattr/Portfile
===================================================================
--- trunk/dports/python/py-xattr/Portfile 2014-11-22 05:07:54 UTC (rev 128487)
+++ trunk/dports/python/py-xattr/Portfile 2014-11-22 05:18:22 UTC (rev 128488)
@@ -1,33 +1,34 @@
+# -*- 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
+PortSystem 1.0
+PortGroup python 1.0
-name py-xattr
-version 0.6.1
-license {MIT PSF}
-platforms darwin linux
-maintainers optusnet.com.au:arsptr openmaintainer
-description Python wrapper for extended filesystem attributes
-long_description xattr is a Python wrapper for Darwin, Linux, and FreeBSD \
- extended filesystem attributes. 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 available on \
- Darwin 8.0 and later. This corresponds to Mac OS X 10.4 \
- (Tiger) and later.
+name py-xattr
+version 0.6.1
+license {MIT PSF}
+platforms darwin linux
+maintainers optusnet.com.au:arsptr openmaintainer
+description Python wrapper for extended filesystem attributes
+long_description xattr is a Python wrapper for Darwin, Linux, and FreeBSD \
+ extended filesystem attributes. 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 available on \
+ Darwin 8.0 and later. This corresponds to Mac OS X 10.4 \
+ (Tiger) and later.
-homepage http://undefined.org/python/#xattr
-master_sites http://pypi.python.org/packages/source/x/xattr/
-distname xattr-${version}
-checksums md5 abcc67c93b28edbefcf10d3e6e324f89 \
- sha256 7c025768496f3162f79059456c870ab5ef7094c39bb1f138446df44981e18069
+homepage http://undefined.org/python/#xattr
+master_sites http://pypi.python.org/packages/source/x/xattr/
+distname xattr-${version}
+checksums md5 abcc67c93b28edbefcf10d3e6e324f89 \
+ sha256 7c025768496f3162f79059456c870ab5ef7094c39bb1f138446df44981e18069
-python.versions 24 25 26 27
+python.versions 24 25 26 27
if {${name} ne ${subport}} {
- depends_build port:py${python.version}-setuptools
+ depends_build port:py${python.version}-setuptools
livecheck.type none
} else {
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141121/530f9e60/attachment.html>
More information about the macports-changes
mailing list