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

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

Revision 1.9, Mon May 6 12:23:31 2024 UTC (3 weeks, 5 days ago) by sthen
Branch: MAIN
Changes since 1.8: +1 -0 lines

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

COMMENT =		progress bar for Python

MODPY_EGG_VERSION =	4.65.0
DISTNAME =		tqdm-${MODPY_EGG_VERSION}
PKGNAME =		py-${DISTNAME}
REVISION =		0

CATEGORIES =		devel

HOMEPAGE =		https://github.com/tqdm/tqdm

MAINTAINER =		Laurence Tratt <laurie@tratt.net>

# MIT/MPLv2
PERMIT_PACKAGE =	Yes

MODULES =		lang/python

MODPY_PI =		Yes
MODPY_PYBUILD =		setuptools_scm

FLAVORS =		python3
FLAVOR =		python3

.include <bsd.port.mk>