ports/devel/py-memory-profiler/Makefile
Po-Chuan Hsieh d5c48940c8
devel/py-memory-profiler: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-04-09 04:17:12 +08:00

30 lines
880 B
Makefile

PORTNAME= memory-profiler
PORTVERSION= 0.61.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= memory_profiler-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for monitoring memory usage of a python program
WWW= https://github.com/pythonprofilers/memory_profiler
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
OPTIONS_DEFINE= MATPLOTLIB
MATPLOTLIB_DESC=Plot support via matplotlib
MATPLOTLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
.include <bsd.port.mk>