summaryrefslogtreecommitdiff
path: root/python3-pluggy
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-06-14 19:51:53 +0000
committerTim Biermann <tbier@posteo.de>2021-06-14 19:51:53 +0000
commit606e9cb26138eb4b38cbb00823c41e1aada546dd (patch)
tree9f0a8b9e08b2d4c8cdbdc099ae9e868943e2f591 /python3-pluggy
parentf35c7120ff23c523ac4bc0eb26fe39b66898eaa7 (diff)
downloadcontrib-606e9cb26138eb4b38cbb00823c41e1aada546dd.tar.gz
contrib-606e9cb26138eb4b38cbb00823c41e1aada546dd.tar.xz
python3-pluggy: initial commit, version 0.13.1
Diffstat (limited to 'python3-pluggy')
-rw-r--r--python3-pluggy/.footprint30
-rw-r--r--python3-pluggy/.signature4
-rw-r--r--python3-pluggy/Pkgfile18
3 files changed, 52 insertions, 0 deletions
diff --git a/python3-pluggy/.footprint b/python3-pluggy/.footprint
new file mode 100644
index 000000000..040928e8c
--- /dev/null
+++ b/python3-pluggy/.footprint
@@ -0,0 +1,30 @@
+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/pluggy-0.13.1-py3.9.egg-info/
+-rw-rw-r-- root/root usr/lib/python3.9/site-packages/pluggy-0.13.1-py3.9.egg-info/PKG-INFO
+-rw-rw-r-- root/root usr/lib/python3.9/site-packages/pluggy-0.13.1-py3.9.egg-info/SOURCES.txt
+-rw-rw-r-- root/root usr/lib/python3.9/site-packages/pluggy-0.13.1-py3.9.egg-info/dependency_links.txt
+-rw-rw-r-- root/root usr/lib/python3.9/site-packages/pluggy-0.13.1-py3.9.egg-info/requires.txt
+-rw-rw-r-- root/root usr/lib/python3.9/site-packages/pluggy-0.13.1-py3.9.egg-info/top_level.txt
+drwxr-xr-x root/root usr/lib/python3.9/site-packages/pluggy/
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__init__.py
+drwxr-xr-x root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/__init__.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/__init__.cpython-39.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/_tracing.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/_tracing.cpython-39.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/_version.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/_version.cpython-39.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/callers.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/callers.cpython-39.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/hooks.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/hooks.cpython-39.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/manager.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/__pycache__/manager.cpython-39.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/_tracing.py
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/_version.py
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/callers.py
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/hooks.py
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/pluggy/manager.py
diff --git a/python3-pluggy/.signature b/python3-pluggy/.signature
new file mode 100644
index 000000000..a111d6d3f
--- /dev/null
+++ b/python3-pluggy/.signature
@@ -0,0 +1,4 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3wXURmrj3S8CWY5J2dEVZ1uKmjaINqqA7pKzWd0mxrOTcDbRBdzORXDS5wqIWPudAKNW02/4LvkOU2R2Ej+9wgw=
+SHA256 (Pkgfile) = 3eaac9c70b38f33b199e9ad556609720310bb8cadd36f8790f3e1f7f480762e0
+SHA256 (.footprint) = 48e549df223a1b83749b92704f3f636316cb9f73f826ec2a2c874b75a9c9fb8e
diff --git a/python3-pluggy/Pkgfile b/python3-pluggy/Pkgfile
new file mode 100644
index 000000000..8d914af65
--- /dev/null
+++ b/python3-pluggy/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Plugin and hook calling mechanisms for python
+# URL: https://github.com/pytest-dev/pluggy
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: python3-importlib_metadata python3-setuptools-scm
+
+name=python3-pluggy
+version=0.13.1
+release=1
+source=(https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-$version.tar.gz)
+
+build() {
+ cd pluggy-$version
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install --prefix=/usr \
+ --root=$PKG \
+ --skip-build \
+ -O1
+}

Generated by cgit