diff options
author | Tim Biermann <tbier@posteo.de> | 2021-10-10 12:36:50 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-10-10 12:36:50 +0200 |
commit | 1fc57408977a81b9f1395d04ddd90aa86b3011ed (patch) | |
tree | 4f8f35207783ba08b8d5a63fe68e63a64f770fc1 /python3-tabulate | |
parent | 30e8aeb2424e6d8a20cf8e8508f5e30dd8098648 (diff) | |
download | contrib-1fc57408977a81b9f1395d04ddd90aa86b3011ed.tar.gz contrib-1fc57408977a81b9f1395d04ddd90aa86b3011ed.tar.xz |
python3-tabulate: cleaned up footprint
Diffstat (limited to 'python3-tabulate')
-rw-r--r-- | python3-tabulate/.footprint | 6 | ||||
-rw-r--r-- | python3-tabulate/.signature | 6 | ||||
-rw-r--r-- | python3-tabulate/Pkgfile | 9 |
3 files changed, 12 insertions, 9 deletions
diff --git a/python3-tabulate/.footprint b/python3-tabulate/.footprint index f31184241..76229e0ac 100644 --- a/python3-tabulate/.footprint +++ b/python3-tabulate/.footprint @@ -8,10 +8,4 @@ drwxr-xr-x root/root usr/lib/python3.9/site-packages/__pycache__/ -rw-r--r-- root/root usr/lib/python3.9/site-packages/__pycache__/tabulate.cpython-39.opt-1.pyc -rw-r--r-- root/root usr/lib/python3.9/site-packages/__pycache__/tabulate.cpython-39.pyc drwxr-xr-x root/root usr/lib/python3.9/site-packages/tabulate-0.8.9-py3.9.egg-info/ --rw-rw-rw- root/root usr/lib/python3.9/site-packages/tabulate-0.8.9-py3.9.egg-info/PKG-INFO --rw-rw-rw- root/root usr/lib/python3.9/site-packages/tabulate-0.8.9-py3.9.egg-info/SOURCES.txt --rw-rw-rw- root/root usr/lib/python3.9/site-packages/tabulate-0.8.9-py3.9.egg-info/dependency_links.txt --rw-rw-rw- root/root usr/lib/python3.9/site-packages/tabulate-0.8.9-py3.9.egg-info/entry_points.txt --rw-rw-rw- root/root usr/lib/python3.9/site-packages/tabulate-0.8.9-py3.9.egg-info/requires.txt --rw-rw-rw- root/root usr/lib/python3.9/site-packages/tabulate-0.8.9-py3.9.egg-info/top_level.txt -rw-r--r-- root/root usr/lib/python3.9/site-packages/tabulate.py diff --git a/python3-tabulate/.signature b/python3-tabulate/.signature index 4898c3e1b..f63a78005 100644 --- a/python3-tabulate/.signature +++ b/python3-tabulate/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33UOwcTUfpXYUQYshPkS8binuHUEpLuC6Dvsri3n6rwgha3OVSdL6le2Xves9eF1cJu1YIJpWUkz8Lp+MtsprQA= -SHA256 (Pkgfile) = a01fed29f03a9bee8710bd7d8703830658598b3674b2c351b7b3ae1c90d30dea -SHA256 (.footprint) = 4ca5c42eec8106e3698a2c2121ce557933003f445496d43f398ead1fec180b01 +RWSagIOpLGJF32bJfLnuORS4Sj0lBgt61RHwWSyTowu/C+YpvAmi0NNjDy/bmGnKmDBWbfX/0tk92TgphOIzWrjmO151gLngQAg= +SHA256 (Pkgfile) = dbeda71e8c5c1151ff8f695be95fc2693c440e3141738dfdc684f57fe13b1126 +SHA256 (.footprint) = 048a37340238e99b38d8272673b3713683053ad3875d2181918f0353a958dca3 SHA256 (tabulate-0.8.9.tar.gz) = eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7 diff --git a/python3-tabulate/Pkgfile b/python3-tabulate/Pkgfile index bd83efa4e..c01eb039c 100644 --- a/python3-tabulate/Pkgfile +++ b/python3-tabulate/Pkgfile @@ -16,4 +16,13 @@ build() { --root=$PKG \ --skip-build \ -O1 + + find $PKG \(\ + -iname '*PKG-INFO*' -o \ + -iname '*SOURCES*' -o \ + -iname '*dependency_links.txt' -o \ + -iname '*entry_points.txt*' -o \ + -iname '*requires.txt*' -o \ + -iname '*top_level.txt*' \ + \) -exec rm -r '{}' \+ || true } |