[arch-commits] Commit in python-exceptiongroup/repos/community-any (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Fri Sep 2 18:16:20 UTC 2022


    Date: Friday, September 2, 2022 @ 18:16:20
  Author: alerque
Revision: 1290959

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 18:16:11 UTC (rev 1290958)
+++ PKGBUILD	2022-09-02 18:16:20 UTC (rev 1290959)
@@ -1,36 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Padraic Fanning <fanninpm AT miamioh DOT edu>
-
-pkgname=python-exceptiongroup
-_pyname=${pkgname#python-}
-pkgver=1.0.0rc8
-pkgrel=3
-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=('eea886105f6b88625ce391b2cba78334f6f20edb6c9a2b613eaaffbe9b2dcf96')
-
-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 1290958, python-exceptiongroup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 18:16:20 UTC (rev 1290959)
@@ -0,0 +1,36 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Padraic Fanning <fanninpm AT miamioh DOT edu>
+
+pkgname=python-exceptiongroup
+_pyname=${pkgname#python-}
+pkgver=1.0.0rc9
+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=('ddd6f144d7c33f54b9bb6009be2b514416e7c13eb7853d1241d2d82e31212dfd')
+
+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
+}



More information about the arch-commits mailing list