[arch-commits] Commit in python-jaraco.functools/repos/community-staging-any (2 files)
David Runge
dvzrv at gemini.archlinux.org
Wed Jun 8 15:59:10 UTC 2022
Date: Wednesday, June 8, 2022 @ 15:59:10
Author: dvzrv
Revision: 1229323
archrelease: copy trunk to community-staging-any
Added:
python-jaraco.functools/repos/community-staging-any/PKGBUILD
(from rev 1229322, python-jaraco.functools/trunk/PKGBUILD)
Deleted:
python-jaraco.functools/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-08 15:59:00 UTC (rev 1229322)
+++ PKGBUILD 2022-06-08 15:59:10 UTC (rev 1229323)
@@ -1,28 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-jaraco.functools
-pkgver=3.5.0
-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')
-source=("https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-$pkgver.tar.gz")
-sha512sums=('7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c')
-
-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-staging-any/PKGBUILD (from rev 1229322, python-jaraco.functools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-08 15:59:10 UTC (rev 1229323)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-jaraco.functools
+pkgver=3.5.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')
+conflicts=('python-jaraco')
+replaces=('python-jaraco')
+source=("https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-$pkgver.tar.gz")
+sha512sums=('7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c')
+
+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:
More information about the arch-commits
mailing list