public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2017-01-20  7:13 Zac Medico
  0 siblings, 0 replies; 18+ messages in thread
From: Zac Medico @ 2017-01-20  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9880514a855f5c3b7a4178cc53475e4b0a76ba6f
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 07:12:53 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 07:12:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9880514a

dev-python/sphinx_celery: add package

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/sphinx_celery/Manifest                  |  1 +
 dev-python/sphinx_celery/metadata.xml              | 11 +++++++++++
 .../sphinx_celery/sphinx_celery-1.3.1.ebuild       | 22 ++++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-python/sphinx_celery/Manifest b/dev-python/sphinx_celery/Manifest
new file mode 100644
index 00000000..a39e866
--- /dev/null
+++ b/dev-python/sphinx_celery/Manifest
@@ -0,0 +1 @@
+DIST sphinx_celery-1.3.1.tar.gz 15334 SHA256 490eff4b56ab716a8bf53dc614916a89627b24b698e9fd14137be431a677a416 SHA512 b3d11204fd02f85426e1f4bcb81e61557f04440656be946a18e142087180a50f864ca4bbb53d3fff4eabd7623bf5c3682d3c1e00b9adf9184de99a27de98b2f6 WHIRLPOOL 15df69372faeaca1a2babee1c20e711b6f81d465be44977378cfc9d56471d5974a8fd985d1cda1ce9c518f5275cd56d33548050caa0d7a74bb9737273abe2b55

diff --git a/dev-python/sphinx_celery/metadata.xml b/dev-python/sphinx_celery/metadata.xml
new file mode 100644
index 00000000..4c1119b
--- /dev/null
+++ b/dev-python/sphinx_celery/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zmedico@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">sphinx_celery</remote-id>
+		<remote-id type="github">celery/sphinx_celery</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
new file mode 100644
index 00000000..1a33f77
--- /dev/null
+++ b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Celery Sphinx Theme and Utilities"
+HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN}"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/sphinx-1.4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2017-03-16  7:10 Zac Medico
  0 siblings, 0 replies; 18+ messages in thread
From: Zac Medico @ 2017-03-16  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     82f4d326c36b508fb3490d2d599d7ea7581585c1
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 06:56:20 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 07:09:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f4d326

dev-python/sphinx_celery: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
index 33d915a60d9..3510dda121e 100644
--- a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2017-09-30  0:00 Matt Thode
  0 siblings, 0 replies; 18+ messages in thread
From: Matt Thode @ 2017-09-30  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b933c457be31f1beca7bcdfd9842fb27fd7ee887
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 23:58:08 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 00:00:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b933c457

dev-python/sphinx_celery: stable for openstack

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
index 3510dda121e..0589c0a2be9 100644
--- a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2018-04-13  9:53 Zac Medico
  0 siblings, 0 replies; 18+ messages in thread
From: Zac Medico @ 2018-04-13  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6e8e004fe15bacadd9c683bbc4339648138687d8
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 13 08:24:58 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 09:52:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8e004f

dev-python/sphinx_celery: remove variables from HOMEPAGE

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
index 0589c0a2be9..13324c82ea7 100644
--- a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Celery Sphinx Theme and Utilities"
-HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN}"
+HOMEPAGE="https://pypi.python.org/pypi/sphinx_celery https://github.com/celery/sphinx_celery"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2019-06-26  2:40 Zac Medico
  0 siblings, 0 replies; 18+ messages in thread
From: Zac Medico @ 2019-06-26  2:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c552769e5d484abe35dfafe0368e12342a261610
Author:     Zac Medico <zachary.medico <AT> sony <DOT> com>
AuthorDate: Wed Jun 26 02:37:04 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> 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 <zmedico <AT> 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}"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2019-06-27 19:44 Zac Medico
  0 siblings, 0 replies; 18+ messages in thread
From: Zac Medico @ 2019-06-27 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8093917d933b85a4726a601ed7f2e0f99ba9403c
Author:     Zac Medico <zachary.medico <AT> sony <DOT> com>
AuthorDate: Thu Jun 27 19:33:44 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 19:43:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8093917d

dev-python/sphinx_celery: require sphinx-2.0.0

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .../{sphinx_celery-2.0.0.ebuild => sphinx_celery-2.0.0-r1.ebuild}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
similarity index 83%
rename from dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild
rename to dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
index b404c9f709f..4fb97cf5c68 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1
 
@@ -15,5 +15,5 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/sphinx-1.4[${PYTHON_USEDEP}]"
+	>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2020-02-06  6:18 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2020-02-06  6:18 UTC (permalink / raw
  To: gentoo-commits

commit:     90ac4e52c5c581a1f3476697493d2a88eb2b09c4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 06:07:10 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 06:16:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ac4e52

dev-python/sphinx_celery: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
index 259c31c5d01..d704a2f0c62 100644
--- a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2020-02-11 19:43 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2020-02-11 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     953246af6e60275fc5c77a093dcf4e412483009d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 19:40:35 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 19:43:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953246af

dev-python/sphinx_celery: amd64 stable wrt bug #706146

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
index dd350e5124b..57d8cea6eb6 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 	>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2020-02-11 19:50 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2020-02-11 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fa1ea95d35db13ef794f5e5c014b8a9eec4aa0f0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 19:48:52 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 19:48:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1ea95d

dev-python/sphinx_celery: x86 stable wrt bug #706146

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
index 57d8cea6eb6..f4ed2462a80 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 	>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2020-03-29  9:16 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2020-03-29  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     69a97dd53383977f2a9e5ba729e34ad756f2a422
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 08:56:20 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 09:15:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a97dd5

dev-python/sphinx_celery: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx_celery/Manifest                   |  1 -
 dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-python/sphinx_celery/Manifest b/dev-python/sphinx_celery/Manifest
index fe34a6d8606..ff08fe7356c 100644
--- a/dev-python/sphinx_celery/Manifest
+++ b/dev-python/sphinx_celery/Manifest
@@ -1,2 +1 @@
-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-1.3.1.ebuild b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
deleted file mode 100644
index d704a2f0c62..00000000000
--- a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/sphinx-1.4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2020-10-17 21:53 Matthew Thode
  0 siblings, 0 replies; 18+ messages in thread
From: Matthew Thode @ 2020-10-17 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     83ad8a0d779ddbe6fe18bed82817d6b3605f477f
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 21:22:01 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 21:53:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ad8a0d

dev-python/sphinx_celery: add py38

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
index f4ed2462a80..44b953238ab 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2020-11-08 22:28 Zac Medico
  0 siblings, 0 replies; 18+ messages in thread
From: Zac Medico @ 2020-11-08 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     29270cde6cac9f01d6fe17b88f5f1f89c470fd63
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Nov  8 14:42:14 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 22:28:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29270cde

dev-python/sphinx_celery: add python3_9, fix DISTUTILS_USE_SETUPTOOLS

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
index 44b953238ab..c8c72c46f79 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
 
@@ -14,6 +15,5 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2022-05-22 15:53 Zac Medico
  0 siblings, 0 replies; 18+ messages in thread
From: Zac Medico @ 2022-05-22 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6d2c0e0858158175d64635011f811073df640d83
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 15:52:21 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun May 22 15:52:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2c0e08

dev-python/sphinx_celery: enable py3.10

Closes: https://bugs.gentoo.org/845882
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
index 62dd26081087..85de2bc0e770 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2023-04-13 15:20 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2023-04-13 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     55eea8b98230a1f9f8ee34d50b98fdfc51cd0081
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 15:19:58 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 15:20:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55eea8b9

dev-python/sphinx_celery: Update homepage

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx_celery/metadata.xml                  | 2 +-
 dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinx_celery/metadata.xml b/dev-python/sphinx_celery/metadata.xml
index 04834adef11b..5de6ecfd8df9 100644
--- a/dev-python/sphinx_celery/metadata.xml
+++ b/dev-python/sphinx_celery/metadata.xml
@@ -5,7 +5,7 @@
 		<email>zmedico@gentoo.org</email>
 	</maintainer>
 	<upstream>
-		<remote-id type="pypi">sphinx_celery</remote-id>
+		<remote-id type="pypi">sphinx-celery</remote-id>
 		<remote-id type="github">celery/sphinx_celery</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
index 8183bd75a3c7..9d49030dea68 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1 pypi
 DESCRIPTION="Celery Sphinx Theme and Utilities"
 HOMEPAGE="
 	https://github.com/celery/sphinx_celery/
-	https://pypi.org/project/sphinx_celery/
+	https://pypi.org/project/sphinx-celery/
 "
 
 LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2023-04-13 15:20 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2023-04-13 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     aae1089bdafd986f00df30278997193841da74c5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 15:04:42 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 15:20:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae1089b

dev-python/sphinx_celery: EAPI 8, PEP517, py3.11

Closes: https://bugs.gentoo.org/896888
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../sphinx_celery/sphinx_celery-2.0.0-r2.ebuild    | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
new file mode 100644
index 000000000000..8183bd75a3c7
--- /dev/null
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Celery Sphinx Theme and Utilities"
+HOMEPAGE="
+	https://github.com/celery/sphinx_celery/
+	https://pypi.org/project/sphinx_celery/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+	>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2023-04-19  9:43 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-04-19  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     81aadb79a0907a1b6db75802e06c11bbc403757e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 09:43:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 09:43:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81aadb79

dev-python/sphinx_celery: Stabilize 2.0.0-r2 x86, #904651

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
index 9d49030dea68..388d08d67994 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 RDEPEND="
 	>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2023-04-19  9:45 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-04-19  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6ee2011206f62064ad93fd285e90c2e00a3566ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 09:45:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 09:45:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee20112

dev-python/sphinx_celery: Stabilize 2.0.0-r2 amd64, #904651

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
index 388d08d67994..8d5b79ee5db2 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
 	>=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/
@ 2023-04-19 10:24 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2023-04-19 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     03e47f4dd32b0719db6ee09ddaa9093d6c0ecabd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 10:24:02 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 10:24:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e47f4d

dev-python/sphinx_celery: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
deleted file mode 100644
index 5a70f7ebd8c4..000000000000
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Celery Sphinx Theme and Utilities"
-HOMEPAGE="https://pypi.org/project/sphinx_celery/ https://github.com/celery/sphinx_celery"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND=">=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-04-19 10:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16  7:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/ Zac Medico
  -- strict thread matches above, loose matches on Subject: below --
2023-04-19 10:24 Michał Górny
2023-04-19  9:45 Sam James
2023-04-19  9:43 Sam James
2023-04-13 15:20 Michał Górny
2023-04-13 15:20 Michał Górny
2022-05-22 15:53 Zac Medico
2020-11-08 22:28 Zac Medico
2020-10-17 21:53 Matthew Thode
2020-03-29  9:16 Michał Górny
2020-02-11 19:50 Agostino Sarubbo
2020-02-11 19:43 Agostino Sarubbo
2020-02-06  6:18 Michał Górny
2019-06-27 19:44 Zac Medico
2019-06-26  2:40 Zac Medico
2018-04-13  9:53 Zac Medico
2017-09-30  0:00 Matt Thode
2017-01-20  7:13 Zac Medico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox