mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 06:42:58 +02:00
python-marisa-trie: update to 0.7.5.
This commit is contained in:
parent
4374e517b7
commit
617c475864
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-marisa-trie'
|
# Template file for 'python-marisa-trie'
|
||||||
pkgname=python-marisa-trie
|
pkgname=python-marisa-trie
|
||||||
version=0.7.4
|
version=0.7.5
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="marisa-trie-${version}"
|
wrksrc="marisa-trie-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -10,8 +10,9 @@ short_desc="Static memory-efficient Trie-like structures (Python2)"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/kmike/marisa-trie"
|
homepage="https://github.com/kmike/marisa-trie"
|
||||||
|
changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
|
||||||
checksum=2a2258eacca9966325f9019378fc4621891f2482bc63e6441f70599595ed97d8
|
checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue