Date: Thursday, April 6, 2023 @ 13:41:44
Author: felixonmars
Revision: 1438978
archrelease: copy trunk to community-staging-any
Added:
python-jaraco.functools/repos/community-staging-any/PKGBUILD
(from rev 1438977, python-jaraco.functools/trunk/PKGBUILD)
Deleted:
python-jaraco.functools/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-06 13:41:36 UTC (rev 1438977)
+++ PKGBUILD 2023-04-06 13:41:44 UTC (rev 1438978)
@@ -1,34 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-pkgname=python-jaraco.functools
-# https://github.com/jaraco/jaraco.functools/blob/main/CHANGES.rst
-pkgver=3.6.0
-pkgrel=2
-pkgdesc='Functools like those found in stdlib'
-arch=('any')
-url='https://github.com/jaraco/jaraco.functools'
-license=('MIT')
-depends=('python-more-itertools')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
-checkdepends=('python-pytest' 'python-jaraco.classes')
-conflicts=('python-jaraco')
-replaces=('python-jaraco')
-source=("https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-$pkgver.tar.gz")
-sha512sums=('f249e6cdcbd88e5c89663bcc0467687ea533dc70b7c9260880da8099380b5c925f05933527de6043aa0786709a0ca4d4b183cc18acab69d8e88f63a3360e9efb')
-
-build() {
- cd jaraco.functools-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd jaraco.functools-$pkgver
- pytest
-}
-
-package() {
- cd jaraco.functools-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: python-jaraco.functools/repos/community-staging-any/PKGBUILD (from rev
1438977, python-jaraco.functools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-06 13:41:44 UTC (rev 1438978)
@@ -0,0 +1,34 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+pkgname=python-jaraco.functools
+# https://github.com/jaraco/jaraco.functools/blob/main/CHANGES.rst
+pkgver=3.6.0
+pkgrel=3
+pkgdesc='Functools like those found in stdlib'
+arch=('any')
+url='https://github.com/jaraco/jaraco.functools'
+license=('MIT')
+depends=('python-more-itertools')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
+checkdepends=('python-pytest' 'python-jaraco.classes')
+conflicts=('python-jaraco')
+replaces=('python-jaraco')
+source=("https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-$pkgver.tar.gz")
+sha512sums=('f249e6cdcbd88e5c89663bcc0467687ea533dc70b7c9260880da8099380b5c925f05933527de6043aa0786709a0ca4d4b183cc18acab69d8e88f63a3360e9efb')
+
+build() {
+ cd jaraco.functools-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd jaraco.functools-$pkgver
+ pytest
+}
+
+package() {
+ cd jaraco.functools-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}