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