ports/devel/py-ordered-set/Makefile

26 lines
447 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= ordered sets in Python
MODPY_EGG_VERSION= 4.1.0
DISTNAME= ordered-set-${MODPY_EGG_VERSION}
PKGNAME= py-ordered-set-${MODPY_EGG_VERSION}
REVISION= 1
CATEGORIES= devel
MAINTAINER= Clemens Goessnitzer <clemens@goessnitzer.info>
HOMEPAGE= https://github.com/rspeer/ordered-set
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
FLAVORS= python3
FLAVOR= python3
MODPY_PYBUILD= flit_core
MODPY_PI= Yes
.include <bsd.port.mk>