FreeBSD Bugzilla – Attachment 194102 Details for
Bug 228697
[NEW PORT] devel/py-oslotest: Oslo test framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-oslotest-rev2.patch
py-oslotest-rev2.patch (text/plain), 3.99 KB, created by
Kai Knoblich
on 2018-06-09 17:54:52 UTC
(
hide
)
Description:
py-oslotest-rev2.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-06-09 17:54:52 UTC
Size:
3.99 KB
patch
obsolete
>Index: py-oslotest/Makefile >=================================================================== >--- py-oslotest/Makefile (nonexistent) >+++ py-oslotest/Makefile (working copy) >@@ -0,0 +1,52 @@ >+# $FreeBSD$ >+ >+PORTNAME= oslotest >+DISTVERSION= 3.2.0 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Oslo test framework >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}python-subunit>=1.0.0:devel/py-python-subunit@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}testrepository>=0.0.18:devel/py-testrepository@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}testtools>=2.2.0:devel/py-testtools@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}mox3>=0.20.0:devel/py-mox3@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}os-client-config>=1.28.0:devel/py-os-client-config@${PY_FLAVOR} \ >+ bash>0:shells/bash >+ >+USES= python shebangfix >+USE_PYTHON= distutils autoplist >+SHEBANG_FILES= tools/oslo_debug_helper \ >+ tools/oslo_run_cross_tests \ >+ tools/oslo_run_pre_release_tests >+ >+NO_ARCH= yes >+PORTDOCS= * >+ >+OPTIONS_DEFINE= DOCS >+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.6.2:textproc/py-sphinx@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}openstackdocstheme>=1.18.1:textproc/py-openstackdocstheme@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}debtcollector>=0:devel/py-debtcollector@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}os-client-config>=1.28.0:devel/py-os-client-config@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}mox3>=0.20.0:devel/py-mox3@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} >+DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC}/doc/build/html && \ >+ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ >+ "! -name .buildinfo -and ! -name objects.inv") >+ >+.include <bsd.port.mk> > >Property changes on: py-oslotest/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-oslotest/distinfo >=================================================================== >--- py-oslotest/distinfo (nonexistent) >+++ py-oslotest/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1527869591 >+SHA256 (oslotest-3.2.0.tar.gz) = 70365c4f42dde9cfd86cf4c3f7827b70c3469056182a77d05ba4e2df25375ef5 >+SIZE (oslotest-3.2.0.tar.gz) = 35445 > >Property changes on: py-oslotest/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-oslotest/pkg-descr >=================================================================== >--- py-oslotest/pkg-descr (nonexistent) >+++ py-oslotest/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+The Oslo Test framework provides common fixtures, support for debugging, and >+better support for mocking results. >+ >+WWW: https://docs.openstack.org/oslotest/ > >Property changes on: py-oslotest/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:
kai
:
maintainer-approval?
(
alexander.nusov
)
Actions:
View
|
Diff
Attachments on
bug 228697
:
193937
| 194102