python3-pytz-deprecation-shim: -> 0.1.0.post0; cleaned up dependencies, now uses python3-installer

This commit is contained in:
Tim Biermann 2023-04-23 18:05:26 +02:00
parent beb0a954cc
commit 7060a00ab3
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 15 additions and 18 deletions

View File

@ -12,14 +12,14 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim-0.1.
drwxr-xr-x root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/__init__.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_common.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_compat.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_compat_py2.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_compat_py3.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_exceptions.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_impl.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/helpers.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/__init__.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_common.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_compat.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_compat_py2.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_compat_py3.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_exceptions.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/_impl.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/__pycache__/helpers.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/_common.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/_compat.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pytz_deprecation_shim/_compat_py2.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35nHUc/BLiYXSCqCbL9VEcOywd2D7fhzopqN5jDVex5zMj8yshIYHZY6ABVfY+n/yvA2ueCE1ta0gACrRXR86Qs=
SHA256 (Pkgfile) = a7041c38d86c5747fa18946b24caf77eadc10a2b760c798ab679215e43a030ac
SHA256 (.footprint) = f7b15f6172ce04d01f2a9e83d9ade0f507e162c9c10fed4d5c527cdd92d30671
RWSagIOpLGJF3+FyVkGxL8iemX7avhs6Nilztwe7YfEpTSV7suT3Bv/CxtMeKPovW8P3aaQM+j6YNcx4M1/uCwCJNJ1K9/JvZQ8=
SHA256 (Pkgfile) = f13bdd56d571939dc0a9d6d0f7759ed598c4d14779be7e569b3ef9b9da4d9e43
SHA256 (.footprint) = ff68ed6ae7a76667054732b936aecd1dc5c99bd90a61078200d0f8288d680210
SHA256 (pytz_deprecation_shim-0.1.0.post0.tar.gz) = af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d

View File

@ -1,7 +1,7 @@
# Description: Shims to make deprecation of pytz easier
# URL: https://github.com/pganssle/pytz-deprecation-shim
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-tzdata pytz-deprecation-shim python3-build python3-install
# Depends on: python3-tzdata python3-wheel pytz-deprecation-shim
name=python3-pytz-deprecation-shim
version=0.1.0.post0
@ -10,10 +10,7 @@ source=(https://files.pythonhosted.org/packages/source/p/pytz_deprecation_shim/p
build() {
cd pytz_deprecation_shim-$version
/usr/bin/python3 -m build --wheel \
--skip-dependency-check \
--no-isolation
/usr/bin/python3 -m install \
--optimize=1 \
--destdir=$PKG dist/*.whl
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}