From 1b9365badaf3b5f603477c562ab8edbf27eab656 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Feb 2018 05:33:13 +0000 Subject: [PATCH] Clean up Makefile - Do not silence installation messages - Add Bitbucket repository to WWW - Take maintainership --- devel/py-yappi/Makefile | 12 ++++++------ devel/py-yappi/pkg-descr | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/py-yappi/Makefile b/devel/py-yappi/Makefile index 882324f7e3b0..d563ceedaea3 100644 --- a/devel/py-yappi/Makefile +++ b/devel/py-yappi/Makefile @@ -7,25 +7,25 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yet Another Python Profiler LICENSE= MIT +USES= python +USE_PYTHON= autoplist concurrent distutils + OPTIONS_DEFINE= DOCS PORTDOCS= * -USES= python -USE_PYTHON= distutils concurrent autoplist +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_yappi.so post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} -post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_yappi.so - do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test diff --git a/devel/py-yappi/pkg-descr b/devel/py-yappi/pkg-descr index 8d8ff6fee32a..528fcae2b8d3 100644 --- a/devel/py-yappi/pkg-descr +++ b/devel/py-yappi/pkg-descr @@ -4,3 +4,4 @@ It is possible to profile an application, retrieve statistics, then stop and start later on the fly without affecting the profiled application. WWW: https://pypi.python.org/pypi/yappi +WWW: https://bitbucket.org/sumerc/yappi