Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 07:14:19 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 11fb9a384258 - main - textproc/py-sphinxcontrib-issuetracker: New port: Sphinx integration with different issue trackers
Message-ID:  <202109110714.18B7EJTN009952@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11fb9a384258cab657f4e877a66a30bcd28fb575

commit 11fb9a384258cab657f4e877a66a30bcd28fb575
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-11 06:14:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-09-11 07:13:15 +0000

    textproc/py-sphinxcontrib-issuetracker: New port: Sphinx integration with different issue trackers
---
 textproc/Makefile                                |  1 +
 textproc/py-sphinxcontrib-issuetracker/Makefile  | 21 +++++++++++++++++++++
 textproc/py-sphinxcontrib-issuetracker/distinfo  |  3 +++
 textproc/py-sphinxcontrib-issuetracker/pkg-descr | 13 +++++++++++++
 4 files changed, 38 insertions(+)

diff --git a/textproc/Makefile b/textproc/Makefile
index 9ee9224e979b..8ddc20713061 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/py-sphinxcontrib-issuetracker/Makefile b/textproc/py-sphinxcontrib-issuetracker/Makefile
new file mode 100644
index 000000000000..cd3e8a21dd4c
--- /dev/null
+++ b/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>
diff --git a/textproc/py-sphinxcontrib-issuetracker/distinfo b/textproc/py-sphinxcontrib-issuetracker/distinfo
new file mode 100644
index 000000000000..7002e66a576f
--- /dev/null
+++ b/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
diff --git a/textproc/py-sphinxcontrib-issuetracker/pkg-descr b/textproc/py-sphinxcontrib-issuetracker/pkg-descr
new file mode 100644
index 000000000000..ec610864dc2e
--- /dev/null
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109110714.18B7EJTN009952>