1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.

WWW: https://www.sphinx-doc.org/
This commit is contained in:
Wen Heping 2019-03-30 04:04:35 +00:00
parent 9de6f03d76
commit 8c09ef08c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497234
4 changed files with 27 additions and 0 deletions

View File

@ -1417,6 +1417,7 @@
SUBDIR += py-sphinx_rtd_theme
SUBDIR += py-sphinx_wikipedia
SUBDIR += py-sphinxcontrib-adadomain
SUBDIR += py-sphinxcontrib-applehelp
SUBDIR += py-sphinxcontrib-bitbucket
SUBDIR += py-sphinxcontrib-fulltoc
SUBDIR += py-sphinxcontrib-httpdomain

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= sphinxcontrib-applehelp
PORTVERSION= 1.0.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= python
MAINTAINER= wen@FreeBSD.org
COMMENT= sphinx extension which outputs Apple help books
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.5+
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1553914868
SHA256 (python/sphinxcontrib-applehelp-1.0.1.tar.gz) = edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897
SIZE (python/sphinxcontrib-applehelp-1.0.1.tar.gz) = 22086

View File

@ -0,0 +1,3 @@
Sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.
WWW: https://www.sphinx-doc.org/