svn commit: r423221 - in head/devel: . py-ipython_genutils

Antoine Brodin antoine at FreeBSD.org
Mon Oct 3 19:06:33 UTC 2016


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 at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	ipython_genutils
+PORTVERSION=	0.1.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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


More information about the svn-ports-all mailing list