Date: Saturday, November 5, 2022 @ 10:16:47
Author: alerque
Revision: 1342300
archrelease: copy trunk to community-any
Added:
python-exceptiongroup/repos/community-any/PKGBUILD
(from rev 1342299, python-exceptiongroup/trunk/PKGBUILD)
Deleted:
python-exceptiongroup/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-05 10:16:38 UTC (rev 1342299)
+++ PKGBUILD 2022-11-05 10:16:47 UTC (rev 1342300)
@@ -1,36 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Padraic Fanning <fanninpm AT miamioh DOT edu>
-
-pkgname=python-exceptiongroup
-_pyname=${pkgname#python-}
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Backport of PEP 654 (exception groups)'
-arch=(any)
-url="https://github.com/agronholm/$_pyname"
-license=(MIT)
-depends=(python)
-makedepends=(python-{build,installer,wheel}
- python-flit-scm)
-checkdepends=(python-pytest)
-_archive="$_pyname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('63e7353b7df011bb30181e88e4236fdb7f0fd683f40f387a682f1cbcf20b2ff5')
-
-build() {
- cd "$_archive"
- export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
- python -m build -wn
-}
-
-check() {
- cd "$_archive"
- PYTHONPATH=src pytest
-}
-
-package() {
- cd "$_archive"
- export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
- python -m installer -d "$pkgdir" dist/*.whl
- install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}
Copied: python-exceptiongroup/repos/community-any/PKGBUILD (from rev 1342299,
python-exceptiongroup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-05 10:16:47 UTC (rev 1342300)
@@ -0,0 +1,36 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Padraic Fanning <fanninpm AT miamioh DOT edu>
+
+pkgname=python-exceptiongroup
+_pyname=${pkgname#python-}
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Backport of PEP 654 (exception groups)'
+arch=(any)
+url="https://github.com/agronholm/$_pyname"
+license=(MIT)
+depends=(python)
+makedepends=(python-{build,installer,wheel}
+ python-flit-scm)
+checkdepends=(python-pytest)
+_archive="$_pyname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('8f278b5c5ae56f8b4a9e3842ed1b2ae53663593edd84c4e47f51167ae403431e')
+
+build() {
+ cd "$_archive"
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+ python -m build -wn
+}
+
+check() {
+ cd "$_archive"
+ PYTHONPATH=src pytest
+}
+
+package() {
+ cd "$_archive"
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+ python -m installer -d "$pkgdir" dist/*.whl
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}