Add py-pyformance 0.4, pyFormance is a toolset for performance
measurement and statistics. PR: 228527 Submitted by: Waitman Gobble <waitman@waitman.net>
This commit is contained in:
parent
e3aeb0de30
commit
8d4e493e06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471040
4 changed files with 37 additions and 0 deletions
|
@ -4824,6 +4824,7 @@
|
|||
SUBDIR += py-pyface
|
||||
SUBDIR += py-pyfcm
|
||||
SUBDIR += py-pyflakes
|
||||
SUBDIR += py-pyformance
|
||||
SUBDIR += py-pygdbmi
|
||||
SUBDIR += py-pygit2
|
||||
SUBDIR += py-pygithub
|
||||
|
|
28
devel/py-pyformance/Makefile
Normal file
28
devel/py-pyformance/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Created by: Waitman Gobble <waitman@waitman.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyformance
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= PyFormance is a toolset for performance measurement and statistics
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
PORTDOCS= README.md
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-pyformance/distinfo
Normal file
3
devel/py-pyformance/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1527390802
|
||||
SHA256 (pyformance-0.4.tar.gz) = 2fd16397961ff62f2b2e7300e0abb2afd2b7e996e6075afae666922636d07029
|
||||
SIZE (pyformance-0.4.tar.gz) = 20683
|
5
devel/py-pyformance/pkg-descr
Normal file
5
devel/py-pyformance/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
PyFormance is a toolset for performance measurement
|
||||
and statistics, with a signaling mechanism that
|
||||
allows to issue events in cases of unexpected behavior.
|
||||
|
||||
WWW: https://pypi.org/project/pyformance/
|
Loading…
Reference in a new issue