commit:     e0d1000254ca011048a699869ec90bec4b672d75
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 10:27:38 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  6 10:30:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d10002

Move {dev-python → app-doc}/python-docs

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

 {dev-python => app-doc}/python-docs/Manifest       |  0
 {dev-python => app-doc}/python-docs/metadata.xml   |  0
 .../python-docs/python-docs-2.7.18.ebuild          |  0
 .../python-docs/python-docs-3.10.10.ebuild         |  0
 .../python-docs/python-docs-3.10.11.ebuild         |  0
 .../python-docs/python-docs-3.11.2.ebuild          |  0
 .../python-docs/python-docs-3.11.3.ebuild          |  0
 .../python-docs/python-docs-3.8.16.ebuild          |  0
 .../python-docs/python-docs-3.9.16.ebuild          |  0
 dev-python/python-docs/python-docs-2.7.18.ebuild   | 23 ----------------------
 profiles/updates/2Q-2023                           |  1 +
 11 files changed, 1 insertion(+), 23 deletions(-)

diff --git a/dev-python/python-docs/Manifest b/app-doc/python-docs/Manifest
similarity index 100%
rename from dev-python/python-docs/Manifest
rename to app-doc/python-docs/Manifest

diff --git a/dev-python/python-docs/metadata.xml 
b/app-doc/python-docs/metadata.xml
similarity index 100%
rename from dev-python/python-docs/metadata.xml
rename to app-doc/python-docs/metadata.xml

diff --git a/dev-python/python-docs/python-docs-3.10.10.ebuild 
b/app-doc/python-docs/python-docs-2.7.18.ebuild
similarity index 100%
copy from dev-python/python-docs/python-docs-3.10.10.ebuild
copy to app-doc/python-docs/python-docs-2.7.18.ebuild

diff --git a/dev-python/python-docs/python-docs-3.10.10.ebuild 
b/app-doc/python-docs/python-docs-3.10.10.ebuild
similarity index 100%
rename from dev-python/python-docs/python-docs-3.10.10.ebuild
rename to app-doc/python-docs/python-docs-3.10.10.ebuild

diff --git a/dev-python/python-docs/python-docs-3.10.11.ebuild 
b/app-doc/python-docs/python-docs-3.10.11.ebuild
similarity index 100%
rename from dev-python/python-docs/python-docs-3.10.11.ebuild
rename to app-doc/python-docs/python-docs-3.10.11.ebuild

diff --git a/dev-python/python-docs/python-docs-3.11.2.ebuild 
b/app-doc/python-docs/python-docs-3.11.2.ebuild
similarity index 100%
rename from dev-python/python-docs/python-docs-3.11.2.ebuild
rename to app-doc/python-docs/python-docs-3.11.2.ebuild

diff --git a/dev-python/python-docs/python-docs-3.11.3.ebuild 
b/app-doc/python-docs/python-docs-3.11.3.ebuild
similarity index 100%
rename from dev-python/python-docs/python-docs-3.11.3.ebuild
rename to app-doc/python-docs/python-docs-3.11.3.ebuild

diff --git a/dev-python/python-docs/python-docs-3.8.16.ebuild 
b/app-doc/python-docs/python-docs-3.8.16.ebuild
similarity index 100%
rename from dev-python/python-docs/python-docs-3.8.16.ebuild
rename to app-doc/python-docs/python-docs-3.8.16.ebuild

diff --git a/dev-python/python-docs/python-docs-3.9.16.ebuild 
b/app-doc/python-docs/python-docs-3.9.16.ebuild
similarity index 100%
rename from dev-python/python-docs/python-docs-3.9.16.ebuild
rename to app-doc/python-docs/python-docs-3.9.16.ebuild

diff --git a/dev-python/python-docs/python-docs-2.7.18.ebuild 
b/dev-python/python-docs/python-docs-2.7.18.ebuild
deleted file mode 100644
index 69cbb66a42be..000000000000
--- a/dev-python/python-docs/python-docs-2.7.18.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="HTML documentation for Python"
-HOMEPAGE="https://www.python.org/doc/";
-SRC_URI="https://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2";
-S="${WORKDIR}/python-${PV}-docs-html"
-
-LICENSE="PSF-2"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-
-src_install() {
-       rm -r _sources || die
-       docinto html
-       dodoc -r .
-
-       newenvd - 60python-docs-${SLOT} <<-EOF
-               
PYTHONDOCS_${SLOT//./_}="${EPREFIX}/usr/share/doc/${PF}/html/library"
-       EOF
-}

diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023
index 2ca2380b4e9a..269f504ea848 100644
--- a/profiles/updates/2Q-2023
+++ b/profiles/updates/2Q-2023
@@ -9,3 +9,4 @@ move dev-python/python-mpd dev-python/python-mpd2
 move dev-python/sphinx_celery dev-python/sphinx-celery
 move dev-python/pretty-yaml dev-python/pyaml
 move dev-python/aws-xray-sdk-python dev-python/aws-xray-sdk
+move dev-python/python-docs app-doc/python-docs

Reply via email to