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

Caleb Maclennan alerque at gemini.archlinux.org
Mon Aug 29 11:29:19 UTC 2022


    Date: Monday, August 29, 2022 @ 11:29:18
  Author: alerque
Revision: 1285175

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 11:29:10 UTC (rev 1285174)
+++ PKGBUILD	2022-08-29 11:29:18 UTC (rev 1285175)
@@ -1,46 +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.12.4
-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-{build,installer,wheel}
-             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=('5b39565e9c0ba43436d7719858da996129141052eccf7f047129d17d75e8c3bd')
-
-prepare() {
-	cd "$_archive"
-	sed -i -e '/^requires =/s/~=[0-9.]\+//g' pyproject.toml
-}
-
-build() {
-	cd "$_archive"
-	python -m build -wn
-}
-
-check() {
-	cd "$_archive"
-	pytest
-}
-
-package() {
-	cd "$_archive"
-	python -m installer -d "$pkgdir" dist/*.whl
-}

Copied: python-astroid/repos/community-any/PKGBUILD (from rev 1285174, python-astroid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 11:29:18 UTC (rev 1285175)
@@ -0,0 +1,46 @@
+# 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.12.5
+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-{build,installer,wheel}
+             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=('3f2eb8f6ef55734c15e6a0caf705e96734ec7559a22dc6a7995bf8fff3b47c65')
+
+prepare() {
+	cd "$_archive"
+	sed -i -e '/^requires =/s/~=[0-9.]\+//g' pyproject.toml
+}
+
+build() {
+	cd "$_archive"
+	python -m build -wn
+}
+
+check() {
+	cd "$_archive"
+	pytest
+}
+
+package() {
+	cd "$_archive"
+	python -m installer -d "$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list