python3-deprecated: initial commit, version 1.2.14

This commit is contained in:
Tim Biermann 2023-08-07 18:55:23 +02:00
parent 6e16eaca54
commit f34ebb3946
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,19 @@
drwxr-xr-x root/root usr/
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/Deprecated-1.2.14-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Deprecated-1.2.14-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Deprecated-1.2.14-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Deprecated-1.2.14-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Deprecated-1.2.14-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Deprecated-1.2.14-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Deprecated-1.2.14-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/deprecated/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/deprecated/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/deprecated/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/deprecated/__pycache__/__init__.cpython-310.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/deprecated/__pycache__/classic.cpython-310.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/deprecated/__pycache__/sphinx.cpython-310.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/deprecated/classic.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/deprecated/sphinx.py

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37ezFHgAH9SRiMofD3wrnDzNDpip0TebxyaJzikaKRJ4kB+Nl5tAWplyFaEQ7WpOUE+o7EwaIvHwN2NIKOujcw0=
SHA256 (Pkgfile) = fd0a59cd258f8870f57fd3c6246fd3986646bb17f89f8ce4baea5ad1186562c9
SHA256 (.footprint) = 3ed409b864d6db733dee56f27c561976f8468ca90a09a01a17472fd7a77db79c
SHA256 (deprecated-1.2.14.tar.gz) = 3309fa073e6c13a126be9fb88959a02689b15a066fa7e222a07b62325e9673a7

View File

@ -0,0 +1,18 @@
# Description: @deprecated decorator to deprecate old python classes, functions or methods
# URL: https://github.com/tantale/deprecated
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-wrapt
name=python3-deprecated
version=1.2.14
release=1
source=(https://github.com/tantale/deprecated/archive/v$version/deprecated-$version.tar.gz)
build() {
cd deprecated-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
}