From owner-dev-commits-ports-main@freebsd.org Sat Jul 24 19:14:27 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 6045F66581C; Sat, 24 Jul 2021 19:14:27 +0000 (UTC) (envelope-from git@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 4GXG8M22JMz3GCW; Sat, 24 Jul 2021 19:14:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22C051610B; Sat, 24 Jul 2021 19:14:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16OJERxO099270; Sat, 24 Jul 2021 19:14:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16OJERD9099269; Sat, 24 Jul 2021 19:14:27 GMT (envelope-from git) Date: Sat, 24 Jul 2021 19:14:27 GMT Message-Id: <202107241914.16OJERD9099269@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: f4a3a6efc541 - main - devel/py-pycallgraph: Update to 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f4a3a6efc5413e686c82fbeb028eb14e794d2a3c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2021 19:14:27 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4a3a6efc5413e686c82fbeb028eb14e794d2a3c commit f4a3a6efc5413e686c82fbeb028eb14e794d2a3c Author: Li-Wen Hsu AuthorDate: 2021-07-24 19:13:42 +0000 Commit: Li-Wen Hsu CommitDate: 2021-07-24 19:13:42 +0000 devel/py-pycallgraph: Update to 1.0.1 --- devel/py-pycallgraph/Makefile | 16 ++++------------ devel/py-pycallgraph/distinfo | 5 +++-- devel/py-pycallgraph/pkg-plist | 10 ---------- 3 files changed, 7 insertions(+), 24 deletions(-) diff --git a/devel/py-pycallgraph/Makefile b/devel/py-pycallgraph/Makefile index 3bc41352d72c..d46f716e375b 100644 --- a/devel/py-pycallgraph/Makefile +++ b/devel/py-pycallgraph/Makefile @@ -1,11 +1,9 @@ # Created by: Li-Wen Hsu PORTNAME= pycallgraph -PORTVERSION= 0.5.1 -PORTREVISION= 6 +PORTVERSION= 1.0.1 CATEGORIES= devel python -MASTER_SITES= http://pycallgraph.slowchop.com/files/download/ \ - http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org @@ -15,18 +13,12 @@ LICENSE= GPLv2 RUN_DEPENDS+= dot:graphics/graphviz -USES= python:3.6+ shebangfix +USES= python USE_PYTHON= distutils autoplist concurrent -SHEBANG_FILES= examples/*.py -EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME} - -OPTIONS_DEFINE= EXAMPLES +PLIST_FILES= man/man1/pycallgraph.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/man/pycallgraph.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_BIN} \* ${STAGEDIR}${EXAMPLESDIR}) - .include diff --git a/devel/py-pycallgraph/distinfo b/devel/py-pycallgraph/distinfo index a3cdf0a547b2..0d99b61d383b 100644 --- a/devel/py-pycallgraph/distinfo +++ b/devel/py-pycallgraph/distinfo @@ -1,2 +1,3 @@ -SHA256 (pycallgraph-0.5.1.tar.gz) = c84b3294b7c33dcd8148d9245e61fce7fca811bed2d357f91e98804785ffbb83 -SIZE (pycallgraph-0.5.1.tar.gz) = 14575 +TIMESTAMP = 1627032506 +SHA256 (pycallgraph-1.0.1.tar.gz) = b1262b0f9831da889c6e9a9a82a22267df497013cd2f5b36c39359a607c91e71 +SIZE (pycallgraph-1.0.1.tar.gz) = 36391 diff --git a/devel/py-pycallgraph/pkg-plist b/devel/py-pycallgraph/pkg-plist deleted file mode 100644 index 48008aa2857e..000000000000 --- a/devel/py-pycallgraph/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -man/man1/pycallgraph.1.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/all.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colours.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filter.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filter_time.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/import.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regexp.py