[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / py-smmap

File: [local] / ports / devel / py-smmap / Makefile (download)

Revision 1.20, Mon May 6 12:23:31 2024 UTC (3 weeks, 5 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +1 -1 lines

bump REVISION for py3.10 -> py3.11 switch

COMMENT=		pure Python implementation of an SMM manager

MODPY_EGG_VERSION=	5.0.0
DISTNAME=		smmap-${MODPY_EGG_VERSION}
PKGNAME=		py-smmap-${MODPY_EGG_VERSION}
CATEGORIES=		devel
REVISION=		2

# BSD
PERMIT_PACKAGE=	Yes

MODULES=		lang/python

MODPY_PI=		Yes
MODPY_PYBUILD=		setuptools
MODPY_PYTEST_ARGS=	smmap/test

FLAVORS=		python3
FLAVOR=			python3

.include <bsd.port.mk>