blob: 2dd0c364c6714682634ade989182627404b0f415 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= num2words
PORTVERSION= 0.5.9
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:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|