uwimap: fix build using gcc14 and recompile for library/security/openssl-3
[oi-userland.git] / components / python / smartypants / Makefile
blob60b6e1a4b559b5d3ea73f37776a422b10132fba3
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 smartypants
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = smartypants
22 HUMAN_VERSION = 2.0.1
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = smartypants - Python with the SmartyPants
25 COMPONENT_PROJECT_URL = https://github.com/leohemsted/smartypants.py
26 COMPONENT_ARCHIVE_URL = \
27 https://github.com/leohemsted/smartypants.py/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:b98191911ff3b4144ef8ad53e776a2d0ad24bd508a905c6ce523597c40022773
30 COMPONENT_LICENSE = BSD-2-Clause AND BSD-3-Clause
31 COMPONENT_LICENSE_FILE = COPYING
33 TEST_STYLE = pytest
35 COMPONENT_SRC = smartypants.py-$(HUMAN_VERSION)
37 include $(WS_MAKE_RULES)/common.mk
39 # Auto-generated dependencies
40 PYTHON_REQUIRED_PACKAGES += runtime/python