aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-astor/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-01 14:06:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:29 +0000
commitc1c0558e8dd50c51ad42fc3b6cad6a493eafdb79 (patch)
treed4bcfc32c515201a6b698fe5e658e52c6425185d /testing/py3-astor/APKBUILD
parentcd689fad6e1496175a91a1da28d2a420fce74f59 (diff)
downloadaports-c1c0558e8dd50c51ad42fc3b6cad6a493eafdb79.tar.bz2
aports-c1c0558e8dd50c51ad42fc3b6cad6a493eafdb79.tar.xz
testing/py3-astor: rebuild against python 3.8
Diffstat (limited to 'testing/py3-astor/APKBUILD')
-rw-r--r--testing/py3-astor/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/testing/py3-astor/APKBUILD b/testing/py3-astor/APKBUILD
index 95ecffe1ed..e15e6b026c 100644
--- a/testing/py3-astor/APKBUILD
+++ b/testing/py3-astor/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=py3-astor
pkgver=0.8
-pkgrel=0
+pkgrel=1
pkgdesc="Easy manipulation of Python source via the AST"
url="https://github.com/berkerpeksag/astor"
arch="noarch"
@@ -10,7 +10,9 @@ license="BSD-3-Clause-Clear"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-nose"
-source="$pkgname-$pkgver.tar.gz::https://github.com/berkerpeksag/astor/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/berkerpeksag/astor/archive/$pkgver.tar.gz
+ put-2-newlines-between-func-defs.patch
+ "
builddir="$srcdir/astor-$pkgver"
build() {
@@ -25,4 +27,5 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="ca787234f9a9caae37633be289d6e980e7b44507d74306ad7a30f017442d6cf423748ef35465b7b5d12bdb84ce4594af801de39882f4c11c732dba4dc65ab667 py3-astor-0.8.tar.gz"
+sha512sums="ca787234f9a9caae37633be289d6e980e7b44507d74306ad7a30f017442d6cf423748ef35465b7b5d12bdb84ce4594af801de39882f4c11c732dba4dc65ab667 py3-astor-0.8.tar.gz
+a1b39b96a4f6b5bf2bd826af8ba88a84a1337f3464a3571b10a566aa0cdd5706f23e02398a4840bfa4b15f120595334441cb870721232047fa45d5ed5b0712df put-2-newlines-between-func-defs.patch"