From owner-svn-ports-all@freebsd.org Fri Mar 23 08:28:06 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 0BF5CF533B2; Fri, 23 Mar 2018 08:28:06 +0000 (UTC) (envelope-from makc@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 A68DD86E2F; Fri, 23 Mar 2018 08:28:05 +0000 (UTC) (envelope-from makc@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 9E1801D701; Fri, 23 Mar 2018 08:28:05 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2N8S5kY054861; Fri, 23 Mar 2018 08:28:05 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2N8S55X054860; Fri, 23 Mar 2018 08:28:05 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201803230828.w2N8S55X054860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Fri, 23 Mar 2018 08:28:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465335 - head/math/py-PyWavelets X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: head/math/py-PyWavelets X-SVN-Commit-Revision: 465335 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: Fri, 23 Mar 2018 08:28:06 -0000 Author: makc Date: Fri Mar 23 08:28:05 2018 New Revision: 465335 URL: https://svnweb.freebsd.org/changeset/ports/465335 Log: math/py-PyWavelets: - Don't restrict the port for Python 2.x only PR: 226798 Approved by: Eric Camachat (maintainer) Modified: head/math/py-PyWavelets/Makefile Modified: head/math/py-PyWavelets/Makefile ============================================================================== --- head/math/py-PyWavelets/Makefile Fri Mar 23 07:15:48 2018 (r465334) +++ head/math/py-PyWavelets/Makefile Fri Mar 23 08:28:05 2018 (r465335) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USE_GITHUB= yes GH_PROJECT= pywt -USES= cpe python:2.7 +USES= cpe python USE_PYTHON= autoplist distutils cython cython_run PYDISTUTILS_BUILD_TARGET= build build_ext