From owner-svn-ports-head@freebsd.org Sat Dec 3 10:31:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 161DAC64466; Sat, 3 Dec 2016 10:31:39 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAFE21B40; Sat, 3 Dec 2016 10:31:38 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB3AVb6I048540; Sat, 3 Dec 2016 10:31:38 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB3AVb91048536; Sat, 3 Dec 2016 10:31:37 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201612031031.uB3AVb91048536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 3 Dec 2016 10:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427608 - in head/graphics: . py-leather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 10:31:39 -0000 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 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/