From owner-svn-ports-all@freebsd.org Fri Sep 15 05:50:45 2017 Return-Path: Delivered-To: svn-ports-all@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 3B61FE018F2; Fri, 15 Sep 2017 05:50:45 +0000 (UTC) (envelope-from sunpoet@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 085067D2DA; Fri, 15 Sep 2017 05:50:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8F5oih1038139; Fri, 15 Sep 2017 05:50:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8F5oihw038137; Fri, 15 Sep 2017 05:50:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709150550.v8F5oihw038137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 Sep 2017 05:50:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449872 - head/math/py-numexpr X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-numexpr X-SVN-Commit-Revision: 449872 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.23 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: Fri, 15 Sep 2017 05:50:45 -0000 Author: sunpoet Date: Fri Sep 15 05:50:43 2017 New Revision: 449872 URL: https://svnweb.freebsd.org/changeset/ports/449872 Log: Update to 2.6.3 - Use USES=dos2unix Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst Modified: head/math/py-numexpr/Makefile head/math/py-numexpr/distinfo Modified: head/math/py-numexpr/Makefile ============================================================================== --- head/math/py-numexpr/Makefile Fri Sep 15 00:20:37 2017 (r449871) +++ head/math/py-numexpr/Makefile Fri Sep 15 05:50:43 2017 (r449872) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numexpr -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.3 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,11 @@ COMMENT= Fast numerical array expression evaluator for LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.6,1:math/py-numpy +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= autoplist concurrent distutils -USES= python +USES= dos2unix python post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/numexpr/interpreter.so Modified: head/math/py-numexpr/distinfo ============================================================================== --- head/math/py-numexpr/distinfo Fri Sep 15 00:20:37 2017 (r449871) +++ head/math/py-numexpr/distinfo Fri Sep 15 05:50:43 2017 (r449872) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485797797 -SHA256 (numexpr-2.6.2.tar.gz) = 6ab8ff5c19e7f452966bf5a3220b845cf3244fe0b96544f7f9acedcc2db5c705 -SIZE (numexpr-2.6.2.tar.gz) = 90970 +TIMESTAMP = 1505424252 +SHA256 (numexpr-2.6.3.tar.gz) = 58fb9d6157777be515aae36da9a8859cd381b0f9c8e2ca16d392840be57300de +SIZE (numexpr-2.6.3.tar.gz) = 90398