From 643706538ca43c68d3d866cd087c8b06ca02f28c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 7 Mar 2023 23:01:53 +0100 Subject: [PATCH] pandas: remove python 3.7 --- dev-python/pandas/pandas-1.3.2.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]}