python3-slugify: updated to 8.0.4

This commit is contained in:
John McQuah 2024-03-15 11:57:30 +00:00
parent 5a2e562f3f
commit 681f3ebe7d
3 changed files with 14 additions and 18 deletions

View File

@ -4,14 +4,14 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/python_slugify-8.0.2-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.2-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.2-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.2-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.2-py3.10.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.2-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.2-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.2-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/python_slugify-8.0.4-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.4-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.4-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.4-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.4-py3.10.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.4-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.4-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_slugify-8.0.4-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/slugify/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/slugify/__init__.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/slugify/__main__.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxORH0OHOyhPmziAOxRBPwBLtQ/U50fjAOGShKOdI77nu0ucdZw3VZ+RL8TlCd4BtnHj1FM+MWE7+Vts/n8dDVQc=
SHA256 (Pkgfile) = 36a8a675dea5c0e25fcc0cfa0dc3ffc0b0e5973bd287a56bb89d8bbb73f190c6
SHA256 (.footprint) = 9c7a434e54ba70e7debbbc5a6dd1cd5d9f0c87f2efd4d8145ce2bbcd87198793
SHA256 (python3-slugify-8.0.2.tar.gz) = 807a5ad2f995f1e0f3b9f207fdae943ec4c9a61d9ce3ec1f4009ffc0f25fe0e4
RWTTPlFarK9CxJ2gm6CBhcLIV4nsWkGo77wbhazE8ujRIs/QkCMnJ722G/YgARthsH6+toU5mFKYeqeQMESCIi4nszi9k9wHyws=
SHA256 (Pkgfile) = 5a9d8c512c0a8f60e3e3315183e6ba3123a0c1954389d9c74ac34be4ad8cbafe
SHA256 (.footprint) = 825ba5ac66cd010e08cf635b6ac13447152d53a28c0b4e34c0f3d5632946fc33
SHA256 (python3-slugify-8.0.4.tar.gz) = 09c8faf36b5703d0d9492ca68af71f09bd3d7d9e6761bf945ae261788fbebeeb

View File

@ -4,18 +4,14 @@
# Depends on: python3-unidecode
name=python3-slugify
version=8.0.2
version=8.0.4
release=1
source=(https://github.com/un33k/python-slugify/archive/refs/tags/v$version.tar.gz)
renames=($name-$version.tar.gz)
source=(https://github.com/un33k/python-slugify/archive/v$version/$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 \
--optimize=1 --prefix=/usr --root=$PKG
}