mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
404 B
Makefile
24 lines
404 B
Makefile
COMMENT = common utilities for Synapse, Sydent and Sygnal
|
|
|
|
MODPY_DISTV = 1.3.0
|
|
|
|
DISTNAME = matrix_common-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 3
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/matrix-org/matrix-python-common
|
|
|
|
# Apache 2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-attrs
|
|
|
|
.include <bsd.port.mk>
|