FreeBSD Bugzilla – Attachment 216042 Details for
Bug 247354
[NEW PORT] devel/py-ttictoc: Time execution of blocks of code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
patch-pyttictoc (text/plain), 2.76 KB, created by
Gilbert Morgan
on 2020-06-29 17:11:40 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Gilbert Morgan
Created:
2020-06-29 17:11:40 UTC
Size:
2.76 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 523358) >+++ Makefile (working copy) >@@ -5121,6 +5121,7 @@ > SUBDIR += py-transitions > SUBDIR += py-tree-format > SUBDIR += py-trollius >+ SUBDIR += py-ttictoc > SUBDIR += py-ttystatus > SUBDIR += py-tvrage > SUBDIR += py-tw.forms >Index: py-ttictoc/Makefile >=================================================================== >--- py-ttictoc/Makefile (nonexistent) >+++ py-ttictoc/Makefile (working copy) >@@ -0,0 +1,23 @@ >+# $FreeBSD$ >+# >+ >+PORTNAME= ttictoc >+PORTVERSION= 0.5.6 >+CATEGORIES= devel >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= gmm@tutanota.com >+COMMENT= Time execution of blocks of code >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} >+ >+USES= localbase python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: py-ttictoc/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-ttictoc/distinfo >=================================================================== >--- py-ttictoc/distinfo (nonexistent) >+++ py-ttictoc/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1592422035 >+SHA256 (ttictoc-0.5.6.tar.gz) = 9ae0a534faf299b13f7d71693f8f97b28069932e2583effec799b7e8bf1964d9 >+SIZE (ttictoc-0.5.6.tar.gz) = 4385 > >Property changes on: py-ttictoc/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-ttictoc/pkg-descr >=================================================================== >--- py-ttictoc/pkg-descr (nonexistent) >+++ py-ttictoc/pkg-descr (working copy) >@@ -0,0 +1,7 @@ >+ttictoc >+ >+Time execution of blocks of code. >+ >+Tested against python 3.6+, but should work with other versions. >+ >+WWW: https://github.com/hector-sab/ttictoc > >Property changes on: py-ttictoc/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
gmm
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 247354
:
215669
|
215686
|
215884
| 216042