mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
cssselect: bump, pyversion (#4228)
This commit is contained in:
@@ -4,11 +4,11 @@ expressions. Such expressions can be used in lxml or another XPath \
|
||||
engine to find the matching elements in an XML or HTML document."
|
||||
HOMEPAGE="https://pythonhosted.org/cssselect/
|
||||
https://pypi.python.org/pypi/cssselect"
|
||||
COPYRIGHT="2007-2012 Ian Bicking and contributors"
|
||||
COPYRIGHT="2007-2019 Ian Bicking and contributors"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/scrapy/cssselect/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="cdfa17ab5dc8818209f310a930b18d3035a4585ddd2c179e833036e2dde511c6"
|
||||
CHECKSUM_SHA256="dde8c1d4a2c82de6889a3af1c1adbce1a6f3ec08b07a854d873f3f3da92960af"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -23,8 +23,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
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