1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/graphics/py-vecrec/Makefile
Diane Bruce d04d537747 graphics/py-vecrec: update 0.3.0 -> 0.3.1
<!--next-version-placeholder-->

* Give `Rect.round()` the same API as `round()` ([`169bf73`](169bf735bf))

PR:		ports/280947
Reported by:	Älven <alster@vinterdalen.se>
2024-08-21 20:29:19 -04:00

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>