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