mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Add py-sphinxcontrib-fulltoc.
This commit is contained in:
parent
2bb4b34b56
commit
3dca01d782
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433735
@ -1324,6 +1324,7 @@
|
||||
SUBDIR += py-sphinx_wikipedia
|
||||
SUBDIR += py-sphinxcontrib-adadomain
|
||||
SUBDIR += py-sphinxcontrib-bitbucket
|
||||
SUBDIR += py-sphinxcontrib-fulltoc
|
||||
SUBDIR += py-sphinxcontrib-httpdomain
|
||||
SUBDIR += py-sphinxcontrib-programoutput
|
||||
SUBDIR += py-syck
|
||||
|
22
textproc/py-sphinxcontrib-fulltoc/Makefile
Normal file
22
textproc/py-sphinxcontrib-fulltoc/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sphinxcontrib-fulltoc
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= Sphinx Fulltoc Extension
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.8.1:devel/py-pbr
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-sphinxcontrib-fulltoc/distinfo
Normal file
3
textproc/py-sphinxcontrib-fulltoc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1486646904
|
||||
SHA256 (sphinxcontrib-fulltoc-1.1.tar.gz) = 7da7780e217c5268e3e38deb36b2f38b847ff12fbb6db11d17bed490fe882dca
|
||||
SIZE (sphinxcontrib-fulltoc-1.1.tar.gz) = 13467
|
4
textproc/py-sphinxcontrib-fulltoc/pkg-descr
Normal file
4
textproc/py-sphinxcontrib-fulltoc/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module contains the Fulltoc Sphinx extension which was created by
|
||||
Doug Hellmann.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/sphinxcontrib-fulltoc
|
Loading…
Reference in New Issue
Block a user