Date: Friday, August 20, 2021 @ 19:27:45
  Author: alerque
Revision: 1004020

archrelease: copy trunk to community-testing-any

Added:
  python-astroid/repos/community-testing-any/PKGBUILD
    (from rev 1004019, python-astroid/trunk/PKGBUILD)
Deleted:
  python-astroid/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-08-20 19:27:08 UTC (rev 1004019)
+++ PKGBUILD    2021-08-20 19:27:45 UTC (rev 1004020)
@@ -1,39 +0,0 @@
-# Maintainer: Caleb Maclennan <ca...@alerque.com>
-# Contributor: Angel Velasquez <an...@archlinux.org>
-# Contributor: Felix Yan <felixonm...@archlinux.org>
-
-_pyname=astroid
-pkgname=python-$_pyname
-pkgver=2.7.1
-pkgrel=1
-pkgdesc='A common base representation of python source code'
-arch=(any)
-url="https://github.com/PyCQA/$_pyname";
-license=(LGPL)
-_pydeps=(lazy-object-proxy
-         wrapt)
-depends=(python
-         "${_pydeps[@]/#/python-}")
-makedepends=(python-setuptools)
-checkdepends=(python-pytest)
-replaces=(python-logilab-astng)
-conflicts=(python-logilab-astng)
-_archive="$_pyname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('ca57b56be54a803e43e2bd18e3886fbdfbe3fd60ef42ccb166ea516643dd92dc')
-
-build() {
-       cd "$_archive"
-       python setup.py build
-}
-
-check() {
-       cd "$_archive"
-       pytest
-}
-
-package() {
-       cd "$_archive"
-       export PYTHONHASHSEED=0
-       python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-astroid/repos/community-testing-any/PKGBUILD (from rev 1004019, 
python-astroid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-08-20 19:27:45 UTC (rev 1004020)
@@ -0,0 +1,39 @@
+# Maintainer: Caleb Maclennan <ca...@alerque.com>
+# Contributor: Angel Velasquez <an...@archlinux.org>
+# Contributor: Felix Yan <felixonm...@archlinux.org>
+
+_pyname=astroid
+pkgname=python-$_pyname
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='A common base representation of python source code'
+arch=(any)
+url="https://github.com/PyCQA/$_pyname";
+license=(LGPL)
+_pydeps=(lazy-object-proxy
+         wrapt)
+depends=(python
+         "${_pydeps[@]/#/python-}")
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+replaces=(python-logilab-astng)
+conflicts=(python-logilab-astng)
+_archive="$_pyname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('98bb4bacf23abcd42b83b795a66889b6fdc7bbdd35dc6c1c18ad01a224c9db23')
+
+build() {
+       cd "$_archive"
+       python setup.py build
+}
+
+check() {
+       cd "$_archive"
+       pytest
+}
+
+package() {
+       cd "$_archive"
+       export PYTHONHASHSEED=0
+       python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to