Skip to content

Commit

Permalink
py-marisa-trie: update to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Oct 26, 2022
1 parent 3247746 commit d2ee2b4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions python/py-marisa-trie/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ PortSystem 1.0
PortGroup python 1.0

name py-marisa-trie
version 0.7.7
version 0.7.8
revision 0
categories-append devel
license LGPL

python.versions 37 38 39
python.versions 37 38 39 310
python.pep517 yes

maintainers {stromnov @stromnov} openmaintainer

Expand All @@ -18,14 +19,11 @@ long_description ${description}

homepage https://github.com/kmike/marisa-trie

checksums rmd160 6a364193946a5c305b0edc3cd0c9008aac7a41b7 \
sha256 bbeafb7d92839dc221365340e79d012cb50ee48a1f3f30dd916eb35a8b93db00 \
size 293433
checksums rmd160 918e78b99ec0c5bce3a46ccf789166e9ae705543 \
sha256 aee3de5f2836074cfd803f1caf16f68390f262ef09cd7dc7d0e8aee9b6878643 \
size 304701

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools

post-patch {
reinplace "s|setup_requires=\\\[\"pytest-runner\"\\\]|setup_requires=\\\[\\\]|" ${worksrcpath}/setup.py
}
Expand Down

0 comments on commit d2ee2b4

Please sign in to comment.