mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python3-slixmpp: update to 1.4.0.
This commit is contained in:
parent
89b9c2635c
commit
2249f7207b
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-slixmpp'
|
# Template file for 'python3-slixmpp'
|
||||||
pkgname=python3-slixmpp
|
pkgname=python3-slixmpp
|
||||||
version=1.3.0
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="slixmpp-${version}"
|
wrksrc="slixmpp-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -14,16 +14,18 @@ maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pypi.org/project/slixmpp/"
|
homepage="https://pypi.org/project/slixmpp/"
|
||||||
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
|
||||||
checksum=ff61f40ab3d05754c0757f2793a60a1a2a1d45c7e241bda008e965bd43785eae
|
checksum=c24a3effb2434e62c0f9e04d25ea889dc42aa2b60930782159724eda49efb894
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py
|
sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
rm -f tests/live_test.py
|
rm -f tests/live_test.py
|
||||||
|
|
||||||
pytest3
|
pytest3
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue