mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
d04d537747
<!--next-version-placeholder-->
* Give `Rect.round()` the same API as `round()` ([`169bf73`](169bf735bf
))
PR: ports/280947
Reported by: Älven <alster@vinterdalen.se>
20 lines
365 B
Makefile
20 lines
365 B
Makefile
PORTNAME= vecrec
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= 2D vector and rectangle classes
|
|
WWW= https://pypi.org/project/vecrec/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|