Commits

Renee Otten authored b4ecaa5857a
py-apsw: update to 3.29.0-r1, remove PY34/add PY38
No tags

python/py-apsw/Portfile

Modified
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 PortGroup github 1.0
6 6
7 7 name py-apsw
8 +github.setup rogerbinns apsw 3.29.0-r1
9 +revision 0
8 10
9 -github.setup rogerbinns apsw 3.27.2-r1
10 11 platforms darwin
11 12 license zlib
12 13 maintainers nomaintainer
13 14
14 15 description Another Python SQLite wrapper
15 16 long_description APSW is a Python wrapper for the SQLite embedded relational database engine.
16 17
17 -distname ${python.rootname}-${version}
18 +checksums rmd160 387ec89c90ef2d44ca8e027e9f95b878dd62a69c \
19 + sha256 be69d1f92cdd52707359ddf84d0b5348f0aca11ec8c5f0f06f3ba43a01e1e253 \
20 + size 308302
18 21
19 -checksums rmd160 0b487f844f2682c48407b675b3da27e342f6dd4d \
20 - sha256 d3be77e19250992990b6764b8d0ba107915bf86522867dd5e6f550e1d70cfc45 \
21 - size 307045
22 -
23 -python.versions 27 34 35 36 37
22 +python.versions 27 35 36 37 38
24 23
25 24 if {${name} ne ${subport}} {
26 25 depends_lib-append \
27 26 port:sqlite3
28 27
29 28 pre-test {
30 29 test.env PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
31 30 }
32 31 test.run yes
33 32 test.cmd ${python.bin} setup.py

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

Add shortcut