mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
pockyt: fix and rebuild for Python 3.8.
This commit is contained in:
parent
94297ba795
commit
19013ac88e
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pockyt'
|
||||
pkgname=pockyt
|
||||
version=1.2
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -13,3 +13,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://github.com/arvindch/pockyt"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/(3, 7)/&, (3, 8)/' setup.py
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue