FreeBSD Bugzilla – Attachment 193932 Details for
Bug 228692
[NEW PORT] devel/py-testrepository: Repository of test results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-testrepository.patch
py-testrepository.patch (text/plain), 3.08 KB, created by
Kai Knoblich
on 2018-06-02 15:09:37 UTC
(
hide
)
Description:
py-testrepository.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-06-02 15:09:37 UTC
Size:
3.08 KB
patch
obsolete
>Index: py-testrepository/Makefile >=================================================================== >--- py-testrepository/Makefile (nonexistent) >+++ py-testrepository/Makefile (working copy) >@@ -0,0 +1,27 @@ >+# $FreeBSD$ >+ >+PORTNAME= testrepository >+DISTVERSION= 0.0.20 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Repository of test results >+ >+LICENSE= APACHE20 BSD3CLAUSE >+LICENSE_COMB= dual >+LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0 >+LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/BSD >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fixtures>0:devel/py-fixtures@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}python-subunit>=0.0.18:devel/py-python-subunit@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}testtools>=0.9.30:devel/py-testtools@${PY_FLAVOR} >+ >+USES= python shebangfix >+USE_PYTHON= distutils concurrent autoplist >+SHEBANG_FILES= testr >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: py-testrepository/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-testrepository/distinfo >=================================================================== >--- py-testrepository/distinfo (nonexistent) >+++ py-testrepository/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1527335603 >+SHA256 (testrepository-0.0.20.tar.gz) = 752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb >+SIZE (testrepository-0.0.20.tar.gz) = 84956 > >Property changes on: py-testrepository/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-testrepository/pkg-descr >=================================================================== >--- py-testrepository/pkg-descr (nonexistent) >+++ py-testrepository/pkg-descr (working copy) >@@ -0,0 +1,12 @@ >+The package provides a database of test results which can be used as part of >+developer workflow to ensure/check things like: >+ >+- No commits without having had a test failure, test fixed cycle. >+- No commits without new tests being added. >+- What tests have failed since the last commit (to run just a subset). >+- What tests are currently failing and need work. >+ >+Test results are inserted using subunit (and thus anything that can output >+subunit or be converted into a subunit stream can be accepted). >+ >+WWW: https://launchpad.net/testrepository > >Property changes on: py-testrepository/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 228692
: 193932