[arch-commits] Commit in python-jaraco/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sat Jul 21 01:12:39 UTC 2018
Date: Saturday, July 21, 2018 @ 01:12:38
Author: kkeen
Revision: 362637
upgpkg: python-jaraco 2018.07.20-1
Modified:
python-jaraco/trunk/PKGBUILD
----------+
PKGBUILD | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-20 23:04:32 UTC (rev 362636)
+++ PKGBUILD 2018-07-21 01:12:38 UTC (rev 362637)
@@ -3,8 +3,8 @@
pkgbase=python-jaraco
pkgname=('python-jaraco' 'python2-jaraco')
-pkgver=2017.11.25
-pkgrel=2
+pkgver=2018.07.20
+pkgrel=1
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'
@@ -15,13 +15,13 @@
# These should not exist and do not deserve 16 packages.
# Furthermore, try to make a replacement for python-irc so we can nuke it all.
-_text=1.9.2
-_functools=1.16
-_collections=1.5.2
-_classes=1.4.3
-_stream=1.1.2
-_logging=1.5 # 1.4.1 is the latest but is it the greatest
-_itertools=2.1
+_text=1.10.1
+_functools=1.20
+_collections=1.5.3
+_classes=1.4
+_stream=1.2
+_logging=1.5.2
+_itertools=2.4
_pyhost="https://files.pythonhosted.org/packages/source"
source=("$_pyhost/j/jaraco.text/jaraco.text-$_text.tar.gz"
@@ -31,18 +31,19 @@
"$_pyhost/j/jaraco.stream/jaraco.stream-$_stream.tar.gz"
"$_pyhost/j/jaraco.logging/jaraco.logging-$_logging.tar.gz"
"$_pyhost/j/jaraco.itertools/jaraco.itertools-$_itertools.tar.gz")
-md5sums=('edffd489d354d04d604a58d48e293868'
- 'e73d67c42bc3774ca4ac5549f56e2683'
- '29b8f4181dae6fc3e5d0148ec4e38af2'
- 'c0cb1a0ce529e3cdbca9d99742071a04'
- '255bcb43c5f45b9361a75c600e680786'
- '4d21c7d0f457e4a46da514ec0449d7c2'
- '4ab1ec258c055cecdc3174078308d224')
+md5sums=('366b513f2fa5005faa60a6cb73ae467a'
+ '7e82490c7705e6ed69934d35d5ac1d19'
+ 'd23ba6460d8ea002676bc78725073b13'
+ '83f82d523ef2b5b48107e47f3fbdeb1f'
+ '3f8c37467550104ed3b734b98e05f374'
+ '1f64fceceddc1c60216b4679fbab730d'
+ 'b71d00405b08f0549d2d4076ed203a4d')
prepare() {
# remove inflect dep
cd "$srcdir/jaraco.itertools-$_itertools"
sed -i "s/'inflect',//" setup.py
+ sed -i "s/inflect//" jaraco.itertools.egg-info/requires.txt
sed -i 's/import inflect//' jaraco/itertools.py
sed -i 's/ord = .*$/ord = str(self.sliceArgs[2])+"th"/' jaraco/itertools.py
More information about the arch-commits
mailing list