From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8D25138334 for ; Wed, 26 Jun 2019 02:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EC0EE0837; Wed, 26 Jun 2019 02:40:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6189E0837 for ; Wed, 26 Jun 2019 02:40:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F8D1346923 for ; Wed, 26 Jun 2019 02:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA98B5E2 for ; Wed, 26 Jun 2019 02:40:33 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1561516825.c552769e5d484abe35dfafe0368e12342a261610.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx_celery/Manifest dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild X-VCS-Directories: dev-python/sphinx_celery/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c552769e5d484abe35dfafe0368e12342a261610 X-VCS-Branch: master Date: Wed, 26 Jun 2019 02:40:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 377624eb-0433-454a-91ee-f4cdb43c9890 X-Archives-Hash: 074ea7dd17071b64974d028d1cad224b commit: c552769e5d484abe35dfafe0368e12342a261610 Author: Zac Medico sony com> AuthorDate: Wed Jun 26 02:37:04 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jun 26 02:40:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c552769e dev-python/sphinx_celery: Bump to version 2.0.0 Bug: https://bugs.gentoo.org/688034 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Zac Medico gentoo.org> dev-python/sphinx_celery/Manifest | 1 + dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/sphinx_celery/Manifest b/dev-python/sphinx_celery/Manifest index 12e77e2bd62..fe34a6d8606 100644 --- a/dev-python/sphinx_celery/Manifest +++ b/dev-python/sphinx_celery/Manifest @@ -1 +1,2 @@ DIST sphinx_celery-1.3.1.tar.gz 15334 BLAKE2B 1e6d34e35327fee921c884c47b948b624f900eb3b98cb86b1e45d4054bee596d5525c2be2ddb4605d03d27167183844221e3789e27ae1f5834983e9fcaa5e66b SHA512 b3d11204fd02f85426e1f4bcb81e61557f04440656be946a18e142087180a50f864ca4bbb53d3fff4eabd7623bf5c3682d3c1e00b9adf9184de99a27de98b2f6 +DIST sphinx_celery-2.0.0.tar.gz 16203 BLAKE2B 439a9cd20e09071491338016ba83514e37c7cdfa34966e93e3c6062ed94cdaa0750351a0de9fc7b27be1b7e557b5625be73f01f1de59d15f36335e9d46d35cae SHA512 1beca69fe9b56d04cd3c42aa9244d50a364a860e9cf53f94897c0f690b8465f4e2a7b10ed6d310d3fa706d86f5882a338cd982a3ac7cec36586269756e9128a5 diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild new file mode 100644 index 00000000000..b404c9f709f --- /dev/null +++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild @@ -0,0 +1,19 @@ +# 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} ) + +inherit distutils-r1 + +DESCRIPTION="Celery Sphinx Theme and Utilities" +HOMEPAGE="https://pypi.org/project/sphinx_celery/ https://github.com/celery/sphinx_celery" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.4[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"