Skip to content

Commit a88f407

Browse files
committed
py-pypostal: update to 1.1.10, support newer Python versions
1 parent d312057 commit a88f407

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

python/py-pypostal/Portfile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,25 @@
22

33
PortSystem 1.0
44
PortGroup python 1.0
5-
PortGroup github 1.0
65

76
name py-pypostal
8-
github.setup openvenues pypostal 1.1
9-
# Change github.tarball_from to 'releases' or 'archive' next update
10-
github.tarball_from tarball
7+
version 1.1.10
8+
python.rootname postal
119
categories python textproc
1210
license MIT
1311
maintainers {amake @amake} openmaintainer
12+
homepage https://github.com/openvenues/pypostal
1413

1514
description International address parsing/normalization
1615

1716
long_description Python bindings to libpostal for fast international \
1817
address parsing/normalization
1918

20-
checksums rmd160 48fd84ae900795686672a47bda241716b616b5cf \
21-
sha256 d9e289a7ccaf62aa4397b356f8721a25835d08975d816f684dd32875bf448fb1 \
22-
size 17871
19+
checksums rmd160 42c63c23ab12a5c7858487d37b52f22ec9088750 \
20+
sha256 ca0f9693d61261e058a03d141a4fa065d9bbe67bd86484521450f0a9d0f9e77b \
21+
size 21115
2322

24-
python.versions 38
23+
python.versions 38 39 310 311 312 313
2524

2625
if {${name} ne ${subport}} {
2726
depends_build-append \

0 commit comments

Comments
 (0)