summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-03-27 19:10:55 +0200
committerTim Biermann <tbier@posteo.de>2022-03-27 19:10:55 +0200
commitdb68bdc9f6a288145e85bc27d860a5afbdecff65 (patch)
tree1a7243ae871d61f65b57ecdd30dcbbbfab9f881c
parent509733798c6fbafa03a3ffa64e97d54695bc3918 (diff)
downloadcontrib-db68bdc9f6a288145e85bc27d860a5afbdecff65.tar.gz
contrib-db68bdc9f6a288145e85bc27d860a5afbdecff65.tar.xz
python3-decorator: -> 5.1.1
-rw-r--r--python3-decorator/.footprint15
-rw-r--r--python3-decorator/.signature5
-rw-r--r--python3-decorator/Pkgfile16
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
+}

Generated by cgit