Date: Thursday, April 6, 2023 @ 15:25:09
  Author: dvzrv
Revision: 1439418

upgpkg: python-jaraco.stream 3.0.3-3: Rebuild to re-sign package.

Use bash arrays with one entry per line for better handling.

Modified:
  python-jaraco.stream/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-06 15:18:09 UTC (rev 1439417)
+++ PKGBUILD    2023-04-06 15:25:09 UTC (rev 1439418)
@@ -3,14 +3,24 @@
 _name=jaraco.stream
 pkgname=python-jaraco.stream
 pkgver=3.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Routines for handling streaming data"
 arch=(any)
 url="https://github.com/jaraco/jaraco.stream";
 license=(MIT)
 depends=(python)
-makedepends=(python-build python-installer python-setuptools 
python-setuptools-scm python-toml python-wheel)
-checkdepends=(python-more-itertools python-pytest)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-setuptools-scm
+  python-toml
+  python-wheel
+)
+checkdepends=(
+  python-more-itertools
+  python-pytest
+)
 conflicts=(python-jaraco)
 replaces=(python-jaraco)
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)

Reply via email to