[130167] trunk/dports/python/py-apsw/Portfile
larryv at macports.org
larryv at macports.org
Sat Dec 27 22:05:35 PST 2014
Revision: 130167
https://trac.macports.org/changeset/130167
Author: larryv at macports.org
Date: 2014-12-27 22:05:35 -0800 (Sat, 27 Dec 2014)
Log Message:
-----------
py-apsw: Rearrange and reformat
Modified Paths:
--------------
trunk/dports/python/py-apsw/Portfile
Modified: trunk/dports/python/py-apsw/Portfile
===================================================================
--- trunk/dports/python/py-apsw/Portfile 2014-12-28 05:50:35 UTC (rev 130166)
+++ trunk/dports/python/py-apsw/Portfile 2014-12-28 06:05:35 UTC (rev 130167)
@@ -11,25 +11,24 @@
maintainers nomaintainer
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.
-
+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.
homepage http://code.google.com/p/apsw/
+
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} } {
+if {${name} ne ${subport}} {
depends_lib-append port:sqlite3
post-extract {
@@ -40,7 +39,7 @@
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath}/doc/ apsw.html \
- ${destroot}${prefix}/share/doc/${subport}
+ ${destroot}${prefix}/share/doc/${subport}
}
livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141227/26ee7632/attachment.html>
More information about the macports-changes
mailing list