dev-python/sphinx-issues: New package, dependency for jinja[doc]
authorPatrick McLean <chutzpah@gentoo.org>
Sat, 16 Nov 2019 18:53:18 +0000 (10:53 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Sat, 16 Nov 2019 18:53:18 +0000 (10:53 -0800)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/sphinx-issues/Manifest [new file with mode: 0644]
dev-python/sphinx-issues/metadata.xml [new file with mode: 0644]
dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild [new file with mode: 0644]

diff --git a/dev-python/sphinx-issues/Manifest b/dev-python/sphinx-issues/Manifest
new file mode 100644 (file)
index 0000000..356a2cc
--- /dev/null
@@ -0,0 +1 @@
+DIST sphinx-issues-1.2.0.tar.gz 8051 BLAKE2B 2f17738719f92be1e4ef2d7e2e0b7c123f6f924e4bfea82e2151ed96b9fdbe2cf676bddc5c009a947e1172a84131a1a58a3bf0758f045a636bd4cb7ec496fa68 SHA512 8814e910b111f0b241bc40a93de8b6ff1acd24437f1b014b24691b3bbaaadaadaded82175067d8992bb482f4bfcdec570cdd26b4c6858d7af60d5dd3f0638b64
diff --git a/dev-python/sphinx-issues/metadata.xml b/dev-python/sphinx-issues/metadata.xml
new file mode 100644 (file)
index 0000000..17cccf6
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">sphinx-issues</remote-id>
+    <remote-id type="github">sloria/sphinx-issues</remote-id>
+  </upstream>
+</pkgmetadata>
diff --git a/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild b/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild
new file mode 100644 (file)
index 0000000..16ec95d
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
+inherit distutils-r1
+
+DESCRIPTION="A Sphinx extension for linking to your project's issue tracker "
+HOMEPAGE="https://github.com/sloria/sphinx-issues"
+SRC_URI="https://github.com/sloria/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest