diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-26 23:28:47 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-26 23:28:47 +0800 |
| commit | fe1b7e3f93bbb7843a27eca69cfffa5882881352 (patch) | |
| tree | 8121797eedc8013ae9ffedf638a34b16336e9d6b /repos/extra/python-flit-core/abuild | |
| parent | 35f02354fde275bcbb6998087e4b8b64017d4c1a (diff) | |
| download | alicelinux-fe1b7e3f93bbb7843a27eca69cfffa5882881352.tar.gz alicelinux-fe1b7e3f93bbb7843a27eca69cfffa5882881352.zip | |
python-flit-core: new added
Diffstat (limited to 'repos/extra/python-flit-core/abuild')
| -rw-r--r-- | repos/extra/python-flit-core/abuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/repos/extra/python-flit-core/abuild b/repos/extra/python-flit-core/abuild new file mode 100644 index 00000000..c53d0f30 --- /dev/null +++ b/repos/extra/python-flit-core/abuild @@ -0,0 +1,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 +} |