mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
hangups: update to 0.4.14
This commit is contained in:
parent
31d3fdb313
commit
351d230240
1 changed files with 4 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hangups'
|
# Template file for 'hangups'
|
||||||
pkgname=hangups
|
pkgname=hangups
|
||||||
version=0.4.12
|
version=0.4.14
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-MechanicalSoup python3-readlike python3-ReParser
|
depends="python3-MechanicalSoup python3-readlike python3-ReParser
|
||||||
|
@ -12,19 +12,8 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tdryer/hangups"
|
homepage="https://github.com/tdryer/hangups"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=31db2b9843e8f0a4e6ea875d2cff15a770b621e6ac91fa33a899f0cc9fc54be9
|
checksum=b7e691faa91dd3c5d5f434ce7afaa023bf47fe37063ead0889ac360326a07a3a
|
||||||
|
make_check=no # requires httpretty which is not packaged
|
||||||
pre_build() {
|
|
||||||
# Remove version constraint on packages that have
|
|
||||||
# a strict version requirement.
|
|
||||||
sed -e "s|MechanicalSoup==.*,|MechanicalSoup',|" \
|
|
||||||
-e "s|urwid==.*,|urwid',|" \
|
|
||||||
-e "s|ReParser==.*,|ReParser',|" \
|
|
||||||
-e "s|ConfigArgParse==.*,|ConfigArgParse',|" \
|
|
||||||
-e "s|readlike==.*,|readlike',|" \
|
|
||||||
-e "s|protobuf>=.*,|protobuf',|" \
|
|
||||||
-i setup.py
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue