diff options
| -rw-r--r-- | graphics/Makefile | 1 | ||||
| -rw-r--r-- | graphics/py-leather/Makefile | 21 | ||||
| -rw-r--r-- | graphics/py-leather/distinfo | 3 | ||||
| -rw-r--r-- | graphics/py-leather/pkg-descr | 8 |
4 files changed, 33 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ee0d3824349c..08f4e37e241b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -859,6 +859,7 @@ SUBDIR += py-imageio SUBDIR += py-imagesize SUBDIR += py-imgurpython + SUBDIR += py-leather SUBDIR += py-mayavi SUBDIR += py-mcomix SUBDIR += py-ming diff --git a/graphics/py-leather/Makefile b/graphics/py-leather/Makefile new file mode 100644 index 000000000000..436eb1c24782 --- /dev/null +++ b/graphics/py-leather/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= leather +PORTVERSION= 0.3.2 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Charting library for those who need charts now + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/graphics/py-leather/distinfo b/graphics/py-leather/distinfo new file mode 100644 index 000000000000..482171b91f21 --- /dev/null +++ b/graphics/py-leather/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1480760246 +SHA256 (leather-0.3.2.tar.gz) = ba531a6723903ef387b9c6eadff0db7cd39da01066198f53cb985e8343a61284 +SIZE (leather-0.3.2.tar.gz) = 18080 diff --git a/graphics/py-leather/pkg-descr b/graphics/py-leather/pkg-descr new file mode 100644 index 000000000000..74d9dfabdb7c --- /dev/null +++ b/graphics/py-leather/pkg-descr @@ -0,0 +1,8 @@ +Leather is the Python charting library for those who need charts now +and don't care if they're perfect. + +Leather isn't picky. It's rough. It gets dirty. It looks sexy just +hanging on the back of a chair. Leather doesn't need your +accessories. Leather is how Snake Plissken would make charts. + +WWW: https://leather.readthedocs.io/en/0.3.3/ |
