From owner-svn-ports-head@freebsd.org Wed Jan 20 21:08:30 2021 Return-Path: Delivered-To: svn-ports-head@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 A3A5D4DA1BC; Wed, 20 Jan 2021 21:08:30 +0000 (UTC) (envelope-from thierry@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DLdRL449Zz3r4T; Wed, 20 Jan 2021 21:08:30 +0000 (UTC) (envelope-from thierry@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 7E7EB1FB7B; Wed, 20 Jan 2021 21:08:30 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10KL8U4a066734; Wed, 20 Jan 2021 21:08:30 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10KL8TM8066731; Wed, 20 Jan 2021 21:08:29 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202101202108.10KL8TM8066731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 20 Jan 2021 21:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562159 - head/math/py-pplpy X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/math/py-pplpy X-SVN-Commit-Revision: 562159 X-SVN-Commit-Repository: ports 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.34 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: Wed, 20 Jan 2021 21:08:30 -0000 Author: thierry Date: Wed Jan 20 21:08:29 2021 New Revision: 562159 URL: https://svnweb.freebsd.org/changeset/ports/562159 Log: - Upgrade to 0.8.7 - clang 11 is now supported - Strip the libraries - Add a test target. Modified: head/math/py-pplpy/Makefile head/math/py-pplpy/distinfo head/math/py-pplpy/pkg-plist Modified: head/math/py-pplpy/Makefile ============================================================================== --- head/math/py-pplpy/Makefile Wed Jan 20 20:39:21 2021 (r562158) +++ head/math/py-pplpy/Makefile Wed Jan 20 21:08:29 2021 (r562159) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pplpy -PORTVERSION= 0.8.4 -PORTREVISION= 2 +PORTVERSION= 0.8.7 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,25 +21,20 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libppl.so:devel/ppl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2-devel>0:math/py-gmpy2-devel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} +TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} USES= compiler:c++11-lang localbase python:3.6+ USE_PYTHON= cython distutils +.if !defined(WITH_DEBUG) +LDFLAGS+= -s +.endif + OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} DOCS_USES= gmake PORTDOCS= * -.include - -.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 110 -# error: cannot initialize a parameter of type 'bool' with an rvalue of type 'nullptr_t' -BUILD_DEPENDS+= ${LOCALBASE}/bin/clang10:devel/llvm10 -CPP= ${LOCALBASE}/bin/clang-cpp10 -CC= ${LOCALBASE}/bin/clang10 -CXX= ${LOCALBASE}/bin/clang++10 -.endif - do-build-DOCS-on: (cd ${WRKSRC}/docs && ${GMAKE} html) @@ -48,4 +42,7 @@ post-build-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} -R ${WRKSRC}/docs/build/html/* ${STAGEDIR}${DOCSDIR} -.include +do-test: install + (cd ${WRKSRC} && py.test) + +.include Modified: head/math/py-pplpy/distinfo ============================================================================== --- head/math/py-pplpy/distinfo Wed Jan 20 20:39:21 2021 (r562158) +++ head/math/py-pplpy/distinfo Wed Jan 20 21:08:29 2021 (r562159) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589635484 -SHA256 (pplpy-0.8.4.tar.gz) = b962914d5814edab320d00c11ca396b70c4ce1e67db7a6d59c4b0a3772a16836 -SIZE (pplpy-0.8.4.tar.gz) = 61932 +TIMESTAMP = 1611174666 +SHA256 (pplpy-0.8.7.tar.gz) = 500bd0f4ae1a76956fae7fcba77854f5ec3e64fce76803664983763c3f2bd8bd +SIZE (pplpy-0.8.7.tar.gz) = 65671 Modified: head/math/py-pplpy/pkg-plist ============================================================================== --- head/math/py-pplpy/pkg-plist Wed Jan 20 20:39:21 2021 (r562158) +++ head/math/py-pplpy/pkg-plist Wed Jan 20 21:08:29 2021 (r562159) @@ -3,6 +3,8 @@ %%PYTHON_SITELIBDIR%%/ppl/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/ppl/bit_arrays.pxd %%PYTHON_SITELIBDIR%%/ppl/bit_arrays.so +%%PYTHON_SITELIBDIR%%/ppl/congruence.pxd +%%PYTHON_SITELIBDIR%%/ppl/congruence.so %%PYTHON_SITELIBDIR%%/ppl/constraint.pxd %%PYTHON_SITELIBDIR%%/ppl/constraint.so %%PYTHON_SITELIBDIR%%/ppl/generator.pxd