mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 10:10:06 +02:00
smmap: bump version.
This commit is contained in:
@@ -12,8 +12,9 @@ HOMEPAGE="https://pypi.org/project/smmap/"
|
||||
COPYRIGHT="2011-2015 Sebastian Thiel"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/bc/aa/b744b3761fff1b10579df996a2d2e87f124ae07b8336e37edc89cc502f86/smmap-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0e2b62b497bd5f0afebc002eda4d90df9d209c30ef257e8673c90a6b5c119d62"
|
||||
SOURCE_URI="https://pypi.io/packages/source/s/smmap2/smmap2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="29a9ffa0497e7f2be94ca0ed1ca1aa3cd4cf25a1f6b4f5f87f74b46ed91d609a"
|
||||
SOURCE_DIR="smmap2-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -28,8 +29,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python3)
|
||||
PYTHON_VERSIONS=(3.6)
|
||||
PYTHON_PACKAGES=(python36 python3)
|
||||
PYTHON_VERSIONS=(3.6 3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
Reference in New Issue
Block a user