mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
textproc/py-sphinxcontrib-issuetracker: New port: Sphinx integration with different issue trackers
This commit is contained in:
parent
0cc55fb9ab
commit
11fb9a3842
@ -1455,6 +1455,7 @@
|
||||
SUBDIR += py-sphinxcontrib-fulltoc
|
||||
SUBDIR += py-sphinxcontrib-htmlhelp
|
||||
SUBDIR += py-sphinxcontrib-httpdomain
|
||||
SUBDIR += py-sphinxcontrib-issuetracker
|
||||
SUBDIR += py-sphinxcontrib-jsmath
|
||||
SUBDIR += py-sphinxcontrib-log-cabinet
|
||||
SUBDIR += py-sphinxcontrib-napoleon
|
||||
|
21
textproc/py-sphinxcontrib-issuetracker/Makefile
Normal file
21
textproc/py-sphinxcontrib-issuetracker/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
PORTNAME= sphinxcontrib-issuetracker
|
||||
DISTVERSION= 0.11
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Sphinx integration with different issue trackers
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1:textproc/py-sphinx@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-sphinxcontrib-issuetracker/distinfo
Normal file
3
textproc/py-sphinxcontrib-issuetracker/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1631340492
|
||||
SHA256 (sphinxcontrib-issuetracker-0.11.tar.gz) = 843753d8b5e989116378ab45ecccb368fb78dc56eaa1554ed25e4fbf22745f4e
|
||||
SIZE (sphinxcontrib-issuetracker-0.11.tar.gz) = 30351
|
13
textproc/py-sphinxcontrib-issuetracker/pkg-descr
Normal file
13
textproc/py-sphinxcontrib-issuetracker/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
sphinxcontrib-issuetracker is a Sphinx extension to reference issues in issue
|
||||
trackers, either explicitly with an "issue" role or optionally implicitly by
|
||||
issue ids like #10 in plaintext.
|
||||
|
||||
Currently the following issue trackers are supported:
|
||||
* GitHub
|
||||
* BitBucket
|
||||
* Launchpad
|
||||
* Google Code
|
||||
* Debian BTS
|
||||
* Jira
|
||||
|
||||
WWW: https://github.com/ignatenkobrain/sphinxcontrib-issuetracker
|
Loading…
Reference in New Issue
Block a user