[arch-commits] Commit in python-jaraco.itertools/repos/community-staging-any (2 files)

David Runge dvzrv at gemini.archlinux.org
Wed Jun 8 15:59:48 UTC 2022


    Date: Wednesday, June 8, 2022 @ 15:59:47
  Author: dvzrv
Revision: 1229325

archrelease: copy trunk to community-staging-any

Added:
  python-jaraco.itertools/repos/community-staging-any/PKGBUILD
    (from rev 1229324, python-jaraco.itertools/trunk/PKGBUILD)
Deleted:
  python-jaraco.itertools/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 15:59:39 UTC (rev 1229324)
+++ PKGBUILD	2022-06-08 15:59:47 UTC (rev 1229325)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=jaraco.itertools
-pkgname=python-jaraco.itertools
-pkgver=6.2.1
-pkgrel=1
-pkgdesc="Itertools for Python"
-arch=(any)
-url="https://github.com/jaraco/jaraco.itertools"
-license=(MIT)
-depends=(python-inflect python-more-itertools)
-makedepends=(python-build python-installer python-setuptools python-setuptools-scm python-toml python-wheel)
-checkdepends=(python-pytest python-pytest-enabler)
-conflicts=(python-jaraco)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('6098edb37c6b8023f3794d42588a13bf75b2ca02b40ff9795c846bcbe0c1b46c')
-b2sums=('7bf4b3818bcf66ad49643aaa1c606953d8d920c970fa4a4159796c042a1d5b77e53240e8a260b24b337cd65398758d2392fe2a5f73cf784aeeac9b4d0a128181')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  # NOTE: there are no actual tests to run
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: python-jaraco.itertools/repos/community-staging-any/PKGBUILD (from rev 1229324, python-jaraco.itertools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-08 15:59:47 UTC (rev 1229325)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=jaraco.itertools
+pkgname=python-jaraco.itertools
+pkgver=6.2.1
+pkgrel=2
+pkgdesc="Itertools for Python"
+arch=(any)
+url="https://github.com/jaraco/jaraco.itertools"
+license=(MIT)
+depends=(python-inflect python-more-itertools)
+makedepends=(python-build python-installer python-setuptools python-setuptools-scm python-toml python-wheel)
+checkdepends=(python-pytest python-pytest-enabler)
+conflicts=(python-jaraco)
+replaces=(python-jaraco)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('6098edb37c6b8023f3794d42588a13bf75b2ca02b40ff9795c846bcbe0c1b46c')
+b2sums=('7bf4b3818bcf66ad49643aaa1c606953d8d920c970fa4a4159796c042a1d5b77e53240e8a260b24b337cd65398758d2392fe2a5f73cf784aeeac9b4d0a128181')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  # NOTE: there are no actual tests to run
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list