python3-zope-deprecation: 4.4.0 -> 5.0

This commit is contained in:
Tim Biermann 2023-03-31 15:47:16 +02:00
parent db79ce1454
commit 8951a36962
3 changed files with 15 additions and 14 deletions

View File

@ -2,15 +2,15 @@ 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/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10-nspkg.pth
drwxr-xr-x root/root usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10.egg-info/namespace_packages.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-4.4.0-py3.10.egg-info/top_level.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-5.0-py3.10-nspkg.pth
drwxr-xr-x root/root usr/lib/python3.10/site-packages/zope.deprecation-5.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-5.0-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-5.0-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-5.0-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-5.0-py3.10.egg-info/namespace_packages.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-5.0-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-5.0-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope.deprecation-5.0-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/zope/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/zope/deprecation/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/zope/deprecation/__init__.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32S3DNz9iXolmwoSQ8PC74wkAWqXyNImJB2eNdTFhAzNQmOi67cwMi2twnTIRaQDTWm+9H32lhdJOFq3+QzmqQ8=
SHA256 (Pkgfile) = c8891cb3066d6c7d9af266cd3529ac90271e743d185f887b71777341b5f96953
SHA256 (.footprint) = 56715bbd16fa30a9ff1e25d7a8d41853580b4ffab66710809931b5e33d37815c
SHA256 (python3-zope-deprecation-4.4.0.tar.gz) = d0d214582130150869a4706221f49e8aab1a03c42b5bea8b04584f2dee51dad8
RWSagIOpLGJF33B1DCIWJxeOJCuqSL/sLFXMLUM5LUvPzBlhdTbL3r1lFX5rnVP1gR4MxLJcWHGdYyw6vYwWY6oaq8Xg+D10Kgk=
SHA256 (Pkgfile) = e2d874096d95c52f01ee24c6bb02c9c39f1be3c90f82a09f1948b312a146b923
SHA256 (.footprint) = bff6e56eb4424f16ba2f5724eada977a31096f39f79cb5696b3e588ac9979c92
SHA256 (python3-zope-deprecation-5.0.tar.gz) = 4e27335edea66ed1508b72ed235bbcd961b45fb49e6fd5fe1db2d2849b82aa24

View File

@ -4,12 +4,13 @@
# Depends on: python3-setuptools
name=python3-zope-deprecation
version=4.4.0
version=5.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
}