Date: Monday, March 20, 2023 @ 22:44:59
Author: grawlinson
Revision: 1424539
archrelease: copy trunk to community-any
Added:
python-more-itertools/repos/community-any/PKGBUILD
(from rev 1424538, python-more-itertools/trunk/PKGBUILD)
Deleted:
python-more-itertools/repos/community-any/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-20 22:44:14 UTC (rev 1424538)
+++ PKGBUILD 2023-03-20 22:44:59 UTC (rev 1424539)
@@ -1,51 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Maintainer: Kyle Keen <[email protected]>
-# Contributor: Germán Osella Massa <[email protected]>
-
-pkgname=python-more-itertools
-pkgver=9.0.0
-pkgrel=1
-pkgdesc='More routines for operating on iterables, beyond itertools'
-arch=('any')
-url='https://github.com/more-itertools/more-itertools'
-license=('MIT')
-depends=('python')
-makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-wheel'
- 'python-flit-core'
-)
-_commit='ffcfe0b4e63c75fe1470b8b25a29b0e698a9a587'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd "$pkgname"
-
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "$pkgname"
-
- python -m unittest
-}
-
-package() {
- cd "$pkgname"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-more-itertools/repos/community-any/PKGBUILD (from rev 1424538,
python-more-itertools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-20 22:44:59 UTC (rev 1424539)
@@ -0,0 +1,51 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Maintainer: Kyle Keen <[email protected]>
+# Contributor: Germán Osella Massa <[email protected]>
+
+pkgname=python-more-itertools
+pkgver=9.1.1
+pkgrel=1
+pkgdesc='More routines for operating on iterables, beyond itertools'
+arch=('any')
+url='https://github.com/more-itertools/more-itertools'
+license=('MIT')
+depends=('python')
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-installer'
+ 'python-wheel'
+ 'python-flit-core'
+)
+_commit='89d58c2ec089f3df54ed6cc9279949b8e2bbcd29'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd "$pkgname"
+
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "$pkgname"
+
+ python -m unittest
+}
+
+package() {
+ cd "$pkgname"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+# vim:set ts=2 sw=2 et: