You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
unified py*-formencode ports
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@89135 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -1,25 +1,28 @@
|
||||
# $Id$
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup python24 1.0
|
||||
PortSystem 1.0
|
||||
PortGroup python 1.0
|
||||
|
||||
name py-formencode
|
||||
version 1.2.2
|
||||
categories python devel
|
||||
platforms darwin
|
||||
maintainers mtintouch.net:Will akitada openmaintainer
|
||||
description FormEncode is a validation and form generation package
|
||||
long_description ${description}
|
||||
name py-formencode
|
||||
version 1.2.4
|
||||
python.versions 24 25 26 27
|
||||
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-append port:py24-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}
|
||||
|
||||
if {$name != $subport} {
|
||||
depends_build-append port:py${python.version}-distribute
|
||||
}
|
||||
|
||||
distname FormEncode-${version}
|
||||
master_sites http://pypi.python.org/packages/source/F/FormEncode/
|
||||
|
||||
checksums rmd160 37bdf14bc439a070342020867ee7062bcffce27b
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
--- setup.py 2005-11-21 01:08:17.000000000 +0100
|
||||
+++ setup.py 2006-03-06 19:33:06.000000000 +0100
|
||||
@@ -1,6 +1,4 @@
|
||||
-from ez_setup import use_setuptools
|
||||
-use_setuptools()
|
||||
-from setuptools import setup
|
||||
+from distutils.core import setup, Extension, Command
|
||||
|
||||
version = '0.4'
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
# $Id$
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup python25 1.0
|
||||
|
||||
name py25-formencode
|
||||
version 1.2.2
|
||||
categories python devel
|
||||
platforms darwin
|
||||
maintainers 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 da23d54af521d1feab12b4caf30e3111 \
|
||||
sha1 573359ec15934be9b1e74c11e1796b8df872c677 \
|
||||
rmd160 e829668f767ff47a5b62416d8ee2ea282fa633bd
|
||||
depends_lib port:py25-distribute
|
||||
|
||||
post-destroot {
|
||||
xinstall -m 644 -W ${worksrcpath}/docs community.txt index.txt news.txt \
|
||||
Validator.txt htmlfill.txt ${destroot}${prefix}/share/doc/${name}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
--- setup.py 2005-11-21 01:08:17.000000000 +0100
|
||||
+++ setup.py 2006-03-06 19:33:06.000000000 +0100
|
||||
@@ -1,6 +1,4 @@
|
||||
-from ez_setup import use_setuptools
|
||||
-use_setuptools()
|
||||
-from setuptools import setup
|
||||
+from distutils.core import setup, Extension, Command
|
||||
|
||||
version = '0.4'
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
# $Id$
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup python26 1.0
|
||||
|
||||
name py26-formencode
|
||||
version 1.2.4
|
||||
maintainers perry openmaintainer
|
||||
platforms darwin
|
||||
|
||||
description FormEncode validates and converts nested structures.
|
||||
long_description ${description}
|
||||
license PSF
|
||||
homepage http://pypi.python.org/pypi/FormEncode/
|
||||
|
||||
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 37bdf14bc439a070342020867ee7062bcffce27b
|
||||
Reference in New Issue
Block a user