[arch-commits] Commit in python-astroid/repos (testing-any testing-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Feb 27 12:42:52 UTC 2019
Date: Wednesday, February 27, 2019 @ 12:42:49
Author: felixonmars
Revision: 346892
archrelease: copy trunk to testing-any
Added:
python-astroid/repos/testing-any/
python-astroid/repos/testing-any/PKGBUILD
(from rev 346891, python-astroid/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: python-astroid/repos/testing-any/PKGBUILD (from rev 346891, python-astroid/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2019-02-27 12:42:49 UTC (rev 346892)
@@ -0,0 +1,32 @@
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-astroid
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://github.com/PyCQA/astroid"
+license=('LGPL')
+depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
+makedepends=('python-setuptools')
+checkdepends=('python-dateutil' 'python-pytest' 'python-numpy' 'python-nose' 'python-pytest-runner')
+replaces=('python-logilab-astng')
+conflicts=('python-logilab-astng')
+source=(https://github.com/PyCQA/astroid/archive/astroid-$pkgver.tar.gz)
+sha512sums=('ee18dc354b47ae2854e73e8197e0237e0d43462063ee0a3f83a00a2d5bbd9ffdbb72b5d74477c0a184648ffc204f31f6d0c05d0e727d9451a64fcceaea1d2858')
+
+build() {
+ cd "$srcdir"/astroid-astroid-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/astroid-astroid-$pkgver
+ pytest
+}
+
+package() {
+ cd "$srcdir"/astroid-astroid-$pkgver
+ python setup.py install --optimize=1 --skip-build --prefix=/usr --root="$pkgdir"
+}
More information about the arch-commits
mailing list