aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-astroid/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-astroid/APKBUILD')
-rw-r--r--testing/py3-astroid/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-astroid/APKBUILD b/testing/py3-astroid/APKBUILD
deleted file mode 100644
index d25a2ec9523..00000000000
--- a/testing/py3-astroid/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py3-astroid
-_pkgname=astroid
-pkgver=2.3.2
-pkgrel=0
-pkgdesc="A new abstract syntax tree from Python's ast"
-url="https://www.astroid.org"
-arch="noarch"
-license="LGPL-2.1-or-later"
-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"
-builddir="$srcdir"/$_pkgname-$pkgver
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 -m pytest -v
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="e97881971c3302ab12bf98f36d39764ee0412df277e63900d76e4d8f741c3fad70b67cb404121236591d03d7605c83ed65d0cde257c9970fa560c549eb4cd604 astroid-2.3.2.tar.gz"