From owner-svn-ports-all@freebsd.org Fri Sep 25 03:11:50 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8CA653E8AC8; Fri, 25 Sep 2020 03:11:50 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ByH523GRxz4YHq; Fri, 25 Sep 2020 03:11:50 +0000 (UTC) (envelope-from wen@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 54D5CC6F8; Fri, 25 Sep 2020 03:11:50 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08P3BoGc036395; Fri, 25 Sep 2020 03:11:50 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08P3BopU036393; Fri, 25 Sep 2020 03:11:50 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202009250311.08P3BopU036393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 25 Sep 2020 03:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549982 - head/science/py-scimath X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/science/py-scimath X-SVN-Commit-Revision: 549982 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.33 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, 25 Sep 2020 03:11:50 -0000 Author: wen Date: Fri Sep 25 03:11:49 2020 New Revision: 549982 URL: https://svnweb.freebsd.org/changeset/ports/549982 Log: - Update to 4.2.0 - Update MASTER_SITES - Switch to python3 Modified: head/science/py-scimath/Makefile head/science/py-scimath/distinfo Modified: head/science/py-scimath/Makefile ============================================================================== --- head/science/py-scimath/Makefile Fri Sep 25 02:55:38 2020 (r549981) +++ head/science/py-scimath/Makefile Fri Sep 25 03:11:49 2020 (r549982) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= scimath -PORTVERSION= 4.1.2 -PORTREVISION= 6 +PORTVERSION= 4.2.0 CATEGORIES= science math python -MASTER_SITES= http://www.enthought.com/repo/ets/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org @@ -14,11 +13,11 @@ COMMENT= Scientific and Mathematical calculations LICENSE= BSD3CLAUSE LGPL3 LICENSE_COMB= dual -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:devel/py-traits@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=0:devel/py-traits@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0:math/py-numpy@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:2.7 +USES= python USE_PYTHON= distutils autoplist .include Modified: head/science/py-scimath/distinfo ============================================================================== --- head/science/py-scimath/distinfo Fri Sep 25 02:55:38 2020 (r549981) +++ head/science/py-scimath/distinfo Fri Sep 25 03:11:49 2020 (r549982) @@ -1,2 +1,3 @@ -SHA256 (scimath-4.1.2.tar.gz) = f175ba482dbd4fa8154c6cb44ce8a582b0724c174b401642319f2316af70147e -SIZE (scimath-4.1.2.tar.gz) = 119399 +TIMESTAMP = 1601031913 +SHA256 (scimath-4.2.0.tar.gz) = 81b7261b27bcc812188ee4b9f4e7fdfea64f796db8bab19d090575c771f44eb1 +SIZE (scimath-4.2.0.tar.gz) = 89954