From 7cca4a236e7286d6106b4d1c558ef1e58355c1cb Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 12 Mar 2023 19:15:01 +0100 Subject: [PATCH] sqlalchemy, forgot to add python3.10 package (#7955) --- dev-python/sqlalchemy/sqlalchemy-1.3.22.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/sqlalchemy/sqlalchemy-1.3.22.recipe b/dev-python/sqlalchemy/sqlalchemy-1.3.22.recipe index 62e7eefa8..6b171c7cb 100644 --- a/dev-python/sqlalchemy/sqlalchemy-1.3.22.recipe +++ b/dev-python/sqlalchemy/sqlalchemy-1.3.22.recipe @@ -8,7 +8,7 @@ simple and Pythonic domain language." HOMEPAGE="https://www.sqlalchemy.org/" COPYRIGHT="2006-2019 SQLAlchemy authors and contributors" LICENSE="MIT" -REVISION="2" +REVISION="3" SOURCE_URI="https://pypi.org/packages/source/S/SQLAlchemy/SQLAlchemy-$portVersion.tar.gz" CHECKSUM_SHA256="758fc8c4d6c0336e617f9f6919f9daea3ab6bb9b07005eda9a1a682e24a6cacc" SOURCE_DIR="SQLAlchemy-$portVersion" @@ -59,6 +59,9 @@ if [ "$targetArchitecture" = "x86_gcc2" ]; then PROVIDES_python39+=" sqlalchemy_python39 = $portVersion " + PROVIDES_python310+=" + sqlalchemy_python310 = $portVersion + " fi BUILD()