python3-agate-excel: 0.4.0 -> 0.4.1

This commit is contained in:
John McQuah 2024-03-09 12:05:40 +00:00
parent af34380a5d
commit aa1fc3949f
3 changed files with 11 additions and 6 deletions

View File

@ -4,11 +4,8 @@ drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/agate_excel-0.4.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/agate_excel-0.4.1.dist-info/AUTHORS.rst
-rw-r--r-- root/root usr/lib/python3.10/site-packages/agate_excel-0.4.1.dist-info/COPYING
-rw-r--r-- root/root usr/lib/python3.10/site-packages/agate_excel-0.4.1.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/agate_excel-0.4.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/agate_excel-0.4.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/agate_excel-0.4.1.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/agate_excel-0.4.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/agate_excel-0.4.1.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.10/site-packages/agate_excel-0.4.1.dist-info/top_level.txt

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxKv+PGeUUlW56NJLuz0Dq0r50uAZ591TqKTXS4qItxvpTqZQy+5Y7+1nmNvqPu3PZSvyodDBE1wP682DAMCP5gs=
SHA256 (Pkgfile) = aedfddef820505087c83f4f392f744f4becfe1445926bd68aef70789a3f18dd8
SHA256 (.footprint) = 7dfb3f7a80d3aff9f847f19e4d0c9a3c48d3af5644ea7b5ee06f5374cc490805
RWTTPlFarK9CxHYpgsbpalnpc9ceSvUiLXen5jrMOKewyUF710clotrHqjtie1VaR4exumG7jtIB5Wshcjn255M6z31wtwZwwgE=
SHA256 (Pkgfile) = a4219e96d96939c92a97a7632a7e026a7c4e0ff9d39bc5e8c82294c12cafdeed
SHA256 (.footprint) = 2b09c1f67b415c5244640ee99d40d94ef71ca3cb071f5c1d2ab924718f1117bd
SHA256 (python3-agate-excel-0.4.1.tar.gz) = 5546c65742f3550ddee90e8c688e13ec495ec4190bba0e7c9cfa05e233e2aec9

View File

@ -15,4 +15,12 @@ build() {
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/pip3 install --isolate --root=$PKG \
--no-deps --ignore-installed dist/*.whl
find $PKG \( \
-iname "COPYING*" -o \
-iname "LICENSE*" -o \
-iname "*README*" -o \
-iname "INSTALLER" -o \
-iname "REQUESTED" \
\) -delete
}