From a64930636462bf24118ca7266f699ce2b696e821 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Thu, 10 Apr 2025 07:26:30 +0800 Subject: clang branch updated --- repos/extra/python-flit-core/abuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repos/extra/python-flit-core/abuild (limited to 'repos/extra/python-flit-core/abuild') diff --git a/repos/extra/python-flit-core/abuild b/repos/extra/python-flit-core/abuild new file mode 100644 index 00000000..8e188b8f --- /dev/null +++ b/repos/extra/python-flit-core/abuild @@ -0,0 +1,14 @@ +name=python-flit-core +version=3.12.0 +release=1 +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 + rm -rf flit_core/vendor/ + python3 build_dists.py + python3 -m installer -d $PKG \ + dist/flit_core-$version-py3-none-any.whl +} -- cgit v1.2.3