FreeBSD Bugzilla – Attachment 194112 Details for
Bug 228846
[NEW PORT] textproc/py-os-api-ref: Sphinx Extensions to support API reference sites in OpenStack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-os-api-ref.patch
py-os-api-ref.patch (text/plain), 3.36 KB, created by
Kai Knoblich
on 2018-06-09 18:35:45 UTC
(
hide
)
Description:
py-os-api-ref.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-06-09 18:35:45 UTC
Size:
3.36 KB
patch
obsolete
>Index: py-os-api-ref/Makefile >=================================================================== >--- py-os-api-ref/Makefile (nonexistent) >+++ py-os-api-ref/Makefile (working copy) >@@ -0,0 +1,26 @@ >+# $FreeBSD$ >+ >+PORTNAME= os-api-ref >+DISTVERSION= 1.5.0 >+CATEGORIES= textproc python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Sphinx Extensions to support API reference sites in OpenStack >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.6.2:textproc/py-sphinx@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}openstackdocstheme>=1.6.2:textproc/py-openstackdocstheme@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils autoplist >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: py-os-api-ref/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-os-api-ref/distinfo >=================================================================== >--- py-os-api-ref/distinfo (nonexistent) >+++ py-os-api-ref/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1527330146 >+SHA256 (os-api-ref-1.5.0.tar.gz) = f37ab6cbc9d24421499ec61fe33aa8f79b0d640ce1ef93aaa875394ee300f7c0 >+SIZE (os-api-ref-1.5.0.tar.gz) = 89821 > >Property changes on: py-os-api-ref/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-os-api-ref/pkg-descr >=================================================================== >--- py-os-api-ref/pkg-descr (nonexistent) >+++ py-os-api-ref/pkg-descr (working copy) >@@ -0,0 +1,15 @@ >+Sphinx Extensions to support API reference sites in OpenStack. >+ >+The package is a collection of sphinx stanzas that assist in building an API >+Reference site for an OpenStack project in RST. RST is great for unstructured >+English, but displaying semi structured (and repetitive) data in tables is not >+its strength. This provides tooling to insert semi-structured data describing >+request and response parameters and status or error messages, and turn those >+into nice tables. >+ >+The package also includes a set of styling (and javascript) that is expected to >+layer on top of a Sphinx theme base. This addition provides a nice set of >+collapsing sections for REST methods and javascript controls to expand or >+collapse all sections. >+ >+WWW: https://docs.openstack.org/os-api-ref/ > >Property changes on: py-os-api-ref/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 228846
: 194112