From 206d03d50d82f17c9b32ed1ae25bfa837039d48d Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 20 Nov 2022 15:48:19 +0100 Subject: [PATCH] gertty, resolve depenencies (#7450) --- dev-python/dateutil/dateutil-2.8.1.recipe | 6 +++--- dev-python/ply/ply-3.11.recipe | 6 +++--- dev-python/sqlalchemy/sqlalchemy-1.3.22.recipe | 6 +++--- dev-python/urwid/urwid-2.1.2.recipe | 6 +++--- dev-python/voluptuous/voluptuous-0.12.1.recipe | 6 +++--- dev-util/gertty/gertty-1.6.0.recipe | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dev-python/dateutil/dateutil-2.8.1.recipe b/dev-python/dateutil/dateutil-2.8.1.recipe index 2e1d3d188..dc10f61d7 100644 --- a/dev-python/dateutil/dateutil-2.8.1.recipe +++ b/dev-python/dateutil/dateutil-2.8.1.recipe @@ -4,7 +4,7 @@ datetime module, available in Python 2.3+." HOMEPAGE="https://github.com/dateutil/dateutil/" COPYRIGHT="2003-2010 Gustavo Niemeyer" LICENSE="BSD (3-clause)" -REVISION="4" +REVISION="5" SOURCE_URI="https://github.com/dateutil/dateutil/archive/$portVersion.tar.gz" CHECKSUM_SHA256="6e74f970d6c0d31c1287642d0b556a53a21986c7844368a2e742c6db25837618" @@ -21,8 +21,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3 python38 python39) -PYTHON_VERSIONS=(2.7 3.7 3.8 3.9) +PYTHON_PACKAGES=(python3 python38 python39 python310) +PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} diff --git a/dev-python/ply/ply-3.11.recipe b/dev-python/ply/ply-3.11.recipe index 80c6b776f..a262416a2 100644 --- a/dev-python/ply/ply-3.11.recipe +++ b/dev-python/ply/ply-3.11.recipe @@ -13,7 +13,7 @@ HOMEPAGE="https://www.dabeaz.com/ply/ https://pypi.org/project/ply/" COPYRIGHT="2006-2018 David Beazley" LICENSE="BSD (3-clause)" -REVISION="3" +REVISION="4" SOURCE_URI="https://pypi.io/packages/source/p/ply/ply-$portVersion.tar.gz" CHECKSUM_SHA256="00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3" @@ -30,8 +30,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3 python38 python39) -PYTHON_VERSIONS=(2.7 3.7 3.8 3.9) +PYTHON_PACKAGES=(python3 python38 python39 python310) +PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} diff --git a/dev-python/sqlalchemy/sqlalchemy-1.3.22.recipe b/dev-python/sqlalchemy/sqlalchemy-1.3.22.recipe index 9dc7a0038..62e7eefa8 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="1" +REVISION="2" SOURCE_URI="https://pypi.org/packages/source/S/SQLAlchemy/SQLAlchemy-$portVersion.tar.gz" CHECKSUM_SHA256="758fc8c4d6c0336e617f9f6919f9daea3ab6bb9b07005eda9a1a682e24a6cacc" SOURCE_DIR="SQLAlchemy-$portVersion" @@ -30,8 +30,8 @@ BUILD_PREREQUIRES=" gcc$secondaryArchSuffix " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(3.7 3.8 3.9) +PYTHON_PACKAGES=(python3 python38 python39 python310) +PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} diff --git a/dev-python/urwid/urwid-2.1.2.recipe b/dev-python/urwid/urwid-2.1.2.recipe index 809e5a1fa..3883923f8 100644 --- a/dev-python/urwid/urwid-2.1.2.recipe +++ b/dev-python/urwid/urwid-2.1.2.recipe @@ -4,7 +4,7 @@ directly and handles many of the difficult and tedious tasks for you." HOMEPAGE="http://urwid.org/" COPYRIGHT="2004-2018 Ian Ward" LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://pypi.org/packages/source/u/urwid/urwid-$portVersion.tar.gz" CHECKSUM_SHA256="588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae" @@ -21,8 +21,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(3.7 3.8 3.9) +PYTHON_PACKAGES=(python3 python38 python39 python310) +PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} diff --git a/dev-python/voluptuous/voluptuous-0.12.1.recipe b/dev-python/voluptuous/voluptuous-0.12.1.recipe index d9d19d364..639e2174e 100644 --- a/dev-python/voluptuous/voluptuous-0.12.1.recipe +++ b/dev-python/voluptuous/voluptuous-0.12.1.recipe @@ -10,7 +10,7 @@ It has three goals: HOMEPAGE="https://pypi.org/project/voluptuous/" COPYRIGHT="2010-2018 Alec Thomas" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://pypi.python.org/packages/source/v/voluptuous/voluptuous-$portVersion.tar.gz" CHECKSUM_SHA256="663572419281ddfaf4b4197fd4942d181630120fb39b333e3adad70aeb56444b" @@ -27,8 +27,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(3.7 3.8 3.9) +PYTHON_PACKAGES=(python3 python38 python39 python310) +PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} diff --git a/dev-util/gertty/gertty-1.6.0.recipe b/dev-util/gertty/gertty-1.6.0.recipe index 85c45f47c..d2bb61645 100644 --- a/dev-util/gertty/gertty-1.6.0.recipe +++ b/dev-util/gertty/gertty-1.6.0.recipe @@ -19,7 +19,7 @@ changes." HOMEPAGE="https://pypi.org/project/gertty/" COPYRIGHT="2022 The TTY Group" LICENSE="Apache v2" -REVISION="3" +REVISION="4" pypiVersion="13/fa/67165ece7a08f7142bcfda2e5cee145dbda78e003c11924098bfc6efaf0e" SOURCE_URI="https://files.pythonhosted.org/packages/$pypiVersion/gertty-$portVersion.tar.gz" CHECKSUM_SHA256="1c3593d2e6ce53bd84b27d6ac92df4a86d8923afd18b4f4f8e2c979f8a6277df"