mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Clean up Makefile
- Do not silence installation messages - Add Bitbucket repository to WWW - Take maintainership
This commit is contained in:
parent
84b25594e0
commit
1b9365bada
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462919
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user