diff --git a/dev-python/pandas/pandas-1.3.2.recipe b/dev-python/pandas/pandas-1.3.2.recipe index e4bff3535..63625ba9e 100644 --- a/dev-python/pandas/pandas-1.3.2.recipe +++ b/dev-python/pandas/pandas-1.3.2.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2008-2012 AQR Capital Management, LLC Lambda Foundry, Inc. PyData Development Team" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://files.pythonhosted.org/packages/source/p/pandas/pandas-$portVersion.tar.gz" CHECKSUM_SHA256="cbcb84d63867af3411fa063af3de64902665bb5b3d40b25b2059e40603594e87" @@ -33,8 +33,8 @@ BUILD_PREREQUIRES=" cmd:pkg_config$secondaryArchSuffix " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(3.7 3.8 3.9) +PYTHON_PACKAGES=(python38 python39) +PYTHON_VERSIONS=(3.8 3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}