blob: 054a4f0d9086eca1c3a3ad24d44ccba8be039622 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= reals
PORTVERSION= 0.0.5
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Lightweight python3 library for arithmetic with real numbers
WWW= https://github.com/rubenvannieuwpoort/reals
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.10+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|