FreeBSD Bugzilla – Attachment 193924 Details for
Bug 228685
[NEW PORT] devel/py-python-subunit: Python implementation of subunit test streaming protocol
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-python-subunit.patch
py-python-subunit.patch (text/plain), 3.73 KB, created by
Kai Knoblich
on 2018-06-02 14:40:55 UTC
(
hide
)
Description:
py-python-subunit.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-06-02 14:40:55 UTC
Size:
3.73 KB
patch
obsolete
>Index: py-python-subunit/Makefile >=================================================================== >--- py-python-subunit/Makefile (nonexistent) >+++ py-python-subunit/Makefile (working copy) >@@ -0,0 +1,32 @@ >+# $FreeBSD$ >+ >+PORTNAME= python-subunit >+DISTVERSION= 1.3.0 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Python implementation of subunit test streaming protocol >+ >+LICENSE= MIT >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=0:devel/py-extras@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}mimeparse>=0:devel/py-mimeparse@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}testtools>=0.9.34:devel/py-testtools@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}unittest2>=1.0.0:devel/py-unittest2@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils concurrent autoplist >+ >+NO_ARCH= yes >+PORTDOCS= NEWS README.rst >+ >+OPTIONS_DEFINE= DOCS >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> > >Property changes on: py-python-subunit/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-python-subunit/distinfo >=================================================================== >--- py-python-subunit/distinfo (nonexistent) >+++ py-python-subunit/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1527328728 >+SHA256 (python-subunit-1.3.0.tar.gz) = 9607edbee4c1e5a30ff88549ce8d9feb0b9bcbcb5e55033a9d76e86075465cbb >+SIZE (python-subunit-1.3.0.tar.gz) = 99309 > >Property changes on: py-python-subunit/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-python-subunit/pkg-descr >=================================================================== >--- py-python-subunit/pkg-descr (nonexistent) >+++ py-python-subunit/pkg-descr (working copy) >@@ -0,0 +1,19 @@ >+Subunit is a streaming protocol for test results. >+ >+There are two major revisions of the protocol. Version 1 was trivially human >+readable but had significant defects as far as highly parallel testing was >+concerned - it had no room for doing discovery and execution in parallel, >+required substantial buffering when multiplexing and was fragile - a corrupt >+byte could cause an entire stream to be misparsed. Version 1.1 added >+encapsulation of binary streams which mitigated some of the issues but the core >+remained. >+ >+Version 2 shares many of the good characteristics of Version 1 - it can be >+embedded into a regular text stream (e.g. from a build system) and it still >+models xUnit style test execution. It also fixes many of the issues with >+Version 1 - Version 2 can be multiplexed without excessive buffering (in time >+or space), it has a well defined recovery mechanism for dealing with corrupted >+streams (e.g. where two processes write to the same stream concurrently, or >+where the stream generator suffers a bug). >+ >+WWW: http://launchpad.net/subunit > >Property changes on: py-python-subunit/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
Actions:
View
|
Diff
Attachments on
bug 228685
: 193924