[arch-commits] Commit in python-jaraco/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Wed Jun 8 07:55:58 UTC 2022


    Date: Wednesday, June 8, 2022 @ 07:55:58
  Author: dvzrv
Revision: 1228841

upgpkg: python-jaraco 2022.2.21-2: Rebuild to rename provides to correct upstream names

Modified:
  python-jaraco/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 07:55:54 UTC (rev 1228840)
+++ PKGBUILD	2022-06-08 07:55:58 UTC (rev 1228841)
@@ -2,7 +2,7 @@
 
 pkgname=python-jaraco
 pkgver=2022.2.21
-pkgrel=1
+pkgrel=2
 pkgdesc='A gaggle of idiosyncratic and questionable wrappers for the stdlib.'
 arch=('any')
 url='https://github.com/jaraco?page=1&tab=repositories&utf8=%E2%9C%93&q=jaraco'
@@ -10,13 +10,15 @@
 depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-toml'
          'python-jaraco.context')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-provides=('python-jaraco-text'
-          'python-jaraco-functools'
-          'python-jaraco-collections'
-          'python-jaraco-classes'
-          'python-jaraco-stream'
-          'python-jaraco-logging'
-          'python-jaraco-itertools')
+provides=(
+  python-jaraco.text
+  python-jaraco.functools
+  python-jaraco.collections
+  python-jaraco.classes
+  python-jaraco.stream
+  python-jaraco.logging
+  python-jaraco.itertools
+)
 
 # These should not exist and do not deserve so many packages.
 # Furthermore, try to make a replacement for python-irc so we can nuke it all.



More information about the arch-commits mailing list