Commits
Joshua Root authored c3bdb2af245
15 15 | long_description Dice3DS is a package to to read, write, and manipulate 3D Studio format files \ |
16 16 | in Python. Also includes code to convert 3DS files into an OpenGL display list. |
17 17 | homepage http://www.aerojockey.com/software/dice3ds/ |
18 18 | |
19 19 | master_sites ${homepage} |
20 20 | distname Dice3DS-${version} |
21 21 | checksums md5 b4e5a26a2f8fd9c0ee539ea37d1ffb8e \ |
22 22 | sha1 a890588b6e041c9888aa33664a5302adbc9a8dbc \ |
23 23 | rmd160 9b22c55045044027b02f13b946d024bf68113f63 |
24 24 | |
25 - | python.versions 26 27 |
25 + | python.versions 27 |
26 26 | |
27 27 | if {$subport ne $name} { |
28 28 | depends_lib port:py${python.version}-numpy |
29 29 | |
30 30 | post-destroot { |
31 31 | xinstall -m 644 -W ${worksrcpath} COPYING NEWS README THANKS TODO doc/doc.html \ |
32 32 | ${destroot}${prefix}/share/doc/${subport} |
33 33 | } |
34 34 | livecheck.type none |
35 35 | } else { |