fritzkink
2023-11-28 0e6b8465e1fa76dd600d4a240e95735e71db5d7c
templates/python.mk
@@ -1,16 +1,20 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"). You may
# only use this file in accordance with the terms of the CDDL.
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2016 <contributor name>
# Copyright 2023 <contributor>
#
BUILD_BITS=NO_ARCH
BUILD_STYLE=setup.py
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=
@@ -25,12 +29,8 @@
COMPONENT_ARCHIVE_HASH=
COMPONENT_LICENSE=
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk
build:          $(BUILD_NO_ARCH)
# Build dependencies
REQUIRED_PACKAGES+=
install:        $(INSTALL_NO_ARCH)
test:           $(NO_TESTS)