ports/devel/py-awesomeversion/Makefile
Po-Chuan Hsieh 30a32a0198
devel/py-awesomeversion: Update to 24.6.0
- Convert to USE_PYTHON=pep517
- Update pkg-descr

Changes:	https://github.com/ludeeus/awesomeversion/releases
2024-09-18 14:13:12 +08:00

21 lines
489 B
Makefile

PORTNAME= awesomeversion
PORTVERSION= 24.6.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= One version package to rule them all
WWW= https://github.com/ludeeus/awesomeversion
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE.md
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>