[128172] trunk/dports/python
petr at macports.org
petr at macports.org
Sat Nov 15 11:28:53 PST 2014
Revision: 128172
https://trac.macports.org/changeset/128172
Author: petr at macports.org
Date: 2014-11-15 11:28:53 -0800 (Sat, 15 Nov 2014)
Log Message:
-----------
py-* ports maintained by phw: non-semantic formating, modeline where missing
Modified Paths:
--------------
trunk/dports/python/py-apsw/Portfile
trunk/dports/python/py-clint/Portfile
trunk/dports/python/py-crcmod/Portfile
trunk/dports/python/py-docx/Portfile
trunk/dports/python/py-futures/Portfile
trunk/dports/python/py-irclib/Portfile
trunk/dports/python/py-libgmail/Portfile
trunk/dports/python/py-metar/Portfile
trunk/dports/python/py-pyx/Portfile
trunk/dports/python/py-tweepy/Portfile
trunk/dports/python/py-url/Portfile
trunk/dports/python/py-urlwatch/Portfile
trunk/dports/python/py-urwid/Portfile
trunk/dports/python/py-w3lib/Portfile
Modified: trunk/dports/python/py-apsw/Portfile
===================================================================
--- trunk/dports/python/py-apsw/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-apsw/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,45 +1,47 @@
+# -*- 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-apsw
-python.versions 24 25 26 27 31 32
-version 3.7.14.1-r1
-revision 0
-license zlib
-maintainers phw openmaintainer
-description Very thin SQLite 3 wrapper for python
+name py-apsw
+version 3.7.14.1-r1
+platforms darwin
+license zlib
+maintainers phw openmaintainer
+
+description Very thin SQLite 3 wrapper for python
long_description \
- APSW provides an SQLite 3 wrapper that provides the thinnest layer \
- over SQLite 3 possible. Everything you can do from the C API to \
- SQLite 3, you can do from Python. Although APSW looks vaguely \
- similar to the DBAPI, it is not compliant with that API and instead \
- works the way SQLite 3 does.
+ APSW provides an SQLite 3 wrapper that provides the thinnest layer \
+ over SQLite 3 possible. Everything you can do from the C API to \
+ SQLite 3, you can do from Python. Although APSW looks vaguely \
+ similar to the DBAPI, it is not compliant with that API and instead \
+ works the way SQLite 3 does.
-platforms darwin
homepage http://code.google.com/p/apsw/
-master_sites googlecode:apsw
-distname apsw-${version}
-use_zip yes
+master_sites googlecode:apsw
+distname apsw-${version}
+use_zip yes
checksums md5 ae32e46df985b5fbbdbdd17640367711 \
sha1 735f1b1e236055e4f0de286e17e400d7db1f87e7 \
rmd160 91df80878469dbed49c35f5d2704bdcb9cfbe549
+
+python.versions 24 25 26 27 31 32
+
if { ${name} ne ${subport} } {
+ depends_lib-append port:sqlite3
- depends_lib-append port:sqlite3
-
- post-extract {
- file copy ${filespath}/setup.cfg ${worksrcpath}/setup.cfg
- reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.cfg
- }
-
- post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
- xinstall -m 644 -W ${worksrcpath}/doc/ apsw.html \
- ${destroot}${prefix}/share/doc/${subport}
- }
+ post-extract {
+ file copy ${filespath}/setup.cfg ${worksrcpath}/setup.cfg
+ reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.cfg
+ }
+
+ post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
+ xinstall -m 644 -W ${worksrcpath}/doc/ apsw.html \
+ ${destroot}${prefix}/share/doc/${subport}
+ }
}
livecheck.type regex
Modified: trunk/dports/python/py-clint/Portfile
===================================================================
--- trunk/dports/python/py-clint/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-clint/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,39 +1,43 @@
# -*- 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 github 1.0
-PortGroup python 1.0
+PortSystem 1.0
+PortGroup github 1.0
+PortGroup python 1.0
-github.setup kennethreitz clint 0.3.1 v
-name py-clint
-python.versions 26 27 31 32
-revision 2
-categories-append devel
-license MIT
-platforms darwin
-supported_archs noarch
-maintainers phw openmaintainer
-description Clint is a module filled with a set of awesome tools for developing commandline applications
-long_description C ommand L ine IN terface T ools .\
- Clint is awesome. Crazy awesome. It supports colors, but detects if the session is a TTY, \
- so doesn't render the colors if you're piping stuff around. Automagically.\
- Awesome nest-able indentation context manager. Example: (with indent(4): puts('indented text')). \
- It supports custom email-style quotes. Of course, it supports color too, if and when needed.\
- It has an awesome Column printer with optional auto-expanding columns. \
- It detects how wide your current console is and adjusts accordingly. \
- It wraps your words properly to fit the column size. \
- With or without colors mixed in. \
- All with a single function call.\
- The world's easiest to use implicit argument system w/ chaining methods for filtering. Seriously.
+github.setup kennethreitz clint 0.3.1 v
+name py-clint
+revision 2
+categories-append devel
+license MIT
+platforms darwin
+supported_archs noarch
+maintainers phw openmaintainer
+
+description Clint is a module filled with a set of awesome tools for developing commandline applications
+long_description \
+ Command Line INterface Tools .\
+ Clint is awesome. Crazy awesome. It supports colors, but detects if the \
+ session is a TTY, so doesn't render the colors if you're piping stuff \
+ around. Automagically. Awesome nest-able indentation context manager. \
+ Example: (with indent(4): puts('indented text')). It supports custom \
+ email-style quotes. Of course, it supports color too, if and when needed.\
+ It has an awesome Column printer with optional auto-expanding columns. \
+ It detects how wide your current console is and adjusts accordingly. \
+ It wraps your words properly to fit the column size. With or without \
+ colors mixed in. All with a single function call.The world's easiest to \
+ use implicit argument system w/ chaining methods for filtering. Seriously.
+
# Remove these two lines simultaneously with updating to the next version of clint.
-distname v${version}
-extract.suffix
+distname v${version}
+extract.suffix
checksums rmd160 225e0b50b56948bf74963da79e4a751140dd8b5c \
sha256 9c974ee8d5bc7fe4f62de1cc48eb85f50c10b17aa712ffa4f15b7e77209f8f35
+python.versions 26 27 31 32
+
if {${name} ne ${subport}} {
livecheck.type none
}
Modified: trunk/dports/python/py-crcmod/Portfile
===================================================================
--- trunk/dports/python/py-crcmod/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-crcmod/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -7,13 +8,15 @@
version 1.7
license MIT
platforms darwin
+maintainers phw openmaintainer
-maintainers phw openmaintainer
description Python module for creating functions computing the Cyclic Redundancy Check (CRC).
long_description ${description}
+
homepage http://crcmod.sourceforge.net/
master_sites sourceforge:crcmod
distname crcmod-${version}
+
checksums md5 2d5b92117d958dcead94f9e17f54cd32 \
sha1 61d9fea169099b87c2e36ce572d2d25e0fd2de59 \
rmd160 503b415394d7c833b22e5a999454c0d67598cd54
@@ -25,7 +28,8 @@
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
- xinstall -m 644 -W ${worksrcpath} README changelog ${destroot}${prefix}/share/doc/${subport}
+ xinstall -m 644 -W ${worksrcpath} README changelog \
+ ${destroot}${prefix}/share/doc/${subport}
}
livecheck.type none
} else {
Modified: trunk/dports/python/py-docx/Portfile
===================================================================
--- trunk/dports/python/py-docx/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-docx/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,33 +1,36 @@
# -*- 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-docx
-version 0.0.2
-python.versions 26 27
-python.default_version 27
-revision 1
-categories-append devel
-platforms darwin
-license MIT
-maintainers phw openmaintainer
-description The docx module creates, reads and writes Microsoft Office Word 2007 docx files
-long_description The module was created when I was looking for a Python support for MS Word .doc files,\
- but could only find various hacks involving COM automation,\
- calling .net or Java, or automating OpenOffice or MS Office.
+name py-docx
+version 0.0.2
+revision 1
+categories-append devel
+platforms darwin
+license MIT
+maintainers phw openmaintainer
-homepage https://github.com/mikemaccana/python-docx
+description The docx module creates, reads and writes Microsoft Office Word 2007 docx files
+long_description \
+ The module was created when I was looking for a Python support for \
+ MS Word .doc files, but could only find various hacks involving COM \
+ automation, calling .net or Java, or automating OpenOffice or MS Office.
-fetch.type git
-git.url ${homepage}.git
-git.branch 7f0781e7a86ba26d69f5e09850ef7e4fc35d3795
+homepage https://github.com/mikemaccana/python-docx
-livecheck.type regex
-livecheck.url https://raw.github.com/mikemaccana/python-docx/master/setup.py
-livecheck.regex {version='(\d+(?:\.\d+)*)'}
+fetch.type git
+git.url ${homepage}.git
+git.branch 7f0781e7a86ba26d69f5e09850ef7e4fc35d3795
+python.versions 26 27
+python.default_version 27
+
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-lxml
}
+
+livecheck.type regex
+livecheck.url https://raw.github.com/mikemaccana/python-docx/master/setup.py
+livecheck.regex {version='(\d+(?:\.\d+)*)'}
Modified: trunk/dports/python/py-futures/Portfile
===================================================================
--- trunk/dports/python/py-futures/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-futures/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -6,14 +6,10 @@
name py-futures
version 2.1.6
-revision 0
categories-append devel
platforms darwin
license BSD
supported_archs noarch
-
-python.versions 26 27 31 32
-
maintainers phw openmaintainer
description A Java-style futures package for Python
@@ -21,11 +17,12 @@
homepage http://code.google.com/p/pythonfutures/
master_sites https://pypi.python.org/packages/source/f/futures/
+distname futures-${version}
checksums rmd160 7b39105e242b9db316217c51e0e81214bc6e4526 \
sha256 33f39102b631fa0a030b24c4341ba1f48558e435946d6735d47fe1f739d757c4
-distname futures-${version}
+python.versions 26 27 31 32
if {${name} ne ${subport}} {
post-extract {
Modified: trunk/dports/python/py-irclib/Portfile
===================================================================
--- trunk/dports/python/py-irclib/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-irclib/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,36 +1,39 @@
# -*- 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-irclib
-version 0.4.8
-python.versions 24 25 26 27
-categories-append irc
-license LGPL-2.1+
-platforms darwin freebsd
-supported_archs noarch
-maintainers phw openmaintainer
-description python module that encapsulates the IRC protocol
-long_description This library is intended to encapsulate the IRC \
- protocol at a quite low level. It provides an \
- event-driven IRC client framework. It has a fairly \
- thorough support for the basic IRC protocol, CTCP and \
- DCC connections.
+name py-irclib
+version 0.4.8
+categories-append irc
+license LGPL-2.1+
+platforms darwin freebsd
+supported_archs noarch
+maintainers phw openmaintainer
-homepage http://python-irclib.sourceforge.net/
-master_sites sourceforge:python-irclib
-distname python-irclib-${version}
-checksums sha1 813a9182045e8cf6c4d1a76b707fb64c2fcf22c4
+description python module that encapsulates the IRC protocol
+long_description This library is intended to encapsulate the IRC \
+ protocol at a quite low level. It provides an \
+ event-driven IRC client framework. It has a fairly \
+ thorough support for the basic IRC protocol, CTCP and \
+ DCC connections.
+homepage http://python-irclib.sourceforge.net/
+master_sites sourceforge:python-irclib
+distname python-irclib-${version}
+
+checksums sha1 813a9182045e8cf6c4d1a76b707fb64c2fcf22c4
+
+python.versions 24 25 26 27
+
if {${name} ne ${subport}} {
- post-destroot {
- xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README \
- ${destroot}${prefix}/share/doc/${subport}
- xinstall -m 644 -W ${worksrcpath} dccreceive dccsend irccat irccat2 \
- servermap testbot.py \
- ${destroot}${prefix}/share/doc/${subport}/examples
+ post-destroot {
+ xinstall -m 644 -W ${worksrcpath} \
+ COPYING ChangeLog README \
+ ${destroot}${prefix}/share/doc/${subport}
+ xinstall -m 644 -W ${worksrcpath} \
+ dccreceive dccsend irccat irccat2 servermap testbot.py \
+ ${destroot}${prefix}/share/doc/${subport}/examples
}
-
}
Modified: trunk/dports/python/py-libgmail/Portfile
===================================================================
--- trunk/dports/python/py-libgmail/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-libgmail/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,29 +1,35 @@
# -*- 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-libgmail
-version 0.1.11
-python.versions 24 25 26
-categories-append mail
-license GPL-2
-platforms darwin
-supported_archs noarch
-maintainers phw openmaintainer
-description Python binding for accessing Gmail
+name py-libgmail
+version 0.1.11
+
+categories-append mail
+license GPL-2
+platforms darwin
+supported_archs noarch
+maintainers phw openmaintainer
+
+description Python binding for accessing Gmail
long_description The libgmail project is a pure Python binding to provide \
access to Google's Gmail web-mail service.
-homepage http://libgmail.sourceforge.net/
-master_sites sourceforge:libgmail
-distname libgmail-${version}
+homepage http://libgmail.sourceforge.net/
+master_sites sourceforge:libgmail
+distname libgmail-${version}
+
checksums md5 247477ac98b39658fdcdee8d65639e51 \
sha1 485a06227043104e192839e895325f2c9df09d15
+
+python.versions 24 25 26
+
if { ${name} ne ${subport} } {
post-destroot {
- xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYING PKG-INFO README \
+ xinstall -m 644 -W ${worksrcpath} \
+ CHANGELOG COPYING PKG-INFO README \
${destroot}${prefix}/share/doc/${subport}
}
Modified: trunk/dports/python/py-metar/Portfile
===================================================================
--- trunk/dports/python/py-metar/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-metar/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,28 +1,31 @@
# -*- 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-metar
-version 0.19
+name py-metar
+version 0.19
revision 2
-license GPL-2+
-platforms darwin
+license GPL-2+
+platforms darwin
supported_archs noarch
-maintainers phw openmaintainer
-python.versions 24 25 26 27
-description python interface to the weather reports of the NOAA
-long_description This library downloads the weather report for a \
- given NOAA station ID (get yours here), decodes it and \
- provides easy access to all the data found in the \
- report.
+maintainers phw openmaintainer
-homepage http://www.schwarzvogel.de/software-pymetar.shtml
-master_sites http://www.schwarzvogel.de/pkgs/
-distname pymetar-${version}
+description python interface to the weather reports of the NOAA
+long_description This library downloads the weather report for a \
+ given NOAA station ID (get yours here), decodes it and \
+ provides easy access to all the data found in the \
+ report.
+
+homepage http://www.schwarzvogel.de/software-pymetar.shtml
+master_sites http://www.schwarzvogel.de/pkgs/
+distname pymetar-${version}
+
checksums sha1 968c4ec413f034e1ba7da99e91bd5e048fbf53c0
-livecheck.type regex
-livecheck.url http://schwarzvogel.de/pkgs/
-livecheck.regex {"pymetar-([0-9\.]+)\.tar\.gz"}
+python.versions 24 25 26 27
+
+livecheck.type regex
+livecheck.url http://schwarzvogel.de/pkgs/
+livecheck.regex {"pymetar-([0-9\.]+)\.tar\.gz"}
Modified: trunk/dports/python/py-pyx/Portfile
===================================================================
--- trunk/dports/python/py-pyx/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-pyx/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,41 +1,40 @@
# -*- 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-pyx
-version 0.12.1
-revision 3
-license GPL-2+
-python.versions 24 25 26 27
+name py-pyx
+version 0.12.1
+revision 3
+license GPL-2+
+platforms darwin
+supported_archs noarch
+maintainers phw openmaintainer
-platforms darwin
-maintainers phw openmaintainer
-supported_archs noarch
+description PyX is a TeX/LaTeX interface for Python
+long_description \
+ PyX is a Python package for the creation of encapsulated PostScript \
+ figures. It provides both an abstraction of PostScript and a TeX/LaTeX \
+ interface. Complex tasks like 2d and 3d plots in publication-ready \
+ quality are built out of these primitives.
-description PyX is a TeX/LaTeX interface for Python
-long_description PyX is a Python package for the creation of \
- encapsulated PostScript figures. It provides both an \
- abstraction of PostScript and a TeX/LaTeX interface. \
- Complex tasks like 2d and 3d plots in \
- publication-ready quality are built out of these \
- primitives.
+homepage http://pyx.sourceforge.net
+master_sites sourceforge:pyx
+distname PyX-${version}
-homepage http://pyx.sourceforge.net
-master_sites sourceforge:pyx
-distname PyX-${version}
-checksums sha1 9e5e9c3235055a50565d94cfc02e758b61b01222
+checksums sha1 9e5e9c3235055a50565d94cfc02e758b61b01222
-if {${name} ne ${subport}} {
+python.versions 24 25 26 27
+if {${name} ne ${subport}} {
depends_lib-append bin:tex:texlive
post-destroot {
xinstall -d ${destroot}${prefix}/share/doc/${subport}
- xinstall -m 644 -W ${worksrcpath} INSTALL CHANGES README AUTHORS LICENSE \
+ xinstall -m 644 -W ${worksrcpath} \
+ INSTALL CHANGES README AUTHORS LICENSE \
${destroot}${prefix}/share/doc/${subport}
file delete -force ${destroot}/etc
}
-
}
Modified: trunk/dports/python/py-tweepy/Portfile
===================================================================
--- trunk/dports/python/py-tweepy/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-tweepy/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -38,4 +39,3 @@
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex ${pymodname}-(\[.\\d\]+)\\.tar\\.gz
-
Modified: trunk/dports/python/py-url/Portfile
===================================================================
--- trunk/dports/python/py-url/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-url/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,28 +1,31 @@
+# -*- 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-url
-version 0.15.1
-revision 1
-license MIT
-platforms darwin freebsd
-maintainers phw openmaintainer
-description RFC2396 compliant Python implementation of URLs
-long_description This Python module contains an RFC2396 compliant \
- implementation of URLs (see the class URL) and file \
- like classes for reading data from URLs and writing \
- data to URLs
+name py-url
+version 0.15.1
+revision 1
+license MIT
+platforms darwin freebsd
+maintainers phw openmaintainer
-homepage http://www.livinglogic.de/Python/url/
-master_sites http://ftp.livinglogic.de/url/
-distname ll-url-${version}
-checksums md5 ffa18a0ba9512b0d32c3331241c9e751
-use_bzip2 yes
+description RFC2396 compliant Python implementation of URLs
+long_description This Python module contains an RFC2396 compliant \
+ implementation of URLs (see the class URL) and file \
+ like classes for reading data from URLs and writing \
+ data to URLs
-python.versions 24
+homepage http://www.livinglogic.de/Python/url/
+master_sites http://ftp.livinglogic.de/url/
+distname ll-url-${version}
+use_bzip2 yes
+checksums md5 ffa18a0ba9512b0d32c3331241c9e751
+
+python.versions 24
+
if {${name} ne ${subport}} {
post-destroot {
xinstall -m 644 -W ${worksrcpath} HOWTO INSTALL NEWS README \
Modified: trunk/dports/python/py-urlwatch/Portfile
===================================================================
--- trunk/dports/python/py-urlwatch/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-urlwatch/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,34 +1,39 @@
# -*- 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-urlwatch
-version 1.15
-license BSD
-python.versions 26 27 31
-python.default_version 26
-platforms darwin
-supported_archs noarch
-maintainers phw openmaintainer
-description a tool for monitoring webpages for updates
-long_description urlwatch helps you watch URLs and get notified (via email or \
-in your terminal) of any changes. The change notification will include the URL \
-that has changed and a unified diff of what has changed, and can also filter \
-content via hooks, remove noise (always-changing website parts), etc.
-homepage http://thpinfo.com/2008/urlwatch/
-master_sites ${homepage}
-distname urlwatch-${version}
+name py-urlwatch
+version 1.15
+license BSD
+platforms darwin
+supported_archs noarch
+maintainers phw openmaintainer
+description a tool for monitoring webpages for updates
+long_description \
+ urlwatch helps you watch URLs and get notified \(via email or in your \
+ terminal\) of any changes. The change notification will include the URL \
+ that has changed and a unified diff of what has changed, and can also \
+ filter content via hooks, remove noise (always-changing website parts), \
+ etc.
+
+homepage http://thpinfo.com/2008/urlwatch/
+master_sites ${homepage}
+distname urlwatch-${version}
+
checksums md5 a0a739d4ea18f15c121e5f12bb75cbc9 \
sha1 3353c3222b5057742e2b6678200c7bdef2245278 \
rmd160 3f5e73b551b3d4aa1974ec8ff30d391b06f58e32
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex "Current version: (\\d+(?:\\.\\d+)*)"
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex "Current version: (\\d+(?:\\.\\d+)*)"
+python.versions 26 27 31
+python.default_version 26
+
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-futures
Modified: trunk/dports/python/py-urwid/Portfile
===================================================================
--- trunk/dports/python/py-urwid/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-urwid/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,37 +1,39 @@
# -*- 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
-PortGroup github 1.0
+PortSystem 1.0
+PortGroup python 1.0
+PortGroup github 1.0
-github.setup wardi urwid 1.2.1 release-
-name py-${name}
-platforms darwin
-license LGPL-2.1+
-maintainers phw openmaintainer
-description curses-based UI/widget library for Python
-long_description Urwid is a curses-based UI/widget library for Python. It \
- features fluid interface resizing, multiple text layout \
- options, simple markup for attributes, powerful scrolling list \
- boxes and flexible edit boxes.
+github.setup wardi urwid 1.2.1 release-
+name py-${name}
+platforms darwin
+license LGPL-2.1+
+maintainers phw openmaintainer
-homepage http://urwid.org/
+description curses-based UI/widget library for Python
+long_description \
+ Urwid is a curses-based UI/widget library for Python. It features fluid \
+ interface resizing, multiple text layout options, simple markup for \
+ attributes, powerful scrolling list boxes and flexible edit boxes.
-python.versions 24 25 26 27 31 32 33 34
+homepage http://urwid.org/
+python.versions 24 25 26 27 31 32 33 34
+
if {${name} ne ${subport}} {
- checksums rmd160 e5e08ca648865381a80330ca4e46308d33a8ee2f \
- sha256 16bf4d0804f5952fe80a7d7fa07d56525caef7642f23b1092ff72c98e48c26ea
+ checksums rmd160 e5e08ca648865381a80330ca4e46308d33a8ee2f \
+ sha256 16bf4d0804f5952fe80a7d7fa07d56525caef7642f23b1092ff72c98e48c26ea
if {[vercmp ${python.branch} 3.0] >= 0} {
depends_build-append port:py${python.version}-setuptools
}
-
+
post-destroot {
#xinstall -m 644 ${worksrcpath}/reference.html \
# ${destroot}${prefix}/share/doc/${subport}
- xinstall -m 644 -W ${worksrcpath}/examples browse.py calc.py edit.py fib.py tour.py \
+ xinstall -m 644 -W ${worksrcpath}/examples \
+ browse.py calc.py edit.py fib.py tour.py \
${destroot}${prefix}/share/doc/${subport}/examples
}
}
Modified: trunk/dports/python/py-w3lib/Portfile
===================================================================
--- trunk/dports/python/py-w3lib/Portfile 2014-11-15 18:17:55 UTC (rev 128171)
+++ trunk/dports/python/py-w3lib/Portfile 2014-11-15 19:28:53 UTC (rev 128172)
@@ -1,32 +1,32 @@
# -*- 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-w3lib
-version 1.9.0
-maintainers phw openmaintainer
-platforms darwin
+name py-w3lib
+version 1.9.0
+platforms darwin
+license BSD
+maintainers phw openmaintainer
-description Library of web-related functions
-long_description ${description}
-license BSD
-homepage http://pypi.python.org/pypi/w3lib
+description Library of web-related functions
+long_description ${description}
-distname w3lib-${version}
-master_sites http://pypi.python.org/packages/source/w/w3lib/
+homepage http://pypi.python.org/pypi/w3lib
+master_sites http://pypi.python.org/packages/source/w/w3lib/
+distname w3lib-${version}
-checksums rmd160 e5276b5bb1c4380a8e17eb365b9072d004d011f9 \
- sha256 b124659467de0a161f17ade88d616c2270356c5eeea66aea20285d92efb515f3
+checksums rmd160 e5276b5bb1c4380a8e17eb365b9072d004d011f9 \
+ sha256 b124659467de0a161f17ade88d616c2270356c5eeea66aea20285d92efb515f3
-python.versions 27 33 34
+python.versions 27 33 34
python.default_version 27
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
}
-livecheck.regex {>w3lib (.+) :}
-livecheck.type regex
-livecheck.url ${homepage}
+livecheck.regex {>w3lib (.+) :}
+livecheck.type regex
+livecheck.url ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141115/81b62ea7/attachment-0001.html>
More information about the macports-changes
mailing list