aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/python-flit-core/abuild
blob: c53d0f3041a2bf74df105fab86827c5ccaaaec2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name=python-flit-core
version=3.9.0
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
	rm -r $PKG/usr/lib/python3*/site-packages/flit_core/tests
}