[23632] trunk/dports/python/py-contract/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Apr 5 12:45:23 PDT 2007
Revision: 23632
http://trac.macosforge.org/projects/macports/changeset/23632
Author: jann at macports.org
Date: 2007-04-05 12:45:23 -0700 (Thu, 05 Apr 2007)
Log Message:
-----------
Version bump
Modified Paths:
--------------
trunk/dports/python/py-contract/Portfile
Modified: trunk/dports/python/py-contract/Portfile
===================================================================
--- trunk/dports/python/py-contract/Portfile 2007-04-05 19:38:37 UTC (rev 23631)
+++ trunk/dports/python/py-contract/Portfile 2007-04-05 19:45:23 UTC (rev 23632)
@@ -3,30 +3,29 @@
PortSystem 1.0
PortGroup python24 1.0
-name py-contract
-version 1.0b3
-revision 1
-categories python
-platforms darwin freebsd
-maintainers nomaintainer at macports.org
-description programming by contract for python
-long_description Programming by contract allows a programmer to \
- document a function/class with statements describing \
- behavior. The most famous use/example of contracts is \
- in the language Eiffel (also this module is for python).
+name py-contract
+version 1.1
+categories python
+platforms darwin freebsd
+maintainers nomaintainer at macports.org
+description programming by contract for python
+long_description Programming by contract allows a programmer to \
+ document a function/class with statements describing \
+ behavior. The most famous use/example of contracts is \
+ in the language Eiffel (also this module is for python).
-homepage http://www.wayforward.net/pycontract
-master_sites ${homepage}
-distname contract-${version}
-checksums md5 97657390e08d5218e5b0aba11a42e365
+homepage http://www.wayforward.net/pycontract
+master_sites ${homepage}
+distname contract-${version}
+checksums rmd160 a0654545eedfbe3374df1fdf2f813839c2d35e7d
-test.run yes
-test.cmd ${python.bin}
-test.target test/testdbc?.py
+test.run yes
+test.cmd ${python.bin}
+test.target test/testdbc?.py
-post-destroot {
- xinstall -m 644 -W ${worksrcpath} CHANGELOG pep-0316.txt README \
- ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath}/examples circbuf.py sort.py \
- ${destroot}${prefix}/share/doc/${name}/examples
+post-destroot {
+ xinstall -m 644 -W ${worksrcpath} CHANGELOG pep-0316.txt README \
+ ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath}/examples circbuf.py sort.py \
+ ${destroot}${prefix}/share/doc/${name}/examples
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070405/e2a7922b/attachment.html
More information about the macports-changes
mailing list