1
0
forked from ports/contrib

python3-pytz-deprecation-shim: initial commit, version 0.1.0.post0

This commit is contained in:
Tim Biermann 2021-11-03 16:29:10 +01:00
parent d742b2bb6e
commit 200fabf0ae
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,29 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim-0.1.0.post0.dist-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim-0.1.0.post0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim-0.1.0.post0.dist-info/LICENSE_APACHE
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim-0.1.0.post0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim-0.1.0.post0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim-0.1.0.post0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim-0.1.0.post0.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/__init__.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/__pycache__/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/__pycache__/__init__.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/__pycache__/_common.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/__pycache__/_compat.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/__pycache__/_compat_py2.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/__pycache__/_compat_py3.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/__pycache__/_exceptions.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/__pycache__/_impl.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/__pycache__/helpers.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/_common.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/_compat.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/_compat_py2.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/_compat_py3.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/_exceptions.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/_impl.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/pytz_deprecation_shim/helpers.py

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36dV7vnWPKfcaK7nec/85gfzuN3JpNFNURDWFTCYDK1LhT3LMlRG5cCZ12yE2VFMH8uvYR6jrEFHogmSAfjpYAU=
SHA256 (Pkgfile) = 4a9d3bd3cca4a4499fcae97e05db35ace768daf462f1ea3691043ba1ece8ea4b
SHA256 (.footprint) = 41186694ec968c9b60d0938c055f1abacf428ce32b05ee234972e5e0e9971182
SHA256 (pytz_deprecation_shim-0.1.0.post0.tar.gz) = af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d

View File

@ -0,0 +1,17 @@
# 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-build python3-tzdata python3-wheel python3-install
name=python3-pytz-deprecation-shim
version=0.1.0.post0
release=1
source=(https://files.pythonhosted.org/packages/source/p/pytz_deprecation_shim/pytz_deprecation_shim-$version.tar.gz)
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
}