ports/contrib (3.7): python3-wrapt: initial commit, version 1.15.0
commit 6e16eaca54669c798ed68b7288690938ee8de693 Author: Tim Biermann <tbier@posteo.de> Date: Mon Aug 7 18:54:17 2023 +0200 python3-wrapt: initial commit, version 1.15.0 diff --git a/python3-wrapt/.footprint b/python3-wrapt/.footprint new file mode 100644 index 000000000..8b4c33f2a --- /dev/null +++ b/python3-wrapt/.footprint @@ -0,0 +1,28 @@ +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/wrapt-1.15.0-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt-1.15.0-py3.10.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt-1.15.0-py3.10.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt-1.15.0-py3.10.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt-1.15.0-py3.10.egg-info/not-zip-safe +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt-1.15.0-py3.10.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/wrapt/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__init__.py +drwxr-xr-x root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/__init__.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/__init__.cpython-310.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/arguments.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/arguments.cpython-310.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/decorators.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/decorators.cpython-310.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/importer.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/importer.cpython-310.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/wrappers.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/__pycache__/wrappers.cpython-310.pyc +-rwxr-xr-x root/root usr/lib/python3.10/site-packages/wrapt/_wrappers.cpython-310-x86_64-linux-gnu.so +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/arguments.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/decorators.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/importer.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/wrapt/wrappers.py diff --git a/python3-wrapt/.signature b/python3-wrapt/.signature new file mode 100644 index 000000000..da3ef39d4 --- /dev/null +++ b/python3-wrapt/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3/9UBMnDwANi5nq1nNCM3YNGwwGC3pephCRbd5unlsWQeI/1FFw6ucXo7L0CxzChsbHroifuoMo8Hf3b68++BA8= +SHA256 (Pkgfile) = f76c858474d380a5c2469c72027ef304e1fa6825ddff74da5d952170592cbb1e +SHA256 (.footprint) = 0e09f648fa2b291b9101708a9ab979b3bf6486bac188d5251f70e58ee69f1e47 +SHA256 (wrapt-1.15.0.tar.gz) = 09491f2d38754d96544c77ecf7ce205f0986dd61398642c24810302f341fd485 diff --git a/python3-wrapt/Pkgfile b/python3-wrapt/Pkgfile new file mode 100644 index 000000000..ca0c898bd --- /dev/null +++ b/python3-wrapt/Pkgfile @@ -0,0 +1,18 @@ +# Description: Module for decorators, wrappers and monkey patching +# URL: https://github.com/GrahamDumpleton/wrapt +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-setuptools + +name=python3-wrapt +version=1.15.0 +release=1 +source=(https://pypi.org/packages/source/w/wrapt/wrapt-$version.tar.gz) + +build() { + cd wrapt-$version + + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --prefix=/usr \ + --root=$PKG \ + --skip-build +}
participants (1)
-
crux@crux.nu