mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 02:30:05 +02:00
mutagen: bump version (#4915)
Removed building the Python 2 package, it is no longer supported by mutagen.
This commit is contained in:
@@ -11,7 +11,7 @@ COPYRIGHT="Joe Wreschnig, Michael Urman, Lukáš Lalinský, Christoph Reiter, Be
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/source/m/$portName/$portName-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3a982d39f1b800520a32afdebe3543f972e83a6ddd0c0198739a161ee705b588"
|
||||
CHECKSUM_SHA256="56065d8a9ca0bc64610a4d0f37e2bd4453381dde3226b8835ee656faa3287be4"
|
||||
SOURCE_DIR="mutagen-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -27,8 +27,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python36 python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6 3.7)
|
||||
PYTHON_PACKAGES=(python36 python3)
|
||||
PYTHON_VERSIONS=(3.6 3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -45,7 +45,6 @@ BUILD_PREREQUIRES="$BUILD_PREREQUIRES
|
||||
cmd:python$pythonVersion"
|
||||
done
|
||||
|
||||
PROVIDES_python="$PROVIDES_python"
|
||||
PROVIDES_python36="$PROVIDES_python36"
|
||||
PROVIDES_python3="$PROVIDES_python3
|
||||
cmd:mid3cp
|
||||
Reference in New Issue
Block a user