View | Details | Raw Unified | Return to bug 228846
Collapse All | Expand All

(-)py-os-api-ref/Makefile (+26 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	os-api-ref
4
DISTVERSION=	1.5.0
5
CATEGORIES=	textproc python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	freebsd_ports@k-worx.org
10
COMMENT=	Sphinx Extensions to support API reference sites in OpenStack
11
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}sphinx>=1.6.2:textproc/py-sphinx@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}openstackdocstheme>=1.6.2:textproc/py-openstackdocstheme@${PY_FLAVOR}
21
22
USES=		python
23
USE_PYTHON=	distutils autoplist
24
NO_ARCH=	yes
25
26
.include <bsd.port.mk>
(-)py-os-api-ref/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527330146
2
SHA256 (os-api-ref-1.5.0.tar.gz) = f37ab6cbc9d24421499ec61fe33aa8f79b0d640ce1ef93aaa875394ee300f7c0
3
SIZE (os-api-ref-1.5.0.tar.gz) = 89821
(-)py-os-api-ref/pkg-descr (+15 lines)
Line 0 Link Here
1
Sphinx Extensions to support API reference sites in OpenStack.
2
3
The package is a collection of sphinx stanzas that assist in building an API
4
Reference site for an OpenStack project in RST. RST is great for unstructured
5
English, but displaying semi structured (and repetitive) data in tables is not
6
its strength. This provides tooling to insert semi-structured data describing
7
request and response parameters and status or error messages, and turn those
8
into nice tables.
9
10
The package also includes a set of styling (and javascript) that is expected to
11
layer on top of a Sphinx theme base. This addition provides a nice set of
12
collapsing sections for REST methods and javascript controls to expand or
13
collapse all sections.
14
15
WWW: https://docs.openstack.org/os-api-ref/

Return to bug 228846