summaryrefslogtreecommitdiff
path: root/dev-python/alagitpull/alagitpull-0.0.23.ebuild
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-12-02 17:31:17 -0800
committerPatrick McLean <chutzpah@gentoo.org>2019-12-02 18:18:54 -0800
commit36c4d58b41949e8da8967c5c9efbb48ebb8e30bd (patch)
treeb8814a4060919c07904280ad93d3295a073d6b64 /dev-python/alagitpull/alagitpull-0.0.23.ebuild
parent6592b0ab7fb2a1ce9e9bc9b915ec85bf9c86bde3 (diff)
downloadgentoo-36c4d58b41949e8da8967c5c9efbb48ebb8e30bd.tar.gz
gentoo-36c4d58b41949e8da8967c5c9efbb48ebb8e30bd.tar.bz2
gentoo-36c4d58b41949e8da8967c5c9efbb48ebb8e30bd.zip
dev-python/alagitpull: New package
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/alagitpull/alagitpull-0.0.23.ebuild')
-rw-r--r--dev-python/alagitpull/alagitpull-0.0.23.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/alagitpull/alagitpull-0.0.23.ebuild b/dev-python/alagitpull/alagitpull-0.0.23.ebuild
new file mode 100644
index 000000000000..c60405b24eb4
--- /dev/null
+++ b/dev-python/alagitpull/alagitpull-0.0.23.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="alabaster sub-theme used on git-pull docs"
+HOMEPAGE="https://github.com/git-pull/alagitpull"
+SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ <dev-python/alabaster-0.8[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}"
+
+# no tests...