View | Details | Raw Unified | Return to bug 232700
Collapse All | Expand All

(-)devel/py-num2words/Makefile (+18 lines)
Line 0 Link Here
1
# Created by: Jonas Palm <jonaspalm@posteo.de>
2
# $FreeBSD$
3
4
PORTNAME=	num2words
5
PORTVERSION=	0.5.7
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	python@FreeBSD.org
11
COMMENT=	Library to convert numbers to words in multiple languages
12
13
LICENSE=	LGPL21
14
15
USES=		python
16
USE_PYTHON=	distutils autoplist
17
18
.include <bsd.port.mk>
(-)devel/py-num2words/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1540541567
2
SHA256 (num2words-0.5.7.tar.gz) = ac4b5971b427611bc565c395e95289ba09b3b1c0fb041ad2538786dde816d664
3
SIZE (num2words-0.5.7.tar.gz) = 94066
(-)devel/py-num2words/pkg-descr (+6 lines)
Line 0 Link Here
1
num2words is a library that converts numbers like 42 to words like
2
forty-two. It supports multiple languages and can even generate ordinal
3
numbers like forty-second (although this last feature is a bit buggy
4
for some languages at the moment)
5
6
WWW: https://github.com/savoirfairelinux/num2words

Return to bug 232700