commit cbc97749624c2743d1931f24911f391e5c1420c9 Author: Tim Biermann <tbier@posteo.de> Date: Sun Mar 27 16:23:24 2022 +0200 python3-zope-deprecation: initial commit, version diff --git a/python3-zope-deprecation/.footprint b/python3-zope-deprecation/.footprint new file mode 100644 index 000000000..762528256 --- /dev/null +++ b/python3-zope-deprecation/.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.9/ +drwxr-xr-x root/root usr/lib/python3.9/site-packages/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope.deprecation-4.4.0-py3.9-nspkg.pth +drwxr-xr-x root/root usr/lib/python3.9/site-packages/zope.deprecation-4.4.0-py3.9.egg-info/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope.deprecation-4.4.0-py3.9.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope.deprecation-4.4.0-py3.9.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope.deprecation-4.4.0-py3.9.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope.deprecation-4.4.0-py3.9.egg-info/namespace_packages.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope.deprecation-4.4.0-py3.9.egg-info/not-zip-safe +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope.deprecation-4.4.0-py3.9.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope.deprecation-4.4.0-py3.9.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.9/site-packages/zope/ +drwxr-xr-x root/root usr/lib/python3.9/site-packages/zope/deprecation/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/__init__.py +drwxr-xr-x root/root usr/lib/python3.9/site-packages/zope/deprecation/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/__pycache__/__init__.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/__pycache__/__init__.cpython-39.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/__pycache__/deprecation.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/__pycache__/deprecation.cpython-39.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/__pycache__/fixture.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/__pycache__/fixture.cpython-39.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/__pycache__/tests.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/__pycache__/tests.cpython-39.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/deprecation.py +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/fixture.py +-rw-r--r-- root/root usr/lib/python3.9/site-packages/zope/deprecation/tests.py diff --git a/python3-zope-deprecation/.signature b/python3-zope-deprecation/.signature new file mode 100644 index 000000000..3982768cc --- /dev/null +++ b/python3-zope-deprecation/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3/GRuiZf5rNA8zgoeA39W7YaSisXW2+oY3hc5cay2LTppe6tXoWtAkHuQuM3fClflHC4k+Gd9zOXcDX4Z/J/qw8= +SHA256 (Pkgfile) = c8891cb3066d6c7d9af266cd3529ac90271e743d185f887b71777341b5f96953 +SHA256 (.footprint) = 6d4a979ec9663d87d2a3fce2d32fc4a29023ae268ec1ba8de530735f9490c387 +SHA256 (python3-zope-deprecation-4.4.0.tar.gz) = d0d214582130150869a4706221f49e8aab1a03c42b5bea8b04584f2dee51dad8 diff --git a/python3-zope-deprecation/Pkgfile b/python3-zope-deprecation/Pkgfile new file mode 100644 index 000000000..9e58b63ed --- /dev/null +++ b/python3-zope-deprecation/Pkgfile @@ -0,0 +1,15 @@ +# Description: Zope Deprecation Infrastructure +# URL: https://github.com/zopefoundation/zope.deprecation +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-setuptools + +name=python3-zope-deprecation +version=4.4.0 +release=1 +source=(https://github.com/zopefoundation/zope.deprecation/archive/$version/$name-$v...) + +build() { + cd zope.deprecation-$version + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --root=$PKG --optimize=1 +}