mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
poezio: update to 0.13.1.
This commit is contained in:
parent
968571f3b7
commit
1fdefdcbf6
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'poezio'
|
# Template file for 'poezio'
|
||||||
pkgname=poezio
|
pkgname=poezio
|
||||||
version=0.12.1
|
version=0.13.1
|
||||||
revision=2
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="poezio poezio_plugins poezio_themes"
|
|
||||||
hostmakedepends="python3-setuptools pkg-config"
|
hostmakedepends="python3-setuptools pkg-config"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-setuptools python3-slixmpp"
|
depends="python3-setuptools python3-slixmpp"
|
||||||
|
@ -12,7 +11,7 @@ maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
||||||
license="Zlib"
|
license="Zlib"
|
||||||
homepage="https://poez.io/"
|
homepage="https://poez.io/"
|
||||||
distfiles="${PYPI_SITE}/p/poezio/poezio-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/poezio/poezio-${version}.tar.gz"
|
||||||
checksum=d59dedf80d074074dd4f6798559a257853fa6ab064d992d7a203f11c8b2a9bd7
|
checksum=54befa84633c5158112fa5673490ccaf30af3e52a61daf433c867df47bca2271
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py
|
sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue