xrandr: update to 1.5.3
[oi-userland.git] / components / python / WebTest / Makefile
blob4bc538f2e8b0218727ec895edfdacbe2efa0f751
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project -d python/WebTest webtest
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = webtest
22 HUMAN_VERSION = 3.0.1
23 COMPONENT_SUMMARY = Helper to test WSGI applications
24 COMPONENT_PROJECT_URL = https://docs.pylonsproject.org/projects/webtest/en/latest/
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:493b5c802f8948a65b5e3a1ad5b2524ee5e1ab60cd713d9a3da3b8da082c06fe
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = license.rst
30 include $(WS_MAKE_RULES)/common.mk
32 # We do not have pyquery packaged yet
33 PYTEST_ADDOPTS += --deselect tests/test_response.py::TestResponse::test_pyquery
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += library/python/beautifulsoup4
37 PYTHON_REQUIRED_PACKAGES += library/python/waitress
38 PYTHON_REQUIRED_PACKAGES += library/python/webob
39 PYTHON_REQUIRED_PACKAGES += runtime/python
40 TEST_REQUIRED_PACKAGES.python += library/python/coverage
41 TEST_REQUIRED_PACKAGES.python += library/python/pastedeploy
42 TEST_REQUIRED_PACKAGES.python += library/python/pytest
43 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
44 TEST_REQUIRED_PACKAGES.python += library/python/wsgiproxy2