aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-logilab-astng
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-07 22:38:18 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-07 22:38:18 -0300
commit74d7702fea9e6b920f440fa8034edbdff3bbfcb3 (patch)
treec9084118c0a22d585a21b97df8c1b587565d77be /testing/py-logilab-astng
parentec7c2bc8a0047cbbec96d77d894a968f4f95acfa (diff)
downloadaports-74d7702fea9e6b920f440fa8034edbdff3bbfcb3.tar.bz2
aports-74d7702fea9e6b920f440fa8034edbdff3bbfcb3.tar.xz
testing/py-logilab-astng: remove
- Renamed to Astroid
Diffstat (limited to 'testing/py-logilab-astng')
-rw-r--r--testing/py-logilab-astng/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/py-logilab-astng/APKBUILD b/testing/py-logilab-astng/APKBUILD
deleted file mode 100644
index 285f3dc3bf..0000000000
--- a/testing/py-logilab-astng/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-logilab-astng
-_pkgname=logilab-astng
-pkgver=0.24.3
-pkgrel=1
-pkgdesc="Rebuild a new abstract syntax tree from Python's ast"
-url="http://pypi.python.org/pypi/logilab-astng"
-arch="noarch"
-license="GPL-2.0-or-later"
-depends="python2 py-logilab-common"
-depends_dev=""
-makedepends="python2-dev py-logilab-common"
-install=""
-subpackages=""
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/logilab-astng-$pkgver
-build() {
- cd "$_builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
- rm -f "$pkgdir"/usr/lib/python2.?/site-packages/logilab/__init__.*
-}
-
-md5sums="f0dd5dee1d5053939da174e1bfe69388 logilab-astng-0.24.3.tar.gz"
-sha256sums="e08fba39689e5a4dfa175749874811e516f019656544874defe05154073f69d4 logilab-astng-0.24.3.tar.gz"
-sha512sums="fb1e46ebf7111d727cd9d187968cb349dc23dfba0d4d8c6c793a8c081d4506f11e488074cc51b632c525aa264cfa50279dda90f0cf35dc2120ebbf4714902525 logilab-astng-0.24.3.tar.gz"