Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 10:31:37 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427608 - in head/graphics: . py-leather
Message-ID:  <201612031031.uB3AVb91048536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sat Dec  3 10:31:37 2016
New Revision: 427608
URL: https://svnweb.freebsd.org/changeset/ports/427608

Log:
  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/

Added:
  head/graphics/py-leather/
  head/graphics/py-leather/Makefile   (contents, props changed)
  head/graphics/py-leather/distinfo   (contents, props changed)
  head/graphics/py-leather/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Dec  3 09:50:23 2016	(r427607)
+++ head/graphics/Makefile	Sat Dec  3 10:31:37 2016	(r427608)
@@ -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

Added: head/graphics/py-leather/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-leather/Makefile	Sat Dec  3 10:31:37 2016	(r427608)
@@ -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>

Added: head/graphics/py-leather/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-leather/distinfo	Sat Dec  3 10:31:37 2016	(r427608)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1480760246
+SHA256 (leather-0.3.2.tar.gz) = ba531a6723903ef387b9c6eadff0db7cd39da01066198f53cb985e8343a61284
+SIZE (leather-0.3.2.tar.gz) = 18080

Added: head/graphics/py-leather/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-leather/pkg-descr	Sat Dec  3 10:31:37 2016	(r427608)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612031031.uB3AVb91048536>