diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-24 10:03:03 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-24 10:23:59 +0100 |
commit | 2550489b092ad9781150d022a38b0c35b439e56a (patch) | |
tree | ddd856e560e3636ee7948c65e7f3326c2693c94d /dev-python/alabaster | |
parent | dev-cpp/eigen: Chop DESCRIPTION to 80 chars (diff) | |
download | gentoo-2550489b092ad9781150d022a38b0c35b439e56a.tar.gz gentoo-2550489b092ad9781150d022a38b0c35b439e56a.tar.bz2 gentoo-2550489b092ad9781150d022a38b0c35b439e56a.zip |
dev-python/alabaster: Version Bump
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/alabaster')
-rw-r--r-- | dev-python/alabaster/Manifest | 1 | ||||
-rw-r--r-- | dev-python/alabaster/alabaster-0.7.7.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/alabaster/Manifest b/dev-python/alabaster/Manifest index 15db42a3eee1..9ffbf84199cd 100644 --- a/dev-python/alabaster/Manifest +++ b/dev-python/alabaster/Manifest @@ -1 +1,2 @@ DIST alabaster-0.7.6.tar.gz 16598 SHA256 309d33e0282c8209f792f3527f41ec04e508ff837c61fc1906dde988a256deeb SHA512 90058e56365c59a4eed6034273ea83132fcf77ee26e3dfd2d9aa0233657192e1f32d8f40cd6477e307d063d0136ea5e18b94c6c0874a378d6386874dceccfdc8 WHIRLPOOL 2249f055772ce7a389df88a4a659a9a2b0b7c45992d9e225f93ecc79c9038c89474554fdf3557c78ff645242cffa0f1c4822f1b08831f1943140244931b7c812 +DIST alabaster-0.7.7.tar.gz 18996 SHA256 f416a84e0d0ddbc288f6b8f2c276d10b40ca1238562cd9ed5a751292ec647b71 SHA512 e19ec193d49ff5adf4552c1e3f9c77845045fd97cdb26285e774124960866bf790922a421cc70a8346f1bc98c1a5aa8b70211d4589e8429a9df4d4577880c0df WHIRLPOOL a9ba98e82461be443a3d7f1f19683db07612f28726c69b2c05038be9caaae70db5aa52f750ddb18c657dde2f6943d3265901460167eb1cb1e0889a5a251f9a68 diff --git a/dev-python/alabaster/alabaster-0.7.7.ebuild b/dev-python/alabaster/alabaster-0.7.7.ebuild new file mode 100644 index 000000000000..d548dc01de5c --- /dev/null +++ b/dev-python/alabaster/alabaster-0.7.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} 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}]" |