[arch-commits] Commit in python-astroid/repos/testing-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 24 17:48:02 UTC 2019
Date: Friday, May 24, 2019 @ 17:48:01
Author: felixonmars
Revision: 353942
archrelease: copy trunk to testing-any
Added:
python-astroid/repos/testing-any/PKGBUILD
(from rev 353941, python-astroid/trunk/PKGBUILD)
Deleted:
python-astroid/repos/testing-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-24 17:47:49 UTC (rev 353941)
+++ PKGBUILD 2019-05-24 17:48:01 UTC (rev 353942)
@@ -1,32 +0,0 @@
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-astroid
-pkgver=2.2.4
-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=('aa1d85065cdc5c6df5bf15472be99c2e3a12d8253218615e934d6aad7cffb14dad63ea4456da8083fb7c07892c24594e98e9fca85b29dd95de9b01a611afeff4')
-
-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"
-}
Copied: python-astroid/repos/testing-any/PKGBUILD (from rev 353941, python-astroid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-24 17:48:01 UTC (rev 353942)
@@ -0,0 +1,32 @@
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-astroid
+pkgver=2.2.5
+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=('16cc46987a1bed40040b9e1833d0c74dd4c1da91f385fe947d42776197970abaec91a8473069aad4480c877e444802f43a644a63cbaeebfb3824aaf7bc2d5c89')
+
+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