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

@@ -6,7 +6,7 @@ module is not available and that have not yet reached their end-of-life."
HOMEPAGE="https://pypi.org/project/gitdb/"
COPYRIGHT="2021 Taneli Hukkinen"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
pypiVersion="97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9"
SOURCE_URI="https://files.pythonhosted.org/packages/$pypiVersion/tomli-2.0.1-py3-none-any.whl#noarchive"
CHECKSUM_SHA256='939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc'
@@ -54,9 +54,6 @@ INSTALL()
rm -rf build
$python -m installer -p $prefix tomli-2.0.1-py3-none-any.whl
mv $installLocation/../site-packages/* $installLocation
rm -rf $installLocation/../site-packages
packageEntries $pythonPackage \
$prefix/lib/python*
done