svn commit: r471040 - in head/devel: . py-pyformance

Vanilla I. Shu vanilla at FreeBSD.org
Mon May 28 12:42:39 UTC 2018


Author: vanilla
Date: Mon May 28 12:42:37 2018
New Revision: 471040
URL: https://svnweb.freebsd.org/changeset/ports/471040

Log:
  Add py-pyformance 0.4, pyFormance is a toolset for performance
  measurement and statistics.
  
  PR:		228527
  Submitted by:	Waitman Gobble <waitman at waitman.net>

Added:
  head/devel/py-pyformance/
  head/devel/py-pyformance/Makefile   (contents, props changed)
  head/devel/py-pyformance/distinfo   (contents, props changed)
  head/devel/py-pyformance/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon May 28 11:49:41 2018	(r471039)
+++ head/devel/Makefile	Mon May 28 12:42:37 2018	(r471040)
@@ -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

Added: head/devel/py-pyformance/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyformance/Makefile	Mon May 28 12:42:37 2018	(r471040)
@@ -0,0 +1,28 @@
+# Created by: Waitman Gobble <waitman at waitman.net>
+# $FreeBSD$
+
+PORTNAME=	pyformance
+PORTVERSION=	0.4
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python at 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>

Added: head/devel/py-pyformance/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyformance/distinfo	Mon May 28 12:42:37 2018	(r471040)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527390802
+SHA256 (pyformance-0.4.tar.gz) = 2fd16397961ff62f2b2e7300e0abb2afd2b7e996e6075afae666922636d07029
+SIZE (pyformance-0.4.tar.gz) = 20683

Added: head/devel/py-pyformance/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyformance/pkg-descr	Mon May 28 12:42:37 2018	(r471040)
@@ -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/


More information about the svn-ports-all mailing list