kmos 2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00

26 lines
488 B
Makefile

# $OpenBSD: Makefile,v 1.5 2021/05/21 19:50:28 kmos Exp $
COMMENT = easy to use progressbar library for python
MODPY_EGG_VERSION = 1.5
DISTNAME = progress-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
REVISION = 0
HOMEPAGE = https://github.com/verigak/progress/
MAINTAINER = Timo Myyra <timo.myyra@bittivirhe.fi>
# ISC
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>