Date: Tuesday, September 27, 2022 @ 14:55:37
Author: yan12125
Revision: 1312601
archrelease: copy trunk to community-any
Added:
python-jaraco.functools/repos/community-any/PKGBUILD
(from rev 1312600, python-jaraco.functools/trunk/PKGBUILD)
Deleted:
python-jaraco.functools/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-27 14:54:48 UTC (rev 1312600)
+++ PKGBUILD 2022-09-27 14:55:37 UTC (rev 1312601)
@@ -1,29 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-pkgname=python-jaraco.functools
-pkgver=3.5.1
-pkgrel=1
-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')
-conflicts=('python-jaraco')
-replaces=('python-jaraco')
-source=("https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-$pkgver.tar.gz")
-sha512sums=('4496c80eae72834e5bc214f40de91a6aa603ce296b3866e0b363014c2919843f515efe9b314f18667e6b09d183a0985760e47f3340aed42dfbdba01884896df5')
-
-build() {
- cd "$srcdir/jaraco.functools-$pkgver"
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd "$srcdir/jaraco.functools-$pkgver"
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-jaraco.functools/repos/community-any/PKGBUILD (from rev 1312600,
python-jaraco.functools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-27 14:55:37 UTC (rev 1312601)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+pkgname=python-jaraco.functools
+pkgver=3.5.2
+pkgrel=1
+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')
+conflicts=('python-jaraco')
+replaces=('python-jaraco')
+source=("https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-$pkgver.tar.gz")
+sha512sums=('3f67d151f4f6553b3e560b0e6ab71cf726d6c8f36ef5e9f69b6325605547797e19a3f9eb1331cf332db498538953ccaeb75820528e6599fd7cf125abdc073e69')
+
+build() {
+ cd "$srcdir/jaraco.functools-$pkgver"
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd "$srcdir/jaraco.functools-$pkgver"
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et: