[49635] trunk/dports/python

blb at macports.org blb at macports.org
Mon Apr 13 18:51:12 PDT 2009


Revision: 49635
          http://trac.macports.org/changeset/49635
Author:   blb at macports.org
Date:     2009-04-13 18:51:11 -0700 (Mon, 13 Apr 2009)
Log Message:
-----------
New port - python/py26-formencode, FormEncode is a validation and form generation package

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

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

Deleted: trunk/dports/python/py26-formencode/Portfile
===================================================================
--- trunk/dports/python/py25-formencode/Portfile	2009-04-13 23:00:47 UTC (rev 49628)
+++ trunk/dports/python/py26-formencode/Portfile	2009-04-14 01:51:11 UTC (rev 49635)
@@ -1,26 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python25 1.0
-
-name			py25-formencode
-version			1.0.1
-categories		python devel
-platforms		darwin
-maintainers		stechert akitada openmaintainer
-description		FormEncode is a validation and form generation package
-long_description	${description}
-
-homepage		http://formencode.org
-master_sites	http://cheeseshop.python.org/packages/source/F/FormEncode/
-distname		FormEncode-${version}
-checksums		md5 544e3fd5d9ff8bb6532e1c6f176e7a0d \
-			sha1 1654c8e0015b31b820d127806a60d57c7e4f0801 \
-			rmd160 d03124f9aa9134807a9cac3677166228dc40af6e
-depends_lib		port:py25-hashlib \
-			port:py25-setuptools
-
-post-destroot {
-	xinstall -m 644 -W ${worksrcpath}/docs community.txt index.txt news.txt \
-		Validator.txt htmlfill.txt ${destroot}${prefix}/share/doc/${name}
-}

Copied: trunk/dports/python/py26-formencode/Portfile (from rev 49634, trunk/dports/python/py25-formencode/Portfile)
===================================================================
--- trunk/dports/python/py26-formencode/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-formencode/Portfile	2009-04-14 01:51:11 UTC (rev 49635)
@@ -0,0 +1,25 @@
+# $Id$
+
+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}
+
+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-setuptools
+
+post-destroot {
+	xinstall -m 644 -W ${worksrcpath}/docs community.txt index.txt news.txt \
+		Validator.txt htmlfill.txt ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090413/a24ff5d0/attachment.html>


More information about the macports-changes mailing list