Date: Fri, 25 Dec 2015 07:47:01 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404407 - in head/devel: . py-cycler Message-ID: <201512250747.tBP7l10g094798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Fri Dec 25 07:47:01 2015 New Revision: 404407 URL: https://svnweb.freebsd.org/changeset/ports/404407 Log: Add py-cycler 0.9.0, composable style cycles. PR: 205594 Submitted by: Yuri Victorovich <yuri@rawbw.com> Added: head/devel/py-cycler/ head/devel/py-cycler/Makefile (contents, props changed) head/devel/py-cycler/distinfo (contents, props changed) head/devel/py-cycler/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 25 07:40:36 2015 (r404406) +++ head/devel/Makefile Fri Dec 25 07:47:01 2015 (r404407) @@ -3977,6 +3977,7 @@ SUBDIR += py-ctags SUBDIR += py-curtsies SUBDIR += py-cxx + SUBDIR += py-cycler SUBDIR += py-d2to1 SUBDIR += py-daemon SUBDIR += py-daemons Added: head/devel/py-cycler/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cycler/Makefile Fri Dec 25 07:47:01 2015 (r404407) @@ -0,0 +1,23 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= cycler +PORTVERSION= 0.9.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +MASTER_SITE_SUBDIR= source/C/Cycler +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Composable style cycles + +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-cycler/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cycler/distinfo Fri Dec 25 07:47:01 2015 (r404407) @@ -0,0 +1,2 @@ +SHA256 (cycler-0.9.0.tar.gz) = 96dc4ddf27ef62c09990c6196ac1167685e89168042ec0ae4db586de023355bc +SIZE (cycler-0.9.0.tar.gz) = 3472 Added: head/devel/py-cycler/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cycler/pkg-descr Fri Dec 25 07:47:01 2015 (r404407) @@ -0,0 +1,4 @@ +Composable style cycles. + +WWW: http://github.com/matplotlib/cycler/ +WWW: https://pypi.python.org/pypi/Cycler/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512250747.tBP7l10g094798>