diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-26 12:33:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-26 12:33:59 +0000 |
commit | df1044d06beb04d39614f3e199dd21cd8075abcd (patch) | |
tree | 57568c37879d32dea6f158b43568dcc566cffd89 /dev-python/alabaster | |
parent | Version Bump (diff) | |
download | gentoo-2-df1044d06beb04d39614f3e199dd21cd8075abcd.tar.gz gentoo-2-df1044d06beb04d39614f3e199dd21cd8075abcd.tar.bz2 gentoo-2-df1044d06beb04d39614f3e199dd21cd8075abcd.zip |
Version Bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python/alabaster')
-rw-r--r-- | dev-python/alabaster/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/alabaster/alabaster-0.7.6.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/alabaster/ChangeLog b/dev-python/alabaster/ChangeLog index ea3a554b5506..0c96c6442a6c 100644 --- a/dev-python/alabaster/ChangeLog +++ b/dev-python/alabaster/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/alabaster # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.12 2015/06/17 11:20:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.13 2015/06/26 12:33:59 jlec Exp $ + +*alabaster-0.7.6 (26 Jun 2015) + + 26 Jun 2015; Justin Lecher <jlec@gentoo.org> +alabaster-0.7.6.ebuild: + Version Bump *alabaster-0.7.5 (17 Jun 2015) diff --git a/dev-python/alabaster/alabaster-0.7.6.ebuild b/dev-python/alabaster/alabaster-0.7.6.ebuild new file mode 100644 index 000000000000..8ef4cd05bc26 --- /dev/null +++ b/dev-python/alabaster/alabaster-0.7.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/alabaster-0.7.6.ebuild,v 1.1 2015/06/26 12:33:59 jlec Exp $ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 flag-o-matic + +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="~amd64 ~arm ~hppa ~ppc64 ~x86" +SLOT="0" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |