blob: 66bb06e9314eb25253b7706992a3543c7b7bace1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= traits
PORTVERSION= 7.0.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Explicitly Typed Attributes for Python
WWW= https://pypi.org/project/traits/
LICENSE= BSD3CLAUSE PSFL
LICENSE_COMB= multi
BUILD_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|