Date: Sat, 19 Jan 2019 20:41:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490745 - head/devel/py-yappi Message-ID: <201901192041.x0JKfLli073262@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 19 20:41:20 2019 New Revision: 490745 URL: https://svnweb.freebsd.org/changeset/ports/490745 Log: Update to 0.99 - Remove unneeded DOCS option - Update WWW Changes: https://github.com/sumerc/yappi/commits/master Modified: head/devel/py-yappi/Makefile head/devel/py-yappi/distinfo head/devel/py-yappi/pkg-descr Modified: head/devel/py-yappi/Makefile ============================================================================== --- head/devel/py-yappi/Makefile Sat Jan 19 20:41:15 2019 (r490744) +++ head/devel/py-yappi/Makefile Sat Jan 19 20:41:20 2019 (r490745) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yappi -PORTVERSION= 0.98 +PORTVERSION= 0.99 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,16 +15,8 @@ LICENSE= MIT USES= python USE_PYTHON= autoplist concurrent distutils -OPTIONS_DEFINE= DOCS - -PORTDOCS= * - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_yappi.so - -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/devel/py-yappi/distinfo ============================================================================== --- head/devel/py-yappi/distinfo Sat Jan 19 20:41:15 2019 (r490744) +++ head/devel/py-yappi/distinfo Sat Jan 19 20:41:20 2019 (r490745) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481607109 -SHA256 (yappi-0.98.tar.gz) = 5f657129e1b9b952379ffbc009357d0dcdb58c50f3bfe88ffbb992e4b27b263c -SIZE (yappi-0.98.tar.gz) = 37074 +TIMESTAMP = 1547904083 +SHA256 (yappi-0.99.tar.gz) = 7a81d7975eeccfaa235448b63aece052e9417f7e0f7862b827dba21be0218b22 +SIZE (yappi-0.99.tar.gz) = 38461 Modified: head/devel/py-yappi/pkg-descr ============================================================================== --- head/devel/py-yappi/pkg-descr Sat Jan 19 20:41:15 2019 (r490744) +++ head/devel/py-yappi/pkg-descr Sat Jan 19 20:41:20 2019 (r490745) @@ -4,4 +4,4 @@ It is possible to profile an application, retrieve sta start later on the fly without affecting the profiled application. WWW: https://pypi.org/project/yappi/ -WWW: https://bitbucket.org/sumerc/yappi +WWW: https://github.com/sumerc/yappi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901192041.x0JKfLli073262>