mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
mechanize: bump version.
This commit is contained in:
@@ -24,7 +24,7 @@ COPYRIGHT="2002-2010 John J. Lee
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/python-mechanize/mechanize/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="377ca7b2160716857a2035d986abba1c133f4f80939c19002333c82bd4c01e98"
|
||||
CHECKSUM_SHA256="7c452a3eed7f83a13674027a58a4afe57ca67630d252a789ac1c15dcd55d310c"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -39,8 +39,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python)
|
||||
PYTHON_VERSIONS=(2.7)
|
||||
PYTHON_PACKAGES=(python python3)
|
||||
PYTHON_VERSIONS=(2.7 3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
Reference in New Issue
Block a user