aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-astroid/APKBUILD
diff options
context:
space:
mode:
authorPaper <paper@tilde.institute>2020-03-29 20:09:49 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-03-29 19:43:28 +0000
commita4c222a5248407f1f9b376a3f9aeda6e72731392 (patch)
tree49002a4497dba5ea4d31dd75183befea00d8679d /testing/py3-astroid/APKBUILD
parentfa77359eb3a15314461640d70b29dc8dabab157b (diff)
downloadaports-a4c222a5248407f1f9b376a3f9aeda6e72731392.tar.bz2
aports-a4c222a5248407f1f9b376a3f9aeda6e72731392.tar.xz
testing/py3-astroid: fix wrapt version requirement
Diffstat (limited to 'testing/py3-astroid/APKBUILD')
-rw-r--r--testing/py3-astroid/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/py3-astroid/APKBUILD b/testing/py3-astroid/APKBUILD
index fa6202f472..f20bb46eb9 100644
--- a/testing/py3-astroid/APKBUILD
+++ b/testing/py3-astroid/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-astroid
_pkgname=astroid
pkgver=2.3.3
-pkgrel=0
+pkgrel=1
pkgdesc="A new abstract syntax tree from Python's ast"
url="https://www.astroid.org"
arch="noarch"
@@ -12,7 +12,8 @@ depends="py3-lazy-object-proxy py3-six py3-typed-ast py3-wrapt"
replaces="py-logilab-astng"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-runner"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
+ 0001-Relax-upper-bound-on-wrapt.patch"
builddir="$srcdir"/$_pkgname-$pkgver
build() {
@@ -27,4 +28,5 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="72011f3eb312ea7ce7dd55f7615972f6bfc152d8f16f9052b405f44fe17e594d5da22e0502b4c3034881b9783be9e808509d4ded3d679182ddf6d34eb90748f1 astroid-2.3.3.tar.gz"
+sha512sums="72011f3eb312ea7ce7dd55f7615972f6bfc152d8f16f9052b405f44fe17e594d5da22e0502b4c3034881b9783be9e808509d4ded3d679182ddf6d34eb90748f1 astroid-2.3.3.tar.gz
+7c6bd0af34903a64d32b915237c8d8bbc69d4961ae082651c5f6c6b47e9a99941952b3af0e9fa33238130d69c2012250260c10126feb81ae991959816a591247 0001-Relax-upper-bound-on-wrapt.patch"