svn commit: r404407 - in head/devel: . py-cycler

Vanilla I. Shu vanilla at FreeBSD.org
Fri Dec 25 07:47:03 UTC 2015


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 at 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 at 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 at 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/


More information about the svn-ports-all mailing list