blob: bd1d12b1b3dde1c0688fa909cfbe37a5ce16f8b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= python-pygtrie
PORTVERSION= 2.5.0
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pygtrie-${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Pure Python trie data structure implementation
WWW= https://github.com/mina86/pygtrie
LICENSE= APACHE20
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} test.py
# tests as of 2.5.0: 450 tests in 2.674s, OK
.include <bsd.port.mk>
|