Ticket #50836: Portfile

File Portfile, 1.6 KB (added by maugustin@…, 8 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem      1.0
5PortGroup       python 1.0
6PortGroup       github 1.0
7
8# took git hash of a commit newer than release 6.11 from https://github.com/BruceSherwood/vpython-wx
9github.setup    BruceSherwood vpython-wx f0b630fb81a46f0feb619fb3a7c70f0587836bd7
10name            vpython
11version         6.11.13
12
13categories-append     python devel multimedia graphics
14platforms       darwin
15license         BSD
16maintainers     gmx.net:maugustin\
17                openmaintainer
18description     VPython - 3D Programming for Ordinary Mortals
19long_description    VPython makes it easy to create navigable 3D displays and animations, \
20                even for those with limited programming experience. \
21                Because it is based on Python, it also has much to offer for experienced \
22                programmers and researchers.
23
24homepage        http://vpython.org
25
26checksums       rmd160 f2420e4e22f7114402ff08dd152363909f3ce213 \
27                sha256 4fea2fb3831bbc6bfd3280e1575ee73b031b6cc610b27ce88aadced0bd6a222a
28
29python.versions 27 33 34 35
30
31depends_lib-append    port:py${python.version}-ttfquery \
32                      port:py${python.version}-wxpython-3.0 \
33                      port:py${python.version}-polygon \
34                      port:py${python.version}-numpy \
35                      port:boost
36
37livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
38
39patchfiles      patch-vPython-Boost-mt.diff
40
41# http://trac.macports.org/ticket/34562
42python.consistent_destroot yes
43
44configure.cmd   python ez_setup.py