python/coverage: update to 7.6.5
[oi-userland.git] / components / python / astor / Makefile
blob7315dd246d7edc3455f256291ca474efdd02a632
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 astor
17 BUILD_STYLE = setup.py
18 USE_COMMON_TEST_MASTER = no
20 include ../../../make-rules/shared-macros.mk
22 COMPONENT_NAME = astor
23 COMPONENT_VERSION = 0.8.1
24 COMPONENT_SUMMARY = astor - Read/rewrite/write Python ASTs
25 COMPONENT_PROJECT_URL = https://github.com/berkerpeksag/astor
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/5a/21/75b771132fee241dfe601d39ade629548a9626d1d39f333fde31bc46febe/astor-0.8.1.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e
30 COMPONENT_LICENSE = BSD-3-Clause
31 COMPONENT_LICENSE_FILE = LICENSE
33 TEST_STYLE = pytest
35 include $(WS_MAKE_RULES)/common.mk
37 # Auto-generated dependencies
38 PYTHON_REQUIRED_PACKAGES += runtime/python