From d9bc6499041458e9aca42c253efb8d3558b24a7e Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 26 Jan 2021 21:04:50 +0100 Subject: [PATCH] watchdog: enable 3.8, 3.9, remove 3.6 --- dev-python/watchdog/watchdog-0.9.0.recipe | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-python/watchdog/watchdog-0.9.0.recipe b/dev-python/watchdog/watchdog-0.9.0.recipe index 1d6acf786..e0a3da20f 100644 --- a/dev-python/watchdog/watchdog-0.9.0.recipe +++ b/dev-python/watchdog/watchdog-0.9.0.recipe @@ -4,7 +4,7 @@ HOMEPAGE="https://pypi.python.org/pypi/watchdog" COPYRIGHT="2011 Yesudeep Mangalapilly 2012 Google, Inc." LICENSE="Apache v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://pypi.python.org/packages/source/w/watchdog/watchdog-$portVersion.tar.gz" CHECKSUM_SHA256="965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d" @@ -24,8 +24,8 @@ BUILD_PREREQUIRES=" cmd:gcc " -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]} @@ -51,8 +51,11 @@ PROVIDES_python="$PROVIDES_python PROVIDES_python3="$PROVIDES_python3 cmd:watchmedo3.7 = $portVersion " -PROVIDES_python36="$PROVIDES_python36 - cmd:watchmedo3.6 = $portVersion +PROVIDES_python38="$PROVIDES_python38 + cmd:watchmedo3.8 = $portVersion + " +PROVIDES_python39="$PROVIDES_python39 + cmd:watchmedo3.9 = $portVersion " INSTALL() {