python packages: rebuild to install directly as vendor-packages

This commit is contained in:
Jerome Duval
2023-03-07 20:13:33 +01:00
parent 01a50ad278
commit 13a6cbe4ab
5 changed files with 4 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ The only public interface is the API specified by PEP 517, at ``flit_core.builda
HOMEPAGE="https://pypi.org/project/flit_core/"
COPYRIGHT="2015 Thomas Kluyver and contributors"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
pypiVersion="ad/38/80992c4cb490a05474c886850ec818276d09c0a6722bd5b43bc487818ac7"
SOURCE_URI="https://files.pythonhosted.org/packages/$pypiVersion/flit_core-$portVersion-py3-none-any.whl#noarchive"
CHECKSUM_SHA256="e454fdbf68c7036e1c7435ec7479383f9d9a1650ca5b304feb184eba1efcdcef"
@@ -54,9 +54,6 @@ INSTALL()
rm -rf build
$python -m installer -p $prefix flit_core-$portVersion-py3-none-any.whl
mv $installLocation/../site-packages/* $installLocation
rm -rf $installLocation/../site-packages
packageEntries $pythonPackage \
$prefix/lib/python*
done