[107702] trunk/dports/python/py-pinocchio/Portfile
g5pw at macports.org
g5pw at macports.org
Thu Jul 4 07:04:01 PDT 2013
Revision: 107702
https://trac.macports.org/changeset/107702
Author: g5pw at macports.org
Date: 2013-07-04 07:04:01 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
python/py-pinocchio:
bump to 0.3.1 (fixes #36622)
move fetch-related commands to subports
add python33 subport
Modified Paths:
--------------
trunk/dports/python/py-pinocchio/Portfile
Modified: trunk/dports/python/py-pinocchio/Portfile
===================================================================
--- trunk/dports/python/py-pinocchio/Portfile 2013-07-04 13:49:47 UTC (rev 107701)
+++ trunk/dports/python/py-pinocchio/Portfile 2013-07-04 14:04:01 UTC (rev 107702)
@@ -5,8 +5,8 @@
name py-pinocchio
set real_name pinocchio
-version 0.2
-python.versions 24 25 26 27 31 32
+version 0.3.1
+python.versions 24 25 26 27 31 32 33
categories-append devel
platforms darwin
license MIT
@@ -19,12 +19,13 @@
and making your test descriptions look like specifications.
homepage http://darcs.idyll.org/~t/projects/pinocchio/doc/
-fetch.type git
-git.url https://github.com/infrared/${real_name}
-git.branch 4e48d55e
-# master_sites http://pypi.python.org/packages/source/p/${real_name}
-# distname ${real_name}-${version}
if {$name != $subport} {
- depends_lib port:py${python.version}-nose
+ master_sites http://pypi.python.org/packages/source/p/${real_name}
+ distname ${real_name}-${version}
+
+ checksums rmd160 a3f5b30512a63c9d177dfe56cb1de3ff1f702b13 \
+ sha256 3de3e3ac360f330b5c80d88e25f4d32cc733669b3f25e13dd6a3d2af4197ea14
+
+ depends_lib port:py${python.version}-nose
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/cebd2e67/attachment.html>
More information about the macports-changes
mailing list