python3-zope-deprecation: initial commit, version

This commit is contained in:
Tim Biermann 2022-03-27 16:23:24 +02:00
parent 8ddc23d406
commit cbc9774962
3 changed files with 48 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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-$version.tar.gz)
build() {
cd zope.deprecation-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}