diff --git a/dev-python/flit-core/flit_core-3.7.1.recipe b/dev-python/flit-core/flit_core-3.7.1.recipe index 7c3943b73..5904541a4 100644 --- a/dev-python/flit-core/flit_core-3.7.1.recipe +++ b/dev-python/flit-core/flit_core-3.7.1.recipe @@ -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 diff --git a/dev-python/flit/flit-3.7.1.recipe b/dev-python/flit/flit-3.7.1.recipe index 0ea7359a0..e9cfdb9ea 100644 --- a/dev-python/flit/flit-3.7.1.recipe +++ b/dev-python/flit/flit-3.7.1.recipe @@ -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 diff --git a/dev-python/tomli/tomli-2.0.1.recipe b/dev-python/tomli/tomli-2.0.1.recipe index 4eab8bd44..3eec17eb0 100644 --- a/dev-python/tomli/tomli-2.0.1.recipe +++ b/dev-python/tomli/tomli-2.0.1.recipe @@ -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 diff --git a/dev-python/typing-extentions/licenses/Python b/dev-python/typing-extensions/licenses/Python similarity index 100% rename from dev-python/typing-extentions/licenses/Python rename to dev-python/typing-extensions/licenses/Python diff --git a/dev-python/typing-extentions/typing_extentions-4.3.0.recipe b/dev-python/typing-extensions/typing_extensions-4.3.0.recipe similarity index 96% rename from dev-python/typing-extentions/typing_extentions-4.3.0.recipe rename to dev-python/typing-extensions/typing_extensions-4.3.0.recipe index fb537dd4a..992deef4b 100644 --- a/dev-python/typing-extentions/typing_extentions-4.3.0.recipe +++ b/dev-python/typing-extensions/typing_extensions-4.3.0.recipe @@ -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