mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
26 lines
464 B
Makefile
26 lines
464 B
Makefile
COMMENT = python implementation of the blurhash algorithm
|
|
|
|
MODPY_DISTV = 1.1.4
|
|
|
|
DISTNAME = blurhash-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 4
|
|
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = https://github.com/halcy/blurhash-python
|
|
|
|
MAINTAINER = Pamela Mosiejczuk <pamela@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
TEST_DEPENDS = graphics/py-Pillow \
|
|
math/py-numpy
|
|
|
|
.include <bsd.port.mk>
|