Files
ports/math/py-luminol/Makefile
T
Muhammad Moinur Rahman db10976980 math/py-luminol: Mark DEPRECATED
- Last project activity was in 2016
- The project has also been moved to LinkedInAttic account in GH which
  are no longer maintained by LinkedIn
- Set EXPIRATION_DATE 2026-07-28
- Update WWW
2026-06-28 16:13:33 +02:00

27 lines
732 B
Makefile

PORTNAME= luminol
DISTVERSION= 0.4
PORTREVISION= 5
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight python library for time series data analysis
WWW= https://github.com/LinkedInAttic/naarad
LICENSE= APACHE20
DEPRECATED= Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account.
EXPIRATION_DATE= 2026-07-31
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>