From 6ae2dcba0f5d66f9892b0a65a8204f77293acc52 Mon Sep 17 00:00:00 2001 From: OscarL Date: Mon, 29 Jul 2024 06:10:20 -0300 Subject: [PATCH] lxml: fix silly copy/paste error. (#10766) Created packages were basically empty. --- dev-python/lxml/lxml-4.9.1.recipe | 4 ++-- .../pandas/{pandas-1.3.2.recipe => pandas-1.5.3.recipe} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-python/pandas/{pandas-1.3.2.recipe => pandas-1.5.3.recipe} (100%) diff --git a/dev-python/lxml/lxml-4.9.1.recipe b/dev-python/lxml/lxml-4.9.1.recipe index 92c37cdad..ae4c98e48 100644 --- a/dev-python/lxml/lxml-4.9.1.recipe +++ b/dev-python/lxml/lxml-4.9.1.recipe @@ -13,7 +13,7 @@ LICENSE="BSD (3-clause) ElementTree GNU GPL v2 PSF-2" -REVISION="5" +REVISION="6" SOURCE_URI="https://github.com/lxml/lxml/releases/download/lxml-$portVersion/lxml-$portVersion.tar.gz" CHECKSUM_SHA256="fe749b052bb7233fe5d072fcb549221a8cb1a16725c47c37e42b0b9cb3ff2c3f" SOURCE_DIR="lxml-$portVersion" @@ -81,7 +81,7 @@ INSTALL() { for i in "${!PYTHON_VERSIONS[@]}"; do pythonVersion=${PYTHON_VERSIONS[$i]} - pythonPackage=${pythonVersion//.} + pythonPackage=python${pythonVersion//.} python=python$pythonVersion installLocation=$prefix/lib/$python/vendor-packages/ diff --git a/dev-python/pandas/pandas-1.3.2.recipe b/dev-python/pandas/pandas-1.5.3.recipe similarity index 100% rename from dev-python/pandas/pandas-1.3.2.recipe rename to dev-python/pandas/pandas-1.5.3.recipe