mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
sqlalchemy, forgot to add python3.10 package (#7955)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user