mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
pycrypto: bump revision for python 3.7.
This commit is contained in:
@@ -7,7 +7,7 @@ etc.).
|
||||
HOMEPAGE="http://pypi.python.org/pypi/pycrypto/2.6"
|
||||
LICENSE="pycrypto"
|
||||
COPYRIGHT="2010 Dwayne C. Litzenberger"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/p/pycrypto/pycrypto-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c"
|
||||
|
||||
@@ -28,8 +28,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:cc
|
||||
"
|
||||
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]}
|
||||
|
||||
Reference in New Issue
Block a user