[117393] trunk/dports/python/py-pyphant/Portfile
Frank Schima
macsforever2000 at macports.org
Tue Feb 25 05:53:53 PST 2014
On Feb 25, 2014, at 3:16 AM, rowue at macports.org wrote:
> Revision
> 117393
> Author
> rowue at macports.org
> Date
> 2014-02-25 02:16:40 -0800 (Tue, 25 Feb 2014)
> Log Message
>
> py-pyphant: update to version 1.0b3
>
> py27-pyphant is now using py27-wxpython-3.0
> replaced old checksums with sha256
> Modified Paths
>
> trunk/dports/python/py-pyphant/Portfile
> Diff
>
> Modified: trunk/dports/python/py-pyphant/Portfile (117392 => 117393)
>
> --- trunk/dports/python/py-pyphant/Portfile 2014-02-25 09:53:54 UTC (rev 117392)
> +++ trunk/dports/python/py-pyphant/Portfile 2014-02-25 10:16:40 UTC (rev 117393)
> @@ -6,8 +6,7 @@
> PortGroup wxWidgets 1.0
>
> name py-pyphant
> -version 1.0b2
> -revision 1
> +version 1.0b3
> categories-append science
> description python framework for analysing and managing scientific data
> maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo \
> @@ -47,13 +46,11 @@
> distname pyphant-${version}
> # use_bzip2 yes
>
> -checksums md5 154737761de5db60c6d58f45449bde4e \
> - sha1 42bbae9a89ed12f66cb7cf9edd98576f0de9d35b \
> - rmd160 76f6d419e97a2ec964065e68ec271733eb90cec1
> +checksums sha256 c873352467f9ecf96fac03082e3cbc4153d13f8103e5339e608897884867db53
Please do not remove the rmd160 checksum, it is not an “old” checksum. It is best to have at least 2 checksums so that if one is somehow spoofed, the 2nd would be much harder. We are currently recommending both rmd160 and sha256 checksums in ports.
>
> use_configure no
>
> -python.versions 26
> +python.versions 26 27
>
> variant carbon description { Install pyphant with carbon support } {
>
> @@ -72,12 +69,16 @@
> port:py${python.version}-setuptools \
> port:py${python.version}-tables \
> port:py${python.version}-matplotlib \
> - port:py${python.version}-wxpython-2.8 \
> port:py${python.version}-simplejson \
> port:py${python.version}-paste \
> port:py${python.version}-mx-base \
> port:py${python.version}-configobj \
> port:py${python.version}-sogl
> + if {${python.version} == 26} {
> + depends_lib-append port:py26-wxpython-2.8
> + } else {
> + depends_lib-append port:py${python.version}-wxpython-3.0
> + }
>
> pre-destroot {
> if {[variant_isset carbon]} {
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-changes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140225/330ff42e/attachment.html>
More information about the macports-dev
mailing list