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

Daniel M. Capella polyzen at gemini.archlinux.org
Sat Jan 1 09:55:01 UTC 2022


    Date: Saturday, January 1, 2022 @ 09:55:00
  Author: polyzen
Revision: 1091638

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-01 09:54:41 UTC (rev 1091637)
+++ PKGBUILD	2022-01-01 09:55:00 UTC (rev 1091638)
@@ -1,40 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-
-_pyname=astroid
-pkgname=python-$_pyname
-pkgver=2.9.0
-pkgrel=3
-pkgdesc='A common base representation of python source code'
-arch=(any)
-url="https://github.com/PyCQA/$_pyname"
-license=(LGPL)
-_pydeps=(lazy-object-proxy
-         typing-extensions
-         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=('35ceb3584637c7ad7c0238024ec8d4a7693f868238e03d37ae77975fdb45b76d')
-
-build() {
-	cd "$_archive"
-	python setup.py build
-}
-
-check() {
-	cd "$_archive"
-	pytest
-}
-
-package() {
-	cd "$_archive"
-	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-astroid/repos/community-any/PKGBUILD (from rev 1091637, python-astroid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-01 09:55:00 UTC (rev 1091638)
@@ -0,0 +1,40 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+
+_pyname=astroid
+pkgname=python-$_pyname
+pkgver=2.9.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
+         typing-extensions
+         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=('806555807228693bbcf8273651bf66d2ff702c1956031079146b3acb9b9b9a03')
+
+build() {
+	cd "$_archive"
+	python setup.py build
+}
+
+check() {
+	cd "$_archive"
+	pytest
+}
+
+package() {
+	cd "$_archive"
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list