mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
pytest, bump version (#5373)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
SUMMARY="A Python testing framework"
|
||||
DESCRIPTION="The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries."
|
||||
HOMEPAGE="https://pytest.org"
|
||||
COPYRIGHT="2004-2017 Holger Krekel and others."
|
||||
COPYRIGHT="2010-2020 Holger Krekel and others."
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/p/pytest/pytest-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0"
|
||||
CHECKSUM_SHA256="8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -35,10 +35,14 @@ REQUIRES_$pythonPackage=\"\
|
||||
cmd:python$pythonVersion\n\
|
||||
atomicwrites_$pythonPackage\n\
|
||||
attrs_$pythonPackage\n\
|
||||
iniconfig_$pythonPackage\n\
|
||||
importlib_metadata_$pythonPackage\n\
|
||||
pluggy_$pythonPackage\n\
|
||||
more_itertools_$pythonPackage\n\
|
||||
packaging_$pythonPackage\n\
|
||||
pyparsing_$pythonPackage\n\
|
||||
toml_$pythonPackage\n\
|
||||
zipp_$pythonPackage\n\
|
||||
py_$pythonPackage\
|
||||
\""
|
||||
BUILD_REQUIRES="$BUILD_REQUIRES
|
||||
Reference in New Issue
Block a user