mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
18 lines
291 B
Makefile
18 lines
291 B
Makefile
COMMENT= backport of Python 3.11 ExceptionGroup class (PEP 654)
|
|
|
|
MODPY_DISTV = 1.3.1
|
|
DISTNAME= exceptiongroup-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= flit_scm
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|