python3-xlib: cleaned footprint

This commit is contained in:
Tim Biermann 2020-07-10 11:48:17 +00:00
parent 251eda2243
commit 8814367ad1
3 changed files with 9 additions and 8 deletions

View File

@ -201,8 +201,3 @@ drwxr-xr-x root/root usr/lib/python3.7/site-packages/Xlib/xobject/__pycache__/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Xlib/xobject/icccm.py
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Xlib/xobject/resource.py
drwxr-xr-x root/root usr/lib/python3.7/site-packages/python_xlib-0.27-py3.7.egg-info/
-rw-rw-rw- root/root usr/lib/python3.7/site-packages/python_xlib-0.27-py3.7.egg-info/PKG-INFO
-rw-rw-rw- root/root usr/lib/python3.7/site-packages/python_xlib-0.27-py3.7.egg-info/SOURCES.txt
-rw-rw-rw- root/root usr/lib/python3.7/site-packages/python_xlib-0.27-py3.7.egg-info/dependency_links.txt
-rw-rw-rw- root/root usr/lib/python3.7/site-packages/python_xlib-0.27-py3.7.egg-info/requires.txt
-rw-rw-rw- root/root usr/lib/python3.7/site-packages/python_xlib-0.27-py3.7.egg-info/top_level.txt

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3w5GexOjP5SQkjumPuNeSyYyF98RC+XawNU+hLVhmXLMEEHVLT5jl3Yykp8t4AZQ65sB4hbU2ZzdcHnuIFylzgw=
SHA256 (Pkgfile) = 53be06ba64b95bb4f0eb0ac9e7084939b677e94aa14b5eb3e9ead06095a464d1
SHA256 (.footprint) = 47df810178efbee952cb08e88609fb67b1b5c2175a0f1bc8e60fb70223cfc5ca
RWSagIOpLGJF33ZInGm9Q3gOlu5K2pY4zpoMwsijg7TJsflIkn2XLR2j1t99JD4nJQ4XI4WXX05cldNUsSuL6IYtRDFrmRG1ywo=
SHA256 (Pkgfile) = 577e3f655fbf1f5fa36254c1f2765b08e9dd13810e66ab38b99678dfb3b7b10e
SHA256 (.footprint) = f5f2203c4036242e299efd3d937d7dfed6e3fe9cde7f6b0f828ae40fb13f3630
SHA256 (python-xlib-0.27.tar.bz2) = a90667c70905c6ef0754c8a09fa61acbc1e1b7ddb946d527831800d7cbfe9348

View File

@ -12,4 +12,10 @@ build() {
cd python-xlib-$version
python3 setup.py build
python3 setup.py install --root=$PKG --optimize=1 --skip-build
find $PKG \(\
-iname '*pkg-info*' -o \
-iname '*sources*' -o \
-iname '*dependency_links*' -o \
-iname '*top_level*' -o \
-iname '*requires*' \) -exec rm -fr '{}' \+
}