mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +02:00
fasteners: fix python suffixes
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Python cross platform locks for threads and processes."
|
||||
HOMEPAGE="https://github.com/harlowja/fasteners"
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="2014-2021 fasteners authors"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/f/fasteners/fasteners-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c995d8c26b017c5d6a6de9ad29a0f9cdd57de61ae1113d28fac26622b06a0933"
|
||||
|
||||
@@ -20,7 +20,7 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python3 python38 python39)
|
||||
PYTHON_PACKAGES=(python3 python38 python39)
|
||||
PYTHON_VERSIONS=(3.7 3.8 3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
|
||||
Reference in New Issue
Block a user