public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib_github_alt/
@ 2022-01-23 18:50 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2022-01-23 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     52baf4702858d7a05b5cd0d78ced14abfb5ec2ec
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 16:43:10 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 18:49:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52baf470

dev-python/sphinxcontrib_github_alt: new package, 1.2

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/sphinxcontrib_github_alt/Manifest       |  1 +
 dev-python/sphinxcontrib_github_alt/metadata.xml   | 13 +++++++++++++
 .../sphinxcontrib_github_alt-1.2.ebuild            | 22 ++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/sphinxcontrib_github_alt/Manifest b/dev-python/sphinxcontrib_github_alt/Manifest
new file mode 100644
index 000000000000..c3831670c955
--- /dev/null
+++ b/dev-python/sphinxcontrib_github_alt/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib_github_alt-1.2.tar.gz 4015 BLAKE2B 3d3c70124bbb57dbdba5657e28afa88b8576de1a93e28f283cc546134cf326a9c5205d1e68868b0915ddfbfecafbccd5bd2a5e6c0db9938553ad4e31412eec08 SHA512 846139bddd1d12469f7f1564ec3c7c679cf05c79d5c29e2cd5ab23ae4282b084876e09386c3980ec057bf74590f002e50998cb64c84cfd13042ad095b51f9a60

diff --git a/dev-python/sphinxcontrib_github_alt/metadata.xml b/dev-python/sphinxcontrib_github_alt/metadata.xml
new file mode 100644
index 000000000000..4c0ca89ff16b
--- /dev/null
+++ b/dev-python/sphinxcontrib_github_alt/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="pypi">sphinxcontrib_github_alt</remote-id>
+		<remote-id type="github">jupyter/sphinxcontrib_github_alt</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/sphinxcontrib_github_alt/sphinxcontrib_github_alt-1.2.ebuild b/dev-python/sphinxcontrib_github_alt/sphinxcontrib_github_alt-1.2.ebuild
new file mode 100644
index 000000000000..ea2861ef91c1
--- /dev/null
+++ b/dev-python/sphinxcontrib_github_alt/sphinxcontrib_github_alt-1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=flit
+inherit distutils-r1
+
+DESCRIPTION="Link to GitHub issues, pull requests, commits and users from Sphinx docs"
+HOMEPAGE="https://pypi.org/project/sphinxcontrib_github_alt/
+	https://github.com/jupyter/sphinxcontrib_github_alt"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/docutils[${PYTHON_USEDEP}]
+	dev-python/sphinx[${PYTHON_USEDEP}]
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib_github_alt/
@ 2022-02-04 19:47 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2022-02-04 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     eb0d3d592fe5a1aa6632be68e65923959b08d53a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 19:44:56 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 19:47:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0d3d59

dev-python/sphinxcontrib_github_alt: revert new package

I have added a duplicate package, so remove it after fixing all
reverse dependencies and adding weak block for original package.

Reverts: 52baf4702858d7a05b5cd0d78ced14abfb5ec2ec.
Closes: https://bugs.gentoo.org/832379
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/sphinxcontrib_github_alt/Manifest       |  1 -
 dev-python/sphinxcontrib_github_alt/metadata.xml   | 13 -------------
 .../sphinxcontrib_github_alt-1.2.ebuild            | 22 ----------------------
 3 files changed, 36 deletions(-)

diff --git a/dev-python/sphinxcontrib_github_alt/Manifest b/dev-python/sphinxcontrib_github_alt/Manifest
deleted file mode 100644
index c3831670c955..000000000000
--- a/dev-python/sphinxcontrib_github_alt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinxcontrib_github_alt-1.2.tar.gz 4015 BLAKE2B 3d3c70124bbb57dbdba5657e28afa88b8576de1a93e28f283cc546134cf326a9c5205d1e68868b0915ddfbfecafbccd5bd2a5e6c0db9938553ad4e31412eec08 SHA512 846139bddd1d12469f7f1564ec3c7c679cf05c79d5c29e2cd5ab23ae4282b084876e09386c3980ec057bf74590f002e50998cb64c84cfd13042ad095b51f9a60

diff --git a/dev-python/sphinxcontrib_github_alt/metadata.xml b/dev-python/sphinxcontrib_github_alt/metadata.xml
deleted file mode 100644
index 4c0ca89ff16b..000000000000
--- a/dev-python/sphinxcontrib_github_alt/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-		<name>Python</name>
-	</maintainer>
-	<stabilize-allarches/>
-	<upstream>
-		<remote-id type="pypi">sphinxcontrib_github_alt</remote-id>
-		<remote-id type="github">jupyter/sphinxcontrib_github_alt</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/sphinxcontrib_github_alt/sphinxcontrib_github_alt-1.2.ebuild b/dev-python/sphinxcontrib_github_alt/sphinxcontrib_github_alt-1.2.ebuild
deleted file mode 100644
index ea2861ef91c1..000000000000
--- a/dev-python/sphinxcontrib_github_alt/sphinxcontrib_github_alt-1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_PEP517=flit
-inherit distutils-r1
-
-DESCRIPTION="Link to GitHub issues, pull requests, commits and users from Sphinx docs"
-HOMEPAGE="https://pypi.org/project/sphinxcontrib_github_alt/
-	https://github.com/jupyter/sphinxcontrib_github_alt"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/docutils[${PYTHON_USEDEP}]
-	dev-python/sphinx[${PYTHON_USEDEP}]
-"


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

end of thread, other threads:[~2022-02-04 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-04 19:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib_github_alt/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-01-23 18:50 Arthur Zamarin

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