mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
pockyt: update to 0.9
This commit is contained in:
parent
4ca20e1c08
commit
d8810798dd
1 changed files with 8 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'pockyt'
|
# Template file for 'pockyt'
|
||||||
pkgname=pockyt
|
pkgname=pockyt
|
||||||
version=0.8
|
version=0.9
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style="python-module"
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-setuptools python-requests python-parse"
|
depends="python-setuptools python-requests python-parse"
|
||||||
pycompile_module="${pkgname}"
|
pycompile_module="${pkgname}"
|
||||||
|
@ -12,4 +12,8 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/arvindch/pockyt"
|
homepage="https://github.com/arvindch/pockyt"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=2b85d58482b63758d6886ae100fbe94e5fc2331f0cc56fbe20683beba56328ef
|
checksum=6448feb84e71f53b2bfde50f9d6e0673a58112b3e8e6e2744b9bd86923175c1e
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i 's/unicode_literals,//' setup.py
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue