Date: Wednesday, November 16, 2022 @ 15:26:21
  Author: alerque
Revision: 1349174

archrelease: copy trunk to community-any

Added:
  python-exceptiongroup/repos/community-any/PKGBUILD
    (from rev 1349172, 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-16 15:26:19 UTC (rev 1349173)
+++ PKGBUILD    2022-11-16 15:26:21 UTC (rev 1349174)
@@ -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.2
-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=('32803391eb386d68629a06190815a4a3ae0c2d89bb466bb58c7c4b59eb339674')
-
-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 1349172, 
python-exceptiongroup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-16 15:26:21 UTC (rev 1349174)
@@ -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.4
+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=('69e8a2ddd1b03175ca2c43f474bb1e7eb5074afadf73e63e9c905cdee1a82a6b')
+
+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
+}

Reply via email to