Commits
Renee Otten authored 94c06e3fa17
14 14 | maintainers nomaintainer |
15 15 | |
16 16 | description Python bindings for libgit2 |
17 17 | long_description Pygit2 is a set of Python bindings to the libgit2 shared \ |
18 18 | library, libgit2 implements the core of Git. |
19 19 | |
20 20 | checksums rmd160 92e6de5bc13bf827209f890c932b63e774212ff8 \ |
21 21 | sha256 7a803f179a50ad0fd3d9c527608c2efa00afa82c77ce9df81493fd6daf5dd00a \ |
22 22 | size 509246 |
23 23 | |
24 - | python.versions 27 34 35 36 37 |
24 + | python.versions 27 35 36 37 38 |
25 25 | |
26 26 | if {${name} ne ${subport}} { |
27 27 | depends_build-append \ |
28 28 | port:py${python.version}-setuptools |
29 29 | |
30 30 | depends_lib-append \ |
31 31 | port:libgit2 \ |
32 32 | port:py${python.version}-cffi \ |
33 33 | port:py${python.version}-six |
34 34 | |