From f6bfe2054949886c82ec3759387b11cfd964c55e Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 2 Feb 2021 15:05:46 +0100 Subject: [PATCH] rdflib: bump version enable 3.8, 3.9, remove 3.6 --- .../rdflib/{rdflib-4.2.2.recipe => rdflib-5.0.0.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-python/rdflib/{rdflib-4.2.2.recipe => rdflib-5.0.0.recipe} (93%) diff --git a/dev-python/rdflib/rdflib-4.2.2.recipe b/dev-python/rdflib/rdflib-5.0.0.recipe similarity index 93% rename from dev-python/rdflib/rdflib-4.2.2.recipe rename to dev-python/rdflib/rdflib-5.0.0.recipe index 918e0cb1e..11aaa957b 100644 --- a/dev-python/rdflib/rdflib-4.2.2.recipe +++ b/dev-python/rdflib/rdflib-5.0.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2002-2017 RDFLib Team" LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="https://pypi.io/packages/source/r/rdflib/rdflib-$portVersion.tar.gz" -CHECKSUM_SHA256="da1df14552555c5c7715d8ce71c08f404c988c58a1ecd38552d0da4fc261280d" +CHECKSUM_SHA256="78149dd49d385efec3b3adfbd61c87afaf1281c30d3fcaf1b323b34f603fb155" ARCHITECTURES="any" @@ -21,8 +21,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python36 python3) -PYTHON_VERSIONS=(2.7 3.6 3.7) +PYTHON_PACKAGES=(python python3 python38 python39) +PYTHON_VERSIONS=(2.7 3.7 3.8 3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}