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

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

Revision 1.2, Mon May 6 12:23:11 2024 UTC (3 weeks, 6 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines

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

COMMENT=	setuptools extensions for calendar-based versioning

MODPY_EGG_VERSION=	2022.6.26
DISTNAME=	calver-${MODPY_EGG_VERSION}
PKGNAME=	py-${DISTNAME}
REVISION=	0

CATEGORIES=	devel

HOMEPAGE=	https://github.com/di/calver

# MIT
PERMIT_PACKAGE=	Yes

MODULES=	lang/python
MODPY_PI=	Yes
MODPY_PYBUILD=	setuptools

# not in pypi distfile
NO_TEST=	Yes

FLAVORS=	python3
FLAVOR=		python3

.include <bsd.port.mk>