Date: Friday, November 25, 2022 @ 00:22:18
  Author: felixonmars
Revision: 1353608

archrelease: copy trunk to community-any

Added:
  python-jaraco.context/repos/community-any/PKGBUILD
    (from rev 1353607, python-jaraco.context/trunk/PKGBUILD)
Deleted:
  python-jaraco.context/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-25 00:22:03 UTC (rev 1353607)
+++ PKGBUILD    2022-11-25 00:22:18 UTC (rev 1353608)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-jaraco.context
-pkgver=4.1.2
-pkgrel=1
-pkgdesc="Context managers by jaraco"
-url="https://github.com/jaraco/jaraco.context";
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools-scm' 'python-build' 'python-installer' 
'python-wheel')
-checkdepends=('python-pytest')
-source=("https://github.com/jaraco/jaraco.context/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('bac276b2c5f3e9b3941c8ba48a87aec044591580c1d3ac9350dcaa79e5a421f56a58d8fffc4e0cb57cdcb63b2afffb33bf1e525f858316b084ff9c4c55df797f')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd jaraco.context-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd jaraco.context-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jaraco.context-$pkgver
-  python -m installer -d "$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jaraco.context/repos/community-any/PKGBUILD (from rev 1353607, 
python-jaraco.context/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-25 00:22:18 UTC (rev 1353608)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-jaraco.context
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Context managers by jaraco"
+url="https://github.com/jaraco/jaraco.context";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools-scm' 'python-build' 'python-installer' 
'python-wheel')
+checkdepends=('python-pytest')
+source=("https://github.com/jaraco/jaraco.context/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('3e4dcff86c02e4a297c3e26180c07a5c58375713f878c490f5908ef373f1126ea353ca3009befee0233269570f260476182833310f8437f37d58a58be1aaf480')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd jaraco.context-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd jaraco.context-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jaraco.context-$pkgver
+  python -m installer -d "$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to