landry 2968f0670e Import py-progress 1.3, from MAINTAINER Timo Myyra
Provides easy progress reporting for Python.
There are 7 progress bars to choose from:
- Bar
- ChargingBar
- FillingSquaresBar
- FillingCirclesBar
- IncrementalBar
- PixelBar
- ShadyBar

Needed by an upcoming yle-dl update.
tweaks/ok sthen@
2017-08-29 16:47:27 +00:00

25 lines
486 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/08/29 16:47:27 landry Exp $
COMMENT = easy to use progressbar library for python
MODPY_EGG_VERSION = 1.3
DISTNAME = progress-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = http://github.com/verigak/progress/
MAINTAINER = Timo Myyra <timo.myyra@wickedbsd.net>
# ISC
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>