From e40254e2345306a98e80da098dd869ea1c5a7517 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 11 Mar 2025 04:04:24 +0000 Subject: python-flit-core: updated to 3.11.0 --- repos/extra/python-flit-core/abuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'repos/extra/python-flit-core/abuild') diff --git a/repos/extra/python-flit-core/abuild b/repos/extra/python-flit-core/abuild index 67e57b69..2b50ebd8 100644 --- a/repos/extra/python-flit-core/abuild +++ b/repos/extra/python-flit-core/abuild @@ -1,10 +1,12 @@ name=python-flit-core -version=3.10.1 +version=3.11.0 release=1 -source="https://files.pythonhosted.org/packages/source/f/flit/flit-${version}.tar.gz" +source="https://files.pythonhosted.org/packages/source/f/flit/flit-${version}.tar.gz + vendor-licenses.patch" +build_dir=flit-$version/flit_core build() { - cd flit_core + #cd flit_core rm -rf flit_core/vendor/ python3 build_dists.py python3 -m installer -d $PKG \ -- cgit v1.2.3