diff options
Diffstat (limited to 'python3-decorator')
-rw-r--r-- | python3-decorator/.footprint | 15 | ||||
-rw-r--r-- | python3-decorator/.signature | 5 | ||||
-rw-r--r-- | python3-decorator/Pkgfile | 16 |
3 files changed, 36 insertions, 0 deletions
diff --git a/python3-decorator/.footprint b/python3-decorator/.footprint new file mode 100644 index 000000000..aec417f73 --- /dev/null +++ b/python3-decorator/.footprint @@ -0,0 +1,15 @@ +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/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/__pycache__/decorator.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/__pycache__/decorator.cpython-39.pyc +drwxr-xr-x root/root usr/lib/python3.9/site-packages/decorator-5.1.1-py3.9.egg-info/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/decorator-5.1.1-py3.9.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.9/site-packages/decorator-5.1.1-py3.9.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/decorator-5.1.1-py3.9.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/decorator-5.1.1-py3.9.egg-info/not-zip-safe +-rw-r--r-- root/root usr/lib/python3.9/site-packages/decorator-5.1.1-py3.9.egg-info/pbr.json +-rw-r--r-- root/root usr/lib/python3.9/site-packages/decorator-5.1.1-py3.9.egg-info/top_level.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/decorator.py diff --git a/python3-decorator/.signature b/python3-decorator/.signature new file mode 100644 index 000000000..1785599c0 --- /dev/null +++ b/python3-decorator/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3zkoFtZYjZ5UFc8FhieYL/MvvlZ5V2iMJ+8IYq0WkLeowbttpNrtbhV3OOMisZKZbW1opCahvwMccdjFrYk5dwc= +SHA256 (Pkgfile) = e662e343fd49d582acefd1268a9cadea53f23ee063dcb000ebd2943fdd6ddd48 +SHA256 (.footprint) = 2a931d994828b2f6994cd4eb250684a51bfb5b3653860c8559f0d9f0e9f7a9b9 +SHA256 (decorator-5.1.1.tar.gz) = 637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330 diff --git a/python3-decorator/Pkgfile b/python3-decorator/Pkgfile new file mode 100644 index 000000000..9b2b5e2eb --- /dev/null +++ b/python3-decorator/Pkgfile @@ -0,0 +1,16 @@ +# Description: Python Decorator module +# URL: https://pypi.python.org/pypi/decorator +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-setuptools + +name=python3-decorator +_name=decorator +version=5.1.1 +release=1 +source=(https://pypi.python.org/packages/source/${_name:0:1}/${_name}/$_name-$version.tar.gz) + +build() { + cd $_name-$version + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --root="$PKG" --optimize=1 --skip-build +} |