Files
ports/misc/py-smdebug-rulesconfig/Makefile
T
Po-Chuan Hsieh e6d9de4b63 misc/py-smdebug-rulesconfig: Fix stage-qa
- Bump PORTREVISION for package change

====> Running Q/A tests (stage-qa)
Error: Python package installs top-level 'tests/' directory in site-packages
Error:   Location: lib/python3.11/site-packages/tests
Error: This causes file conflicts with other packages. Exclude it via pyproject.toml:
Error:   [tool.setuptools.packages.find]
Error:   exclude = ["tests", "tests.*"]
Error: See: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
*** Error code 1

Approved by:	portmgr (blanket)
With hat:	python
2026-06-27 04:47:48 +08:00

21 lines
479 B
Makefile

PORTNAME= smdebug-rulesconfig
DISTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= misc python # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= SageMaker: SMDebug RulesConfig (library for Amazon Sagemaker)
WWW= https://github.com/awslabs/sagemaker-debugger-rulesconfig
LICENSE= APACHE20
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>