mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add textproc/py-sphinx-intl
Sphinx-intl is a utility tool that provides several features that makes it easy to translate and to apply translation to Sphinx generated document. WWW: https://pypi.python.org/pypi/sphinx-intl
This commit is contained in:
parent
e21fae5c5d
commit
3c564e83f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382243
4 changed files with 29 additions and 0 deletions
|
@ -1228,6 +1228,7 @@
|
||||||
SUBDIR += py-sgrep
|
SUBDIR += py-sgrep
|
||||||
SUBDIR += py-sparqlwrapper
|
SUBDIR += py-sparqlwrapper
|
||||||
SUBDIR += py-sphinx
|
SUBDIR += py-sphinx
|
||||||
|
SUBDIR += py-sphinx-intl
|
||||||
SUBDIR += py-sphinx_rtd_theme
|
SUBDIR += py-sphinx_rtd_theme
|
||||||
SUBDIR += py-sphinxcontrib-adadomain
|
SUBDIR += py-sphinxcontrib-adadomain
|
||||||
SUBDIR += py-sphinxcontrib-bitbucket
|
SUBDIR += py-sphinxcontrib-bitbucket
|
||||||
|
|
21
textproc/py-sphinx-intl/Makefile
Normal file
21
textproc/py-sphinx-intl/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= sphinx-intl
|
||||||
|
PORTVERSION= 0.9.5
|
||||||
|
CATEGORIES= textproc
|
||||||
|
MASTER_SITES= https://pypi.python.org/packages/source/s/${PORTNAME}/ \
|
||||||
|
http://www.pcbsd.org/~kris/software/
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= kmoore@FreeBSD.org
|
||||||
|
COMMENT= Sphinx-intl translation features
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx
|
||||||
|
|
||||||
|
USES= python
|
||||||
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
textproc/py-sphinx-intl/distinfo
Normal file
2
textproc/py-sphinx-intl/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (sphinx-intl-0.9.5.tar.gz) = 78e1ebb2d867d73f2086d3eda6d54e0192f560fab2bce857f68e88b45991a17f
|
||||||
|
SIZE (sphinx-intl-0.9.5.tar.gz) = 12648
|
5
textproc/py-sphinx-intl/pkg-descr
Normal file
5
textproc/py-sphinx-intl/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Sphinx-intl is a utility tool that provides several features that
|
||||||
|
makes it easy to translate and to apply translation to Sphinx
|
||||||
|
generated document.
|
||||||
|
|
||||||
|
WWW: https://pypi.python.org/pypi/sphinx-intl
|
Loading…
Add table
Reference in a new issue