pychart: remove python 3.6

This commit is contained in:
Jerome Duval
2021-11-23 19:58:34 +01:00
parent e423579a62
commit 542c48e796

View File

@@ -6,7 +6,7 @@ HOMEPAGE="https://github.com/Infinite-Code/PyChart
https://pypi.org/project/Python-Chart/"
COPYRIGHT="1999-2006 Yasushi Saito"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
srcGitRev="b4613586ba193a1c8860e1e06c0190246325236b"
SOURCE_URI="https://github.com/Infinite-Code/PyChart/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="7c8d7d0b7ca0843b07f1780382a161990b97e998f8b45a8f0ff91c1cf449343c"
@@ -33,7 +33,7 @@ BUILD_PREREQUIRES="
"
PYTHON_PACKAGES=(python python3)
PYTHON_VERSIONS=(2.7 3.6)
PYTHON_VERSIONS=(2.7 3.7)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}