python3-slugify: edit requires.txt to prefer Unidecode over text-unidecode

This commit is contained in:
John McQuah 2023-01-27 09:10:49 -05:00
parent 8d0bda04be
commit d67d016911
3 changed files with 9 additions and 8 deletions

10
REPO
View File

@ -89,8 +89,8 @@ f:16326d1c99bad27930170ce4ac8d1940:arpack/.footprint
f:86cb9b64f123f8fa8fce2f6aebff75b6:python3-pytimeparse/.signature
f:54fe456e4066480a395211a1d4838179:python3-pytimeparse/Pkgfile
f:25ab755226086d18a17cb559b05cf95b:python3-pytimeparse/.footprint
f:54f3faef930b4f4c5ba92b8edf01feda:python3-slugify/.signature
f:87b367a1851a95a542a6750f0b82231b:python3-slugify/Pkgfile
f:b30b0fd4fa103fb4db85508701e3c86a:python3-slugify/.signature
f:973d34e9acdfb9be094185fbcbf7dce4:python3-slugify/Pkgfile
f:90ff7d82db43c5950ec4268baa739f0d:python3-slugify/.footprint
f:5a984aa5603b9a174633a58cea4ec43e:xournalpp/.signature
f:4ec8b05be8a281522931a7f84302bfb9:xournalpp/Pkgfile
@ -107,9 +107,9 @@ f:f20b6a834f26f6502d605cf9fda3e58b:jp2a/.footprint
f:a58c2e7deeab1509311da05ee8c7b661:python3-agate-excel/.signature
f:86e8801977fad772a80286fbefc92ce7:python3-agate-excel/Pkgfile
f:e32702c4d8b0c2fa7ed6964cced33137:python3-agate-excel/.footprint
f:0f384b37a1d1a78bb71c28bcf8797663:python3-sqlalchemy/.signature
f:391890506ac5d81debb316b191287d23:python3-sqlalchemy/Pkgfile
f:663aa2ead16dc3668481502fd192d31e:python3-sqlalchemy/.footprint
f:e638a8f9b5a0c33380bb10e851b056c2:python3-sqlalchemy/.signature
f:acbca8591e7068c687ee9687393da44b:python3-sqlalchemy/Pkgfile
f:7d8cebac52d41a0b3bd9332aa2dafef4:python3-sqlalchemy/.footprint
f:1f65c5f5e3ea91b0bde03828fd74cca8:sbcl/.signature
f:f1354fe9ee57471b01f16345f884fa76:sbcl/Pkgfile
f:c0796121b6db3e1c731888b54db9fbc4:sbcl/.footprint

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxJt5K+07HhYd+QXkxaLcmYIr2gtV/2WpI6i9ISBUv2yQJB7mrjjh3Gt8CENZst/CpFS9tK8L5IqPoUQAUHhfQw4=
SHA256 (Pkgfile) = b386f6a6d6c34ea389fd4f6d9abc788f9be3eb31fa5426ce6a19ad91d78745cd
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32WhXYHkIKu4LAmdKcOrFPsenZhu/1ovfNsyShJVu5NirOaYcn3TQ8rHC1+K8qC9jytZGY/6wIVYFhh0nne5ewk=
SHA256 (Pkgfile) = 5edcd32ad8c75cfe0d32a4cdbceb19178a8aab10f302637e4f9feef872310e2c
SHA256 (.footprint) = 4609e74c6007f29431ea325d9b4264f6e08721200dface4f1c46dc4594e352ae
SHA256 (python3-slugify-7.0.0.tar.gz) = c0e2278837e8e4b152869df3c32b9163adc9a47fa905fd5a869672954f63829f

View File

@ -12,6 +12,7 @@ renames=($name-$version.tar.gz)
build() {
cd python-${name##python3-}-$version
sed -i 's/text-unidecode>=1.3/Unidecode>=1.1.1/' setup.py
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --skip-build \