From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6348F1384B4 for ; Thu, 24 Dec 2015 09:24:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66E2B21C030; Thu, 24 Dec 2015 09:24:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C57FB21C01E for ; Thu, 24 Dec 2015 09:24:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC1C1340766 for ; Thu, 24 Dec 2015 09:24:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F54CEC for ; Thu, 24 Dec 2015 09:24:08 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1450949039.2550489b092ad9781150d022a38b0c35b439e56a.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alabaster/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/alabaster/Manifest dev-python/alabaster/alabaster-0.7.7.ebuild X-VCS-Directories: dev-python/alabaster/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2550489b092ad9781150d022a38b0c35b439e56a X-VCS-Branch: master Date: Thu, 24 Dec 2015 09:24:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a9709d27-0aa0-4ea4-8992-a10ee6da3fe9 X-Archives-Hash: 30481feec426b6253bf7966f60aacdd8 commit: 2550489b092ad9781150d022a38b0c35b439e56a Author: Justin Lecher gentoo org> AuthorDate: Thu Dec 24 09:03:03 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 24 09:23:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2550489b dev-python/alabaster: Version Bump Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/alabaster/Manifest | 1 + dev-python/alabaster/alabaster-0.7.7.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/alabaster/Manifest b/dev-python/alabaster/Manifest index 15db42a..9ffbf84 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 0000000..d548dc0 --- /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}]"