[76312] trunk/dports/python/py26-formencode

perry at macports.org perry at macports.org
Sat Feb 19 17:59:32 PST 2011


Revision: 76312
          http://trac.macports.org/changeset/76312
Author:   perry at macports.org
Date:     2011-02-19 17:59:32 -0800 (Sat, 19 Feb 2011)
Log Message:
-----------
py26-formencode: Cleaned up Portfile; updated to 1.2.3dev; took maintainership; removed unused files directory.

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

Removed Paths:
-------------
    trunk/dports/python/py26-formencode/files/

Modified: trunk/dports/python/py26-formencode/Portfile
===================================================================
--- trunk/dports/python/py26-formencode/Portfile	2011-02-20 01:46:06 UTC (rev 76311)
+++ trunk/dports/python/py26-formencode/Portfile	2011-02-20 01:59:32 UTC (rev 76312)
@@ -1,25 +1,25 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python26 1.0
+PortSystem              1.0
+PortGroup               python26 1.0
 
-name            py26-formencode
-version         1.2.2
-categories      python devel
-platforms       darwin
-maintainers     nomaintainer
-description     FormEncode is a validation and form generation package
-long_description    ${description}
+name                    py26-formencode
+version                 1.2.3dev
+maintainers             perry openmaintainer
+platforms               darwin
 
-homepage        http://formencode.org
-master_sites    http://cheeseshop.python.org/packages/source/F/FormEncode/
-distname        FormEncode-${version}
-checksums       md5     da23d54af521d1feab12b4caf30e3111 \
-                sha1    573359ec15934be9b1e74c11e1796b8df872c677 \
-                rmd160  e829668f767ff47a5b62416d8ee2ea282fa633bd
-depends_lib     port:py26-distribute
+description             FormEncode validates and converts nested structures.
+long_description        ${description}
+license                 PSF
+homepage                http://pypi.python.org/pypi/FormEncode/
 
-post-destroot {
-    xinstall -m 644 -W ${worksrcpath}/docs community.txt index.txt news.txt \
-        Validator.txt htmlfill.txt ${destroot}${prefix}/share/doc/${name}
-}
+livecheck.regex         {: FormEncode (.+)<}
+livecheck.type          regex
+livecheck.url           ${homepage}
+
+depends_build-append    port:py26-distribute
+
+distname                FormEncode-${version}
+master_sites            http://pypi.python.org/packages/source/F/FormEncode/
+
+checksums               rmd160 68bc394f071f8a16264ccbf8b8d8bdf59284b3f8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110219/228715b1/attachment.html>


More information about the macports-changes mailing list