mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-polib: update to 1.1.0.
Closes #9599. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
cd3a8648bf
commit
c7d266842c
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-polib'
|
# Template file for 'python-polib'
|
||||||
pkgname=python-polib
|
pkgname=python-polib
|
||||||
version=1.0.8
|
version=1.1.0
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="polib-${version}"
|
wrksrc="polib-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,7 +13,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://bitbucket.org/izi/polib/"
|
homepage="http://bitbucket.org/izi/polib/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/polib/polib-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/polib/polib-${version}.tar.gz"
|
||||||
checksum=5affe3d915eb5b4773f4ce164817e383eea0306115cdaf9b64008b3aea8202df
|
checksum=fad87d13696127ffb27ea0882d6182f1a9cf8a5e2b37a587751166c51e5a332a
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
./runtests.sh
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue