openbsd-ports/devel/py-frozenlist/Makefile
sthen 65efe59b97 import ports/devel/py-frozenlist, ok jca@
frozenlist.FrozenList is a list-like structure which implements
collections.abc.MutableSequence. The list is mutable until
FrozenList.freeze is called, after which list modifications raise
RuntimeError.
2023-01-30 22:20:30 +00:00

25 lines
413 B
Makefile

COMMENT= list-like structure implementing MutableSequence
MODPY_EGG_VERSION= 1.3.1
DISTNAME= frozenlist-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
# https://github.com/aio-libs/frozenlist
HOMEPAGE= https://frozenlist.readthedocs.io/
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>