aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/python-flit-core/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-11-02 23:21:33 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-11-02 23:21:33 +0800
commit83703bd512a87474496d238e13e10482d392630f (patch)
tree95f89a806423ee5bdef120b9117de24acd8d98ae /repos/extra/python-flit-core/abuild
parent53c0031fcbf198e318699b8e0743e1f0044adbd1 (diff)
downloadalicelinux-83703bd512a87474496d238e13e10482d392630f.tar.gz
alicelinux-83703bd512a87474496d238e13e10482d392630f.zip
python-flit-core: updated to 3.10.0
Diffstat (limited to 'repos/extra/python-flit-core/abuild')
-rw-r--r--repos/extra/python-flit-core/abuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/repos/extra/python-flit-core/abuild b/repos/extra/python-flit-core/abuild
index c53d0f30..ffb1fa2d 100644
--- a/repos/extra/python-flit-core/abuild
+++ b/repos/extra/python-flit-core/abuild
@@ -1,5 +1,5 @@
name=python-flit-core
-version=3.9.0
+version=3.10.0
release=1
source="https://files.pythonhosted.org/packages/source/f/flit/flit-${version}.tar.gz"
@@ -9,5 +9,4 @@ build() {
python3 build_dists.py
python3 -m installer -d $PKG \
dist/flit_core-$version-py3-none-any.whl
- rm -r $PKG/usr/lib/python3*/site-packages/flit_core/tests
}