dev-python/alabaster: Bump to version 0.7.10
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 15 May 2017 07:56:56 +0000 (09:56 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 15 May 2017 09:47:00 +0000 (11:47 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/alabaster/Manifest
dev-python/alabaster/alabaster-0.7.10.ebuild [new file with mode: 0644]

index b26e3d84fb6d7539bcfa6cdc7dd0a3f6f42c95d9..bf8e8f7ad39104799e478fd8195c6df0a6a1206b 100644 (file)
@@ -1 +1,2 @@
+DIST alabaster-0.7.10.tar.gz 10486 SHA256 37cdcb9e9954ed60912ebc1ca12a9d12178c26637abdf124e3cde2341c257fe0 SHA512 e2391079360e050e532f878619e70a120f141a3e84d1e213e508e4be25ff2ac704717fe8398dfaf016dfb6dd3ad1105a67e1d5438737f45064f7602a5ce5fda8 WHIRLPOOL e9dfa14007ace0750fa113892bdb58531de2e50b2cd404c4adbdddb98dadbfbe7184f03c458bc930802e09d813dd9687adca30035900a77843b59605316aed14
 DIST alabaster-0.7.9.tar.gz 10485 SHA256 47afd43b08a4ecaa45e3496e139a193ce364571e7e10c6a87ca1a4c57eb7ea08 SHA512 b1286c4d5d17d172baaacbc40ba6a435d433f0880e31416c37ac88df8787bf522f1c28b6903fe92c88414f54286734508860eab86ff7f12da72315bf9ae0e6c8 WHIRLPOOL 01e49ebeedde34be62d4bea18da669120cae07ea803aee9c8d4eca8f8718ee60b20576475898859cd6bf82d75cb8207d4d3a7cc7dbe5e6809d75176dd8e8b681
diff --git a/dev-python/alabaster/alabaster-0.7.10.ebuild b/dev-python/alabaster/alabaster-0.7.10.ebuild
new file mode 100644 (file)
index 0000000..e9faf31
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable sidebar-enabled Sphinx theme"
+HOMEPAGE="https://github.com/bitprophet/alabaster"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+SLOT="0"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"