mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
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
20 lines
362 B
Makefile
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>
|