From owner-svn-ports-all@freebsd.org Sat Mar 31 08:08:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D343F6CA6F; Sat, 31 Mar 2018 08:08:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C205D77812; Sat, 31 Mar 2018 08:08:19 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB59B1521E; Sat, 31 Mar 2018 08:08:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2V88JbH004276; Sat, 31 Mar 2018 08:08:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2V88JRX004272; Sat, 31 Mar 2018 08:08:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803310808.w2V88JRX004272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 31 Mar 2018 08:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466030 - in head/devel: . py-PyUtilib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-PyUtilib X-SVN-Commit-Revision: 466030 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2018 08:08:20 -0000 Author: yuri Date: Sat Mar 31 08:08:19 2018 New Revision: 466030 URL: https://svnweb.freebsd.org/changeset/ports/466030 Log: New port: devel/py-PyUtilib: Collection of Python utilities Added: head/devel/py-PyUtilib/ head/devel/py-PyUtilib/Makefile (contents, props changed) head/devel/py-PyUtilib/distinfo (contents, props changed) head/devel/py-PyUtilib/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Mar 31 08:02:23 2018 (r466029) +++ head/devel/Makefile Sat Mar 31 08:08:19 2018 (r466030) @@ -4208,6 +4208,7 @@ SUBDIR += py-PyExecJS SUBDIR += py-PyLD SUBDIR += py-PyODE + SUBDIR += py-PyUtilib SUBDIR += py-QtPy SUBDIR += py-RPyC SUBDIR += py-Record Added: head/devel/py-PyUtilib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-PyUtilib/Makefile Sat Mar 31 08:08:19 2018 (r466030) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= PyUtilib +DISTVERSION= 5.6.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Collection of Python utilities + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes + +.include Added: head/devel/py-PyUtilib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-PyUtilib/distinfo Sat Mar 31 08:08:19 2018 (r466030) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522482630 +SHA256 (PyUtilib-5.6.2.tar.gz) = fb8952ff11b4bc4dcb72f4c68e32983732cf5efa59d4627c3c0b8983e7b43e9f +SIZE (PyUtilib-5.6.2.tar.gz) = 171055 Added: head/devel/py-PyUtilib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-PyUtilib/pkg-descr Sat Mar 31 08:08:19 2018 (r466030) @@ -0,0 +1,6 @@ +The PyUtilib project supports a collection of Python utilities, including a +well-developed component architecture and extensions to the PyUnit testing +framework. PyUtilib has been developed to support several Python-centric +projects, especially Pyomo. + +WWW: https://github.com/PyUtilib/pyutilib