update to py3-test-benchmark-4.0.0
This commit is contained in:
parent
fcb28fbc46
commit
c8ab0e122a
@ -1,10 +1,9 @@
|
||||
COMMENT = fixture for benchmarking code
|
||||
COMMENT = pytest fixture for benchmarking code
|
||||
|
||||
MODPY_EGG_VERSION = 3.4.1
|
||||
MODPY_EGG_VERSION = 4.0.0
|
||||
DISTNAME = pytest-benchmark-${MODPY_EGG_VERSION}
|
||||
PKGNAME = ${DISTNAME:S/py/py-/}
|
||||
CATEGORIES = devel
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = https://pytest-benchmark.readthedocs.io/en/stable/
|
||||
|
||||
@ -19,9 +18,10 @@ MODPY_PYTEST_ARGS = tests
|
||||
|
||||
RUN_DEPENDS = devel/py-test${MODPY_FLAVOR} \
|
||||
sysutils/py-cpuinfo${MODPY_FLAVOR}
|
||||
# some tests want graphics/py-pygal (in ports) and pygaljs (not yet)
|
||||
# some tests want pygaljs and aspectlib (not yet in ports)
|
||||
TEST_DEPENDS = ${FULLPKGNAME}:${FULLPKGPATH} \
|
||||
devel/py-freezegun${MODPY_FLAVOR} \
|
||||
graphics/py-pygal${MODPY_FLAVOR} \
|
||||
textproc/py-elasticsearch${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS = python3
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pytest-benchmark-3.4.1.tar.gz) = QOJj+RLeWoHYkWGQMpg1V9YqPYWEP5qfMLmLrqDNe0c=
|
||||
SIZE (pytest-benchmark-3.4.1.tar.gz) = 340349
|
||||
SHA256 (pytest-benchmark-4.0.0.tar.gz) = +weFuD7+WZpqlWNhwGka4du1MYAYVhrxDz6RXKoASNE=
|
||||
SIZE (pytest-benchmark-4.0.0.tar.gz) = 334641
|
||||
|
@ -32,8 +32,6 @@ lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/${MODPY_PYCACHE}hooksp
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/${MODPY_PYCACHE}hookspec.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/${MODPY_PYCACHE}logger.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/${MODPY_PYCACHE}logger.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/${MODPY_PYCACHE}pep418.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/${MODPY_PYCACHE}pep418.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/${MODPY_PYCACHE}plugin.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/${MODPY_PYCACHE}plugin.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/${MODPY_PYCACHE}session.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
@ -53,7 +51,6 @@ lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/fixture.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/histogram.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/hookspec.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/logger.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/pep418.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/plugin.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/session.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_benchmark/stats.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user