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()