Date: Thursday, April 6, 2023 @ 13:41:08
Author: felixonmars
Revision: 1438976
archrelease: copy trunk to community-staging-any
Added:
python-jaraco.context/repos/community-staging-any/PKGBUILD
(from rev 1438975, python-jaraco.context/trunk/PKGBUILD)
Deleted:
python-jaraco.context/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-06 13:41:00 UTC (rev 1438975)
+++ PKGBUILD 2023-04-06 13:41:08 UTC (rev 1438976)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-jaraco.context
-pkgver=4.3.0
-_commit=0e0ae08919b984e3c7cffdb2106e437d0d0891c8
-pkgrel=2
-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-staging-any/PKGBUILD (from rev
1438975, python-jaraco.context/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-06 13:41:08 UTC (rev 1438976)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-jaraco.context
+pkgver=4.3.0
+_commit=0e0ae08919b984e3c7cffdb2106e437d0d0891c8
+pkgrel=3
+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/
+}