- adjust flit-core requirement as needed ChangeLog: https://gitlab.com/dslackw/colored/-/blob/2.2.5/CHANGES.md?ref_type=tags#version-225---27-01-2025 PR: 284642
21 lines
455 B
Makefile
21 lines
455 B
Makefile
PORTNAME= colored
|
|
DISTVERSION= 2.2.5
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= timp87@gmail.com
|
|
COMMENT= Very simple Python library for color and formatting in terminal
|
|
WWW= https://gitlab.com/dslackw/colored
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.10.1<4:devel/py-flit-core@${PY_FLAVOR}
|
|
|
|
USES= python:3.9+
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|