mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
python3-slixmpp: update to 1.8.5.
This commit is contained in:
parent
8e6da6b2a8
commit
4d34b36621
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python3-slixmpp'
|
||||
pkgname=python3-slixmpp
|
||||
version=1.5.2
|
||||
revision=5
|
||||
version=1.8.5
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-setuptools python3-Cython"
|
||||
makedepends="python3-devel libidn-devel"
|
||||
depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp"
|
||||
checkdepends="python3-pytest gnupg"
|
||||
depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp python3-cryptography"
|
||||
checkdepends="python3-pytest gnupg $depends"
|
||||
short_desc="Elegant Python library for XMPP"
|
||||
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
||||
license="MIT"
|
||||
homepage="https://pypi.org/project/slixmpp/"
|
||||
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
|
||||
checksum=6495fbf9f4ee5aa6a89d8549c5b5d07cd097fa6aa03533f773a57ec34a26af30
|
||||
checksum=75e3f0ad48555f7f5c9228e7066c1d4358b33d640b4fbe773ec34b03b7fae9a3
|
||||
|
||||
pre_build() {
|
||||
sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py
|
||||
|
|
Loading…
Add table
Reference in a new issue