python/setuptools-rust: replace deprecated wheel.bdist_wheel
[oi-userland.git] / components / python / serpent / Makefile
blobcce1a20103ea644759d7f67e19b67106654c9022
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 serpent
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = serpent
22 HUMAN_VERSION = 1.41
23 COMPONENT_SUMMARY = serpent - Serialization based on ast.literal_eval
24 COMPONENT_PROJECT_URL = https://github.com/irmen/Serpent
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/5c/b4/6dee78c531270d98b4166971c0d8b1432af05e10f887d52dbf536aaa23e3/serpent-1.41.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:0407035fe3c6644387d48cff1467d5aa9feff814d07372b78677ed0ee3ed7095
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE
32 TEST_STYLE = pytest
34 include $(WS_MAKE_RULES)/common.mk
36 # Auto-generated dependencies
37 PYTHON_REQUIRED_PACKAGES += runtime/python