mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 23:30:04 +02:00
urwid: bump version
enable 3.8, 3.9, remove 3.7
This commit is contained in:
@@ -5,8 +5,8 @@ HOMEPAGE="http://urwid.org/"
|
||||
COPYRIGHT="2004-2018 Ian Ward"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.org/packages/source/u/urwid/urwid-2.0.1.tar.gz"
|
||||
CHECKSUM_SHA256="644d3e3900867161a2fc9287a9762753d66bd194754679adb26aede559bcccbc"
|
||||
SOURCE_URI="https://pypi.org/packages/source/u/urwid/urwid-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -21,8 +21,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python3)
|
||||
PYTHON_VERSIONS=(3.6)
|
||||
PYTHON_PACKAGES=(python3 python38 python39)
|
||||
PYTHON_VERSIONS=(3.7 3.8 3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -57,5 +57,3 @@ INSTALL()
|
||||
$prefix/lib/python*
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user