Commits
Renee Otten authored 21c3488e169
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | PortGroup bitbucket 1.0 |
6 + | PortGroup deprecated 1.0 |
6 7 | |
7 8 | bitbucket.setup knepley code-generator 7a70680e2a89 |
8 9 | name py-generator |
9 10 | version 0.1.20120721 |
10 11 | |
11 12 | categories-append devel math science |
12 13 | platforms darwin |
13 14 | license BSD |
14 15 | supported_archs noarch |
15 16 | maintainers nomaintainer |
16 17 | |
17 18 | description Cxx generator for python |
18 19 | long_description ${description} |
19 20 | |
20 21 | checksums rmd160 5ce5ba93b7f512bcbd7a04eb4a8471bd72dd93d1 \ |
21 - | sha256 e1fcd8d40bba7f17b36cfcc49d3462dc26ab24a82d694a6ea3155f03318da166 |
22 + | sha256 e1fcd8d40bba7f17b36cfcc49d3462dc26ab24a82d694a6ea3155f03318da166 \ |
23 + | size 25242 |
22 24 | |
23 25 | use_configure no |
24 26 | |
25 - | python.versions 27 34 35 36 |
27 + | deprecated.upstream_support no |
28 + | python.versions 27 35 36 |
26 29 | |
27 30 | if {${name} ne ${subport}} { |
28 31 | build {} |
29 32 | |
30 33 | destroot { |
31 34 | xinstall -d ${destroot}${python.libdir} |
32 35 | xinstall {*}[glob ${worksrcpath}/*.py] ${destroot}${python.libdir} |
33 36 | } |
34 37 | |
35 38 | livecheck.type none |
36 39 | } |