From owner-svn-ports-head@FreeBSD.ORG Tue May 7 19:42:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D90897B8; Tue, 7 May 2013 19:42:06 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B1ECEE67; Tue, 7 May 2013 19:42:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r47Jg6PY045797; Tue, 7 May 2013 19:42:06 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r47Jg61f045794; Tue, 7 May 2013 19:42:06 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201305071942.r47Jg61f045794@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 7 May 2013 19:42:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317631 - head/devel/py-pylib 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.14 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: Tue, 07 May 2013 19:42:06 -0000 Author: rm Date: Tue May 7 19:42:05 2013 New Revision: 317631 URL: http://svnweb.freebsd.org/changeset/ports/317631 Log: - update to 1.4.14 Modified: head/devel/py-pylib/Makefile head/devel/py-pylib/distinfo head/devel/py-pylib/pkg-descr Modified: head/devel/py-pylib/Makefile ============================================================================== --- head/devel/py-pylib/Makefile Tue May 7 19:41:26 2013 (r317630) +++ head/devel/py-pylib/Makefile Tue May 7 19:42:05 2013 (r317631) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylib -PORTVERSION= 1.4.13 +PORTVERSION= 1.4.14 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,6 @@ COMMENT= Agile development and test supp LICENSE= MIT -# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= py Modified: head/devel/py-pylib/distinfo ============================================================================== --- head/devel/py-pylib/distinfo Tue May 7 19:41:26 2013 (r317630) +++ head/devel/py-pylib/distinfo Tue May 7 19:42:05 2013 (r317631) @@ -1,2 +1,2 @@ -SHA256 (py-1.4.13.tar.gz) = ec1dc7fe04066e7ab93e1ac457f04bc301778a48bf368bf1796e84f500fda6f1 -SIZE (py-1.4.13.tar.gz) = 189278 +SHA256 (py-1.4.14.tar.gz) = a1915fffc0590a104fd033466469c7f074a1b524d1a08c7fc501f406a0d8526f +SIZE (py-1.4.14.tar.gz) = 188722 Modified: head/devel/py-pylib/pkg-descr ============================================================================== --- head/devel/py-pylib/pkg-descr Tue May 7 19:41:26 2013 (r317630) +++ head/devel/py-pylib/pkg-descr Tue May 7 19:42:05 2013 (r317631) @@ -1,9 +1,9 @@ The pylib is a development support library featuring these tools and APIs: - * py.path: uniform local and svn path objects - * py.apipkg: explicit API control and lazy-importing - * py.iniconfig: easy parsing of .ini files - * py.code: dynamic code generation and introspection - * py.path: uniform local and svn path objects + * py.path: uniform local and svn path objects + * py.apipkg: explicit API control and lazy-importing + * py.iniconfig: easy parsing of .ini files + * py.code: dynamic code generation and introspection + * py.path: uniform local and svn path objects WWW: http://pylib.org/