Commits
Andrew Stromnov authored c21f7ecd731
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 | |
6 6 | name py-acora |
7 - | version 2.1 |
7 + | version 2.2 |
8 8 | revision 0 |
9 9 | categories-append textproc devel |
10 10 | platforms darwin |
11 11 | license BSD |
12 12 | |
13 - | python.versions 27 34 35 36 |
13 + | python.versions 27 34 35 36 37 |
14 14 | |
15 15 | maintainers {stromnov @stromnov} openmaintainer |
16 16 | |
17 17 | description Fast multi-keyword search engine for text strings. |
18 18 | long_description ${description} |
19 19 | |
20 20 | homepage https://pypi.python.org/pypi/acora |
21 21 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
22 22 | |
23 23 | distname ${python.rootname}-${version} |
24 24 | |
25 - | checksums rmd160 703bfb93dc9c782a730a29d1452a93e752b1af11 \ |
26 - | sha256 89750888b3c9ee948dce38bf1f1329361378349a580029556fd3d3d8d6cf3ca0 |
25 + | checksums rmd160 4a647c50b7901dc7483baa91d3dfa5dfdc78de63 \ |
26 + | sha256 35ac335c4df330d2091314af0fc22148d9894cfd8d65d72a41a3736715fab2fb \ |
27 + | size 210793 |
27 28 | |
28 29 | if {${name} ne ${subport}} { |
29 30 | depends_build-append \ |
30 - | port:py${python.version}-setuptools |
31 + | port:py${python.version}-setuptools \ |
32 + | port:py${python.version}-cython |
31 33 | |
32 34 | livecheck.type none |
33 35 | } |