diff options
Diffstat (limited to 'repos/extra/python-flit-core/abuild')
| -rwxr-xr-x | repos/extra/python-flit-core/abuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/repos/extra/python-flit-core/abuild b/repos/extra/python-flit-core/abuild deleted file mode 100755 index 67e57b69..00000000 --- a/repos/extra/python-flit-core/abuild +++ /dev/null @@ -1,12 +0,0 @@ -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 -} |