From 88108bc114239697cf3d1d746f9c5a2d736d4b4e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 9 Sep 2013 13:35:49 +0000 Subject: testing/py-astroid: rename from py-logilab-astng --- testing/py-astroid/APKBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 testing/py-astroid/APKBUILD (limited to 'testing/py-astroid') diff --git a/testing/py-astroid/APKBUILD b/testing/py-astroid/APKBUILD new file mode 100644 index 0000000000..2a866ded34 --- /dev/null +++ b/testing/py-astroid/APKBUILD @@ -0,0 +1,33 @@ +# Contributor: Fabian Affolter +# Maintainer: Fabian Affolter +pkgname=py-astroid +_pkgname=astroid +pkgver=1.0.0 +pkgrel=0 +pkgdesc="A new abstract syntax tree from Python's ast" +url="http://www.astroid.org/" +arch="noarch" +license="LGPL2+" +depends="python py-logilab-common" +depends_dev="" +replaces="py-logilab-astng" +makedepends="python-dev py-setuptools py-logilab-common" +install="" +subpackages="" +source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" + +_builddir="$srcdir"/"$_pkgname"-$pkgver +build() { + cd "$_builddir" + python setup.py build || return 1 +} + +package() { + cd "$_builddir" + python setup.py install --prefix=/usr --root="$pkgdir" || return 1 + rm -f "$pkgdir"/usr/lib/python2.?/site-packages/logilab/__init__.* +} + +md5sums="e74430dfbbe09cd18ef75bd76f95425a astroid-1.0.0.tar.gz" +sha256sums="57c885e17b1b10d45b0b8033f40f6a2f0f71d1d6b30a3b5ae8a10f79eb7e3eae astroid-1.0.0.tar.gz" +sha512sums="56d51c5fc1b6c33bba379cae0e5c2515a7e92c537f58b8fd05a60c36a7dfa2689e83f1cf67443f674b0f68820b9d7d5ff0d2dca86b69966dd060125ac1aa4868 astroid-1.0.0.tar.gz" -- cgit v1.2.3