ports/devel/py-fastprogress/Makefile
Danilo G. Baio 69b20ec5bc devel/py-fastprogress: Not compatible with Python 2
Missing dependency (configparser) and invalid syntax.

File "/usr/local/lib/python2.7/site-packages/fastprogress/fastprogress.py", line 72
    end = '' if len(self.comment) == 0 else f' {self.comment}'
SyntaxError: invalid syntax

File "/usr/local/lib/python2.7/site-packages/fastprogress/core.py", line 10
    if h!= 0: return f'{h}:{m:02d}:{s:02d}'
SyntaxError: invalid syntax

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2020-08-19 22:47:31 +00:00

20 lines
362 B
Makefile

# $FreeBSD$
PORTNAME= fastprogress
DISTVERSION= 0.2.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Nested progress with plotting options
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>