Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Sep 2021 11:46:04 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3db44c67881 - main - math/py-PyWavelets: Remove invalid CPE information
Message-ID:  <202109041146.184Bk47S084880@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c3db44c6788103bbb38d014724b2108a5e931e99

commit c3db44c6788103bbb38d014724b2108a5e931e99
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-04 11:21:17 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-04 11:45:44 +0000

    math/py-PyWavelets: Remove invalid CPE information
    
    Approved by:    portmgr (blanket)
---
 math/py-PyWavelets/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-PyWavelets/Makefile b/math/py-PyWavelets/Makefile
index e333eb64d818..273528af5bf9 100644
--- a/math/py-PyWavelets/Makefile
+++ b/math/py-PyWavelets/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYNUMPY}
 USE_GITHUB=	yes
 GH_PROJECT=	pywt
 
-USES=		cpe python:3.7+
+USES=		python:3.7+
 USE_PYTHON=	autoplist distutils cython cython_run
 
 PYDISTUTILS_BUILD_TARGET=	build build_ext



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109041146.184Bk47S084880>