Date: Monday, April 10, 2023 @ 09:10:17
Author: felixonmars
Revision: 1443899
archrelease: copy trunk to community-staging-any
Added:
python-astroid/repos/community-staging-any/PKGBUILD
(from rev 1443898, python-astroid/trunk/PKGBUILD)
Deleted:
python-astroid/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 09:10:08 UTC (rev 1443898)
+++ PKGBUILD 2023-04-10 09:10:17 UTC (rev 1443899)
@@ -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.15.2
-pkgrel=2
-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=('eb9a4ee7ca74a6f4f2a26e3cb68db2f0dc0a4350555782f3b61cb5bc7c1794e4')
-
-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-staging-any/PKGBUILD (from rev 1443898,
python-astroid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 09:10:17 UTC (rev 1443899)
@@ -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.2
+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-{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=('eb9a4ee7ca74a6f4f2a26e3cb68db2f0dc0a4350555782f3b61cb5bc7c1794e4')
+
+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
+}