aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/python-flit-core/abuild
blob: 2b50ebd870fd1047ba21ee3b81ff7f925fe54441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name=python-flit-core
version=3.11.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
}