From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:56:00 2021 Return-Path: Delivered-To: svn-ports-branches@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 C20474D04CF; Sun, 24 Jan 2021 15:56:00 +0000 (UTC) (envelope-from antoine@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 4DNyJw574tz3jkL; Sun, 24 Jan 2021 15:56:00 +0000 (UTC) (envelope-from antoine@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 98803262A3; Sun, 24 Jan 2021 15:56:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10OFu0Zm096031; Sun, 24 Jan 2021 15:56:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10OFu04A096029; Sun, 24 Jan 2021 15:56:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202101241556.10OFu04A096029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Jan 2021 15:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r562484 - in branches/2021Q1/devel/py-python-dtrace: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in branches/2021Q1/devel/py-python-dtrace: . files X-SVN-Commit-Revision: 562484 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2021 15:56:00 -0000 Author: antoine Date: Sun Jan 24 15:55:59 2021 New Revision: 562484 URL: https://svnweb.freebsd.org/changeset/ports/562484 Log: MFH: r561084 r562477 devel/py-python-dtrace: Update to 0.0.11 I have committed changes upstream to allow building against Python3 as well as patches to build on FreeBSD, so the current patches are no longer needed. Reviewed by: swills Differential Revision: https://reviews.freebsd.org/D28020 Make sure SRC_BASE is defined before testing it Deleted: branches/2021Q1/devel/py-python-dtrace/files/ Modified: branches/2021Q1/devel/py-python-dtrace/Makefile branches/2021Q1/devel/py-python-dtrace/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/devel/py-python-dtrace/Makefile ============================================================================== --- branches/2021Q1/devel/py-python-dtrace/Makefile Sun Jan 24 15:38:29 2021 (r562483) +++ branches/2021Q1/devel/py-python-dtrace/Makefile Sun Jan 24 15:55:59 2021 (r562484) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-dtrace -PORTVERSION= 0.0.9 +PORTVERSION= 0.0.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,23 @@ COMMENT= DTrace consumer for Python based on libdtrace LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ zip +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= python:3.6+ USE_PYTHON= autoplist distutils cython cython_run -.if !exists(${SRC_BASE}/sys/cddl/contrib/opensolaris/uts/common/dtrace.h) -IGNORE= you must have "device dtrace" included in your kernel to build this package +.include + +# TODO: Adjust this check once python-dtrace handles installed dtrace headers +# (https://reviews.freebsd.org/D27884). +MAKE_ENV+= FREEBSD_SRC_DIR=${SRC_BASE} +.if !exists(${SRC_BASE}/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h) +IGNORE= requires kernel source files in SRC_BASE=${SRC_BASE} .endif -.include +# Tests not included in the release tarball, uncomment if this changes. +# TEST_DEPENDS=→${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +#do-test: +# @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v + +.include Modified: branches/2021Q1/devel/py-python-dtrace/distinfo ============================================================================== --- branches/2021Q1/devel/py-python-dtrace/distinfo Sun Jan 24 15:38:29 2021 (r562483) +++ branches/2021Q1/devel/py-python-dtrace/distinfo Sun Jan 24 15:55:59 2021 (r562484) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476182943 -SHA256 (python-dtrace-0.0.9.zip) = 9daa24fe3b5d16c17c4afed00d3b2b2f869598efc5a8100b8570342713328912 -SIZE (python-dtrace-0.0.9.zip) = 21764 +TIMESTAMP = 1610032322 +SHA256 (python-dtrace-0.0.11.tar.gz) = b343728e61cb697ab76eb8091a361d7de6735527c788fc85b979db8356640fbc +SIZE (python-dtrace-0.0.11.tar.gz) = 15143