mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 18:50:08 +02:00
tzlocal: bump version.
This commit is contained in:
@@ -8,7 +8,7 @@ LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/regebro/tzlocal/archive/$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="tzlocal-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4fc325121f6881b5872de15ad05e8f534e35171658519872f7c61c0e5bb7f371"
|
||||
CHECKSUM_SHA256="b7d71186f016732f65ad5f0a3fce6f43682a91a57a212fd57b43293ebd8afb42"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -21,16 +21,10 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
setuptools_python
|
||||
setuptools_python3
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
cmd:python3
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6)
|
||||
PYTHON_PACKAGES=(python python36 python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6 3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -53,6 +47,10 @@ for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pbr_$pythonPackage
|
||||
six_$pythonPackage
|
||||
"
|
||||
BUILD_REQUIRES="$BUILD_REQUIRES
|
||||
setuptools_$pythonPackage"
|
||||
BUILD_PREREQUIRES="$BUILD_PREREQUIRES
|
||||
cmd:python$pythonVersion"
|
||||
done
|
||||
|
||||
BUILD()
|
||||
Reference in New Issue
Block a user