watchdog: enable 3.8, 3.9, remove 3.6

This commit is contained in:
Jerome Duval
2021-01-26 21:04:50 +01:00
parent 39bee388e1
commit d9bc649904

View File

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