ports/devel/py-num2words/Makefile
Philippe Audeoud cccefc4e01 devel/py-num2words: update to 0.5.13
while here take maintainership

PR:	277412
Approved by:	maintainer (timeout), bapt (implicit)
2024-03-20 14:32:44 +01:00

18 lines
377 B
Makefile

PORTNAME= num2words
PORTVERSION= 0.5.13
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jonaspalm@posteo.de
COMMENT= Library to convert numbers to words in multiple languages
WWW= https://github.com/savoirfairelinux/num2words
LICENSE= LGPL21
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>