Commits

Renee Otten authored 9273ff1d2b9
py-pandasql: remove py34 subport, add size
No tags

python/py-pandasql/Portfile

Modified
4 4 PortGroup python 1.0
5 5
6 6 name py-pandasql
7 7 version 0.7.3
8 8 revision 0
9 9 categories-append science
10 10 platforms darwin
11 11 license MIT
12 12 supported_archs noarch
13 13
14 -python.versions 27 34 35 36 37
14 +python.versions 27 35 36 37
15 15
16 16 maintainers {stromnov @stromnov} openmaintainer
17 17
18 18 description sqldf for pandas
19 19
20 20 long_description pandasql allows you to query pandas DataFrames using \
21 21 SQL syntax. It works similarly to sqldf in R.
22 22
23 23 homepage https://github.com/yhat/pandasql/
24 24 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
25 25
26 26 distname ${python.rootname}-${version}
27 27
28 28 checksums rmd160 2f2497ef0321d762bc1288b715887764fa3aca75 \
29 - sha256 1eb248869086435a7d85281ebd9fe525d69d9d954a0dceb854f71a8d0fd8de69
29 + sha256 1eb248869086435a7d85281ebd9fe525d69d9d954a0dceb854f71a8d0fd8de69 \
30 + size 26702
30 31
31 32 if {${name} ne ${subport}} {
32 33 depends_build-append \
33 34 port:py${python.version}-setuptools
34 35
35 36 depends_lib-append port:py${python.version}-pandas \
36 37 port:py${python.version}-sqlalchemy
37 38
38 39 livecheck.type none
39 -} else {
40 - livecheck.type pypi
41 40 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut