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

View File

@@ -5,7 +5,7 @@ mistakes."
HOMEPAGE="https://pypi.org/project/flit/"
COPYRIGHT="2015 Thomas Kluyver and contributors"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
pypiVersion="f8/81/5281e3f50a238d1169cc5c4c3acec91c631da79962d387ea843083bd151e"
SOURCE_URI="https://files.pythonhosted.org/packages/$pypiVersion/flit-$portVersion-py3-none-any.whl#noarchive"
CHECKSUM_SHA256="06a93a6737fa9380ba85fe8d7f28efb6c93c4f4ee9c7d00cc3375a81f33b91a4"
@@ -56,9 +56,6 @@ INSTALL()
rm -rf build
$python -m installer -p $prefix flit-$portVersion-py3-none-any.whl
mv $installLocation/../site-packages/* $installLocation
rm -rf $installLocation/../site-packages
packageEntries $pythonPackage \
$prefix/lib/python* \
$prefix/bin

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

View File

@@ -22,7 +22,7 @@ Python versions will be dropped some time after that version reaches end of life
HOMEPAGE="https://github.com/python/typing_extensions"
COPYRIGHT="2022 Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee"
LICENSE="Python"
REVISION="1"
REVISION="2"
pypiVersion="ed/d6/2afc375a8d55b8be879d6b4986d4f69f01115e795e36827fd3a40166028b"
SOURCE_URI="https://files.pythonhosted.org/packages/$pypiVersion/typing_extensions-$portVersion-py3-none-any.whl#noarchive"
CHECKSUM_SHA256="25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"
@@ -73,9 +73,6 @@ INSTALL()
rm -rf build
$python -m installer -p $prefix typing_extensions-$portVersion-py3-none-any.whl
mv $installLocation/../site-packages/* $installLocation
rm -rf $installLocation/../site-packages
packageEntries $pythonPackage \
$prefix/lib/python*
done