[arch-commits] Commit in python-astroid/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Apr 25 14:43:27 UTC 2021


    Date: Sunday, April 25, 2021 @ 14:43:26
  Author: felixonmars
Revision: 413857

archrelease: copy trunk to extra-any

Added:
  python-astroid/repos/extra-any/PKGBUILD
    (from rev 413856, python-astroid/trunk/PKGBUILD)
Deleted:
  python-astroid/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 14:43:07 UTC (rev 413856)
+++ PKGBUILD	2021-04-25 14:43:26 UTC (rev 413857)
@@ -1,37 +0,0 @@
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-astroid
-pkgver=2.5.3
-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=('b8e94df07247d5170bb87306787841b98a7881ac2475f65b3fb0bac0dd9701b9f9a9c5f9105dbd68eebc356bfa3911fc68aa3320b581e1b7fef26a2434a5aa1c')
-
-prepare() {
-  cd astroid-astroid-$pkgver
-  sed -i -e 's/six~=[0-9.*]*/six/;s/wrapt~=[0-9.*]*/wrapt/;s/lazy_object_proxy==[0-9.*]*/lazy_object_proxy/' astroid/__pkginfo__.py
-}
-
-build() {
-  cd astroid-astroid-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd astroid-astroid-$pkgver
-  pytest
-}
-
-package() {
-  cd astroid-astroid-$pkgver
-  python setup.py install --optimize=1 --skip-build --prefix=/usr --root="$pkgdir"
-}

Copied: python-astroid/repos/extra-any/PKGBUILD (from rev 413856, python-astroid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-25 14:43:26 UTC (rev 413857)
@@ -0,0 +1,37 @@
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-astroid
+pkgver=2.5.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=('d054ea855fa5bfeae6794d9fed84e025a9a7f31ec0f19bd79f7a3a91ad22a62d574d2b4aec0ce8f38f1c248311c51aa7da4231128c8c1e9fd128f66851d26593')
+
+prepare() {
+  cd astroid-astroid-$pkgver
+  sed -i -e 's/six~=[0-9.*]*/six/;s/wrapt~=[0-9.*]*/wrapt/;s/lazy_object_proxy==[0-9.*]*/lazy_object_proxy/' astroid/__pkginfo__.py
+}
+
+build() {
+  cd astroid-astroid-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd astroid-astroid-$pkgver
+  pytest
+}
+
+package() {
+  cd astroid-astroid-$pkgver
+  python setup.py install --optimize=1 --skip-build --prefix=/usr --root="$pkgdir"
+}



More information about the arch-commits mailing list