alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (343B)


      1 name=python-flit-core
      2 version=3.12.0
      3 release=1
      4 source="https://files.pythonhosted.org/packages/source/f/flit/flit-${version}.tar.gz
      5 	vendor-licenses.patch"
      6 build_dir=flit-$version/flit_core
      7 
      8 build() {
      9 	#cd flit_core
     10 	rm -rf flit_core/vendor/
     11 	python3 build_dists.py
     12 	python3 -m installer -d $PKG \
     13 		dist/flit_core-$version-py3-none-any.whl
     14 }