Date: Monday, March 6, 2023 @ 00:53:06
  Author: polyzen
Revision: 1415245

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-06 00:52:44 UTC (rev 1415244)
+++ PKGBUILD    2023-03-06 00:53:06 UTC (rev 1415245)
@@ -1,47 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: Angel Velasquez <[email protected]>
-# Contributor: Felix Yan <[email protected]>
-
-_pyname=astroid
-pkgname=python-$_pyname
-pkgver=2.14.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
-         typing-extensions
-         wrapt)
-depends=(python
-         "${_pydeps[@]/#/python-}")
-makedepends=(python-{build,installer,wheel}
-             python-setuptools)
-checkdepends=(python-numpy python-pytest python-regex python-typed-ast
-              python-urllib3)
-replaces=(python-logilab-astng)
-conflicts=(python-logilab-astng)
-_archive="$_pyname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('f0c84b29ef02e271a65d535b7c7a9942b951ffacdcdb266e837c96fd7239f555')
-
-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 1415244, 
python-astroid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-06 00:53:06 UTC (rev 1415245)
@@ -0,0 +1,47 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Felix Yan <[email protected]>
+
+_pyname=astroid
+pkgname=python-$_pyname
+pkgver=2.15.0
+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-numpy python-pytest python-regex python-typed-ast
+              python-urllib3)
+replaces=(python-logilab-astng)
+conflicts=(python-logilab-astng)
+_archive="$_pyname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('e633d0c9e290b275e09192c881463d7ab8423ef0721b5d15d8a7d7b22cdbe285')
+
+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
+}

Reply via email to