Skip to content

Commit

Permalink
textproc/py-sphinxcontrib-issuetracker: New port: Sphinx integration …
Browse files Browse the repository at this point in the history
…with different issue trackers
  • Loading branch information
yurivict committed Sep 11, 2021
1 parent 0cc55fb commit 11fb9a3
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions textproc/py-sphinxcontrib-issuetracker/Makefile
@@ -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 changes: 3 additions & 0 deletions textproc/py-sphinxcontrib-issuetracker/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1631340492
SHA256 (sphinxcontrib-issuetracker-0.11.tar.gz) = 843753d8b5e989116378ab45ecccb368fb78dc56eaa1554ed25e4fbf22745f4e
SIZE (sphinxcontrib-issuetracker-0.11.tar.gz) = 30351
13 changes: 13 additions & 0 deletions textproc/py-sphinxcontrib-issuetracker/pkg-descr
@@ -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

0 comments on commit 11fb9a3

Please sign in to comment.