aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/python-flit-core/abuild
blob: 67e57b6967559a48459236b2f2da3f4d5bd954df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=python-flit-core
version=3.10.1
release=1
source="https://files.pythonhosted.org/packages/source/f/flit/flit-${version}.tar.gz"

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
}