Commits
Mark Moll authored 54be054a557
13 13 | supported_archs noarch |
14 14 | license BSD |
15 15 | maintainers nomaintainer |
16 16 | |
17 17 | description Implementation of ASN.1 types and codecs in Python |
18 18 | |
19 19 | long_description This project is dedicated to implementation of ASN.1 \ |
20 20 | types (concrete syntax) and codecs (transfer syntaxes) \ |
21 21 | for Python programming environment. |
22 22 | |
23 - | python.versions 27 34 35 36 |
23 + | python.versions 27 34 35 36 37 |
24 24 | |
25 25 | worksrcdir ${real_name}-${version} |
26 26 | distfiles ${real_name}-${version}${extract.suffix} |
27 27 | |
28 28 | checksums rmd160 6fd9a0718a50358b82db7ef0816bacffda457d7f \ |
29 29 | sha256 423c2cf0fbd9f1bfb94a471bd59b07e4bea77130220413efdbca580e3df2417c \ |
30 30 | size 122425 |
31 31 | |
32 32 | if {${name} ne ${subport}} { |
33 33 | depends_build-append port:py${python.version}-setuptools |