Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2016 19:06:32 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423221 - in head/devel: . py-ipython_genutils
Message-ID:  <201610031906.u93J6WMu062519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Oct  3 19:06:31 2016
New Revision: 423221
URL: https://svnweb.freebsd.org/changeset/ports/423221

Log:
  New port: devel/py-ipython_genutils
  
  Vestigial utilities from IPython.
  WWW: https://pypi.python.org/pypi/ipython_genutils
  
  PR:		213165
  Submitted by:	Yuri Victorovich

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Oct  3 18:57:44 2016	(r423220)
+++ head/devel/Makefile	Mon Oct  3 19:06:31 2016	(r423221)
@@ -4190,6 +4190,7 @@
     SUBDIR += py-ioflo
     SUBDIR += py-ipaddr
     SUBDIR += py-ipdb
+    SUBDIR += py-ipython_genutils
     SUBDIR += py-iso8601
     SUBDIR += py-isodate
     SUBDIR += py-iterpipes

Added: head/devel/py-ipython_genutils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ipython_genutils/Makefile	Mon Oct  3 19:06:31 2016	(r423221)
@@ -0,0 +1,20 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	ipython_genutils
+PORTVERSION=	0.1.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@rawbw.com
+COMMENT=	Vestigial utilities from IPython
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING.md
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-ipython_genutils/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ipython_genutils/distinfo	Mon Oct  3 19:06:31 2016	(r423221)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475448847
+SHA256 (ipython_genutils-0.1.0.tar.gz) = 3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6
+SIZE (ipython_genutils-0.1.0.tar.gz) = 22255

Added: head/devel/py-ipython_genutils/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ipython_genutils/pkg-descr	Mon Oct  3 19:06:31 2016	(r423221)
@@ -0,0 +1,3 @@
+Vestigial utilities from IPython.
+
+WWW: https://pypi.python.org/pypi/ipython_genutils



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