mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
python3-slixmpp: update to 1.2.2 (fix CVE-2015-8688)
- Fix depends - Add missing pycompile_module - Fix update-check
This commit is contained in:
parent
79a8f18a4a
commit
6a5e9eed4c
2 changed files with 9 additions and 7 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-slixmpp'
|
# Template file for 'python3-slixmpp'
|
||||||
pkgname=python3-slixmpp
|
pkgname=python3-slixmpp
|
||||||
version=1.2.1
|
version=1.2.2
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="slixmpp-${version}"
|
wrksrc="slixmpp-${version}"
|
||||||
short_desc="An elegant Python library for XMPP"
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
pycompile_module="slixmpp"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules"
|
||||||
|
short_desc="An elegant Python library for XMPP"
|
||||||
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
hostmakedepends="python3-devel"
|
homepage="https://pypi.python.org/pypi/slixmpp"
|
||||||
depends="python3"
|
|
||||||
homepage="https://github.com/poezio/slixmpp"
|
|
||||||
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
|
||||||
checksum=49ba3e7c5ed6d7286096e60b3649ee76281fe8eeee920d379ab7da2b5c7f963b
|
checksum=e0caa6d2b57835c1919236caa09dc25901d9ea8b175246d2285f0700032d59ac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
1
srcpkgs/python3-slixmpp/update
Normal file
1
srcpkgs/python3-slixmpp/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pkgname=slixmpp
|
Loading…
Add table
Reference in a new issue