1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-pymysql |
---|
7 | version 0.6.7 |
---|
8 | license MIT |
---|
9 | platforms darwin |
---|
10 | supported_archs noarch |
---|
11 | maintainers gmail.com:xeron.oskom openmaintainer |
---|
12 | description Pure-Python MySQL client library |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | python.versions 27 34 |
---|
16 | |
---|
17 | homepage https://pypi.python.org/pypi/PyMySQL |
---|
18 | master_sites https://pypi.python.org/packages/source/P/PyMySQL/ |
---|
19 | distname PyMySQL-${version} |
---|
20 | |
---|
21 | checksums md5 a923513b970e7add0dad9b50e20b82b3 \ |
---|
22 | rmd160 1078d86c94a4ea8dcf901b12ada6828ad8d1f93b \ |
---|
23 | sha256 e549649db3b1a9317c6027175197458bfb4f55357828410ed4f768fc6ce35f0f |
---|
24 | |
---|
25 | if {${name} ne ${subport}} { |
---|
26 | depends_build-append port:py${python.version}-setuptools |
---|
27 | livecheck.type none |
---|
28 | } else { |
---|
29 | livecheck.type regex |
---|
30 | livecheck.url ${homepage} |
---|
31 | livecheck.regex "PyMySQL (\\d+\\.\\d+(?:\\.\\d+))" |
---|
32 | } |
---|