Date: Thursday, February 2, 2023 @ 18:53:09
Author: felixonmars
Revision: 1391990
archrelease: copy trunk to community-any
Added:
python-jaraco.context/repos/community-any/PKGBUILD
(from rev 1391989, python-jaraco.context/trunk/PKGBUILD)
Deleted:
python-jaraco.context/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-02 18:52:44 UTC (rev 1391989)
+++ PKGBUILD 2023-02-02 18:53:09 UTC (rev 1391990)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-jaraco.context
-pkgver=4.2.1
-_commit=7e22446a66f13140c0cfc7df3f36c162f11f3b5a
-pkgrel=1
-pkgdesc="Context managers by jaraco"
-url="https://github.com/jaraco/jaraco.context"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer'
'python-wheel')
-checkdepends=('python-pytest')
-source=("git+https://github.com/jaraco/jaraco.context.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd jaraco.context
- python -m build -wn
-}
-
-check() {
- cd jaraco.context
- python -m pytest
-}
-
-package() {
- cd jaraco.context
- 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 1391989,
python-jaraco.context/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-02 18:53:09 UTC (rev 1391990)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-jaraco.context
+pkgver=4.3.0
+_commit=0e0ae08919b984e3c7cffdb2106e437d0d0891c8
+pkgrel=1
+pkgdesc="Context managers by jaraco"
+url="https://github.com/jaraco/jaraco.context"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer'
'python-wheel')
+checkdepends=('python-pytest')
+source=("git+https://github.com/jaraco/jaraco.context.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd jaraco.context
+ python -m build -wn
+}
+
+check() {
+ cd jaraco.context
+ python -m pytest
+}
+
+package() {
+ cd jaraco.context
+ python -m installer -d "$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}