mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
Python unicode sparkline generation library pysparklines is a unicode sparkline generation library. Python clone of https://github.com/holman/spark Takes series data via stdin, command line, or API and prints a sparkline representation. Output is always UTF-8 encoded. WWW: https://github.com/RedKrieg/pysparklines
19 lines
370 B
Makefile
19 lines
370 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pysparklines
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Unicode sparkline generation library in Python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|