From owner-svn-ports-head@freebsd.org Mon Oct 3 19:06:33 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 878D6AF3975; Mon, 3 Oct 2016 19:06:33 +0000 (UTC) (envelope-from antoine@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 3C514A74; Mon, 3 Oct 2016 19:06:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u93J6WCL062524; Mon, 3 Oct 2016 19:06:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u93J6WMu062519; Mon, 3 Oct 2016 19:06:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610031906.u93J6WMu062519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 3 Oct 2016 19:06:32 +0000 (UTC) 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 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: Mon, 03 Oct 2016 19:06:33 -0000 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 +# $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 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