diff --git a/dev-python/editor/editor-1.0.4.recipe b/dev-python/editor/editor-1.0.4.recipe index f9f93d00b..91585005f 100644 --- a/dev-python/editor/editor-1.0.4.recipe +++ b/dev-python/editor/editor-1.0.4.recipe @@ -4,7 +4,7 @@ for programmatically interfacing with your system's editor." HOMEPAGE="https://github.com/fmoo/python-editor" COPYRIGHT="2015-2019 Peter Ruibal" LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://files.pythonhosted.org/packages/0a/85/78f4a216d28343a67b7397c99825cff336330893f00601443f7c7b2f2234/python-editor-1.0.4.tar.gz" CHECKSUM_SHA256="51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b" SOURCE_DIR="python-editor-$portVersion" @@ -22,8 +22,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]}