Date: Tuesday, March 14, 2023 @ 07:45:12
Author: alerque
Revision: 1420102
archrelease: copy trunk to community-any
Added:
python-exceptiongroup/repos/community-any/PKGBUILD
(from rev 1420101, python-exceptiongroup/trunk/PKGBUILD)
Deleted:
python-exceptiongroup/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-14 07:45:04 UTC (rev 1420101)
+++ PKGBUILD 2023-03-14 07:45:12 UTC (rev 1420102)
@@ -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.1.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=('9036aa671fa6fcd0f40ee80f9f373697c3501fb66ac0dbec3bce50baeda81e1d')
-
-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 1420101,
python-exceptiongroup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-14 07:45:12 UTC (rev 1420102)
@@ -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.1.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=('abe42a62bac0948d95bba6a48f63d8ebb21a7420fd26039a4ec951873fafaee7')
+
+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
+}