public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2016-06-11  9:48 Patrice Clement
  0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2016-06-11  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     0ae460bb3f10353a2f05c8536c962c2d53ff308b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 09:18:10 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 09:20:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae460bb

app-vim/pydoc: Add pydoc vimscript to the tree.

Gentoo-Bug: https://bugs.gentoo.org/471730
Package-Manager: portage-2.2.28

 app-vim/pydoc/Manifest         |  1 +
 app-vim/pydoc/metadata.xml     | 11 +++++++++++
 app-vim/pydoc/pydoc-2.0.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/app-vim/pydoc/Manifest b/app-vim/pydoc/Manifest
new file mode 100644
index 0000000..ea22f92
--- /dev/null
+++ b/app-vim/pydoc/Manifest
@@ -0,0 +1 @@
+DIST pydoc-2.0.tar.gz 2795 SHA256 3d55f46aeccc76b1f0c21fef7e859158929710f7255719eba996f532cb0ce0f9 SHA512 bea2e0dcb82090803b45e0cbccf5ad610a39f22d04c099e5e946e2b3707c9cbd69b85e3f1024a73760d1ff81a0199aeeb3bab20546307676953156eff7185214 WHIRLPOOL 7a0337a68ba7075c08c379e9bc138b1130cf4c7b56e529f11da98e5689a64a4d84afb155f1e8306a229725c1e61a619a94371f722c6ad7adae30dc9040aba7a3

diff --git a/app-vim/pydoc/metadata.xml b/app-vim/pydoc/metadata.xml
new file mode 100644
index 0000000..6c8987e
--- /dev/null
+++ b/app-vim/pydoc/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="project">
+    <email>vim@gentoo.org</email>
+    <name>Gentoo Vim Project</name>
+  </maintainer>
+  <maintainer type="person">
+    <email>monsieurp@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>

diff --git a/app-vim/pydoc/pydoc-2.0.ebuild b/app-vim/pydoc/pydoc-2.0.ebuild
new file mode 100644
index 0000000..3776a04
--- /dev/null
+++ b/app-vim/pydoc/pydoc-2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: integrates python documentation view and search tool"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
+SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND="dev-lang/python:*"
+
+src_unpack() {
+	default
+	mv * "${P}" || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2016-10-31 12:09 Patrice Clement
  0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2016-10-31 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1261e9230ac6e7c872976220d74a359e76d4e05b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 20:21:17 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 11:53:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1261e923

app-vim/pydoc: stable for x86. mark stable for the remaining arches whilst at it using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 app-vim/pydoc/pydoc-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0.ebuild b/app-vim/pydoc/pydoc-2.0.ebuild
index 3776a04..812413f 100644
--- a/app-vim/pydoc/pydoc-2.0.ebuild
+++ b/app-vim/pydoc/pydoc-2.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: integrates python documentation view and search tool"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
 SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2017-08-20 16:26 Patrice Clement
  0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2017-08-20 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     38eb7ec3b95030e163f50aab03185403e6c64451
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 16:26:01 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 16:26:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38eb7ec3

app-vim/pydoc: port to python-single-r1.

Gentoo-Bug: https://bugs.gentoo.org/615910

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/pydoc/pydoc-2.0-r1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
new file mode 100644
index 00000000000..a545995d032
--- /dev/null
+++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: integrates python documentation view and search tool"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
+SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+src_unpack() {
+	default
+	mv * "${P}" || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2017-08-20 16:29 Patrice Clement
  0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2017-08-20 16:29 UTC (permalink / raw
  To: gentoo-commits

commit:     1e8ff6407dee6415a02c2b4c4dee90dbc6fbfd16
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 16:28:53 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 16:28:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8ff640

app-vim/pydoc: add REQUIRED_USE.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/pydoc/pydoc-2.0-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
index a545995d032..7114a955e20 100644
--- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
@@ -13,7 +13,10 @@ SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 DEPEND="app-arch/unzip"
+RDEPEND="${PYTHON_DEPS}"
 
 src_unpack() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2017-11-06 23:00 Patrice Clement
  0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2017-11-06 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     279e1445b5e82a0a9f9ac41d751c170972686c60
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 22:57:01 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 22:57:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279e1445

app-vim/pydoc: stable for amd64+x86.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-vim/pydoc/pydoc-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
index 7114a955e20..88fd9c7ffd5 100644
--- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: integrates python documentation view and search tool"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
 SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2017-11-06 23:00 Patrice Clement
  0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2017-11-06 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     bbb8849f9e11baf429d96156a5dab8a0879427bb
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 22:59:57 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 22:59:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb8849f

app-vim/pydoc: clean up old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-vim/pydoc/pydoc-2.0.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/app-vim/pydoc/pydoc-2.0.ebuild b/app-vim/pydoc/pydoc-2.0.ebuild
deleted file mode 100644
index ad9661d6297..00000000000
--- a/app-vim/pydoc/pydoc-2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: integrates python documentation view and search tool"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
-SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-lang/python:*"
-
-src_unpack() {
-	default
-	mv * "${P}" || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2018-03-07 22:15 Patrice Clement
  0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2018-03-07 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     85d5e62067e22ef914d623a6118db6a6f2dc3eb6
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Mar  7 18:49:39 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 22:14:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d5e620

app-vim/pydoc: use HTTPS.

 app-vim/pydoc/pydoc-2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
index 88fd9c7ffd5..775d576a1d3 100644
--- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r1.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 vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: integrates python documentation view and search tool"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
 SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc ppc64 x86"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2020-05-07 13:18 Michał Górny
  0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2020-05-07 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a2f69a5ca9f28c335efd92dc429fb7397115ffcb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  7 13:12:36 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  7 13:18:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f69a5c

app-vim/pydoc: Remove py2.7

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

 app-vim/pydoc/pydoc-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
index c77c3319783..db83486ae1a 100644
--- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit vim-plugin python-single-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2020-09-02 16:38 Patrice Clement
  0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2020-09-02 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     036190f796c1c116c28ca5bbc827def27eae2acb
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 16:37:46 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 16:38:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036190f7

app-vim/pydoc: add python3_7 and python3_8 to PYTHON_TARGETS.

Closes: https://bugs.gentoo.org/737358
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
new file mode 100644
index 00000000000..3105dd0dc42
--- /dev/null
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit vim-plugin python-single-r1 vcs-snapshot
+
+DESCRIPTION="vim plugin: integrates python documentation view and search tool"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
+SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="app-arch/unzip"
+RDEPEND="${PYTHON_DEPS}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2020-12-02 21:08 Aaron Bauman
  0 siblings, 0 replies; 23+ messages in thread
From: Aaron Bauman @ 2020-12-02 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0fdd103fce75b2d0145fc0a9f6c2c4e90642d102
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 21:07:43 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 21:07:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdd103f

app-vim/pydoc: add py3_9

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
index 3105dd0dc42..06daa52eb0e 100644
--- a/app-vim/pydoc/pydoc-2.0-r2.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit vim-plugin python-single-r1 vcs-snapshot
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2020-12-02 22:09 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2020-12-02 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     583d34549433c9c23154954ac3543acd57110540
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 22:08:24 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 22:08:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583d3454

app-vim/pydoc: Stabilize 2.0-r2 amd64, #758143

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

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
index 06daa52eb0e..ac840cb5ee9 100644
--- a/app-vim/pydoc/pydoc-2.0-r2.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: integrates python documentation view and search tool"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
 SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2020-12-02 23:31 Thomas Deutschmann
  0 siblings, 0 replies; 23+ messages in thread
From: Thomas Deutschmann @ 2020-12-02 23:31 UTC (permalink / raw
  To: gentoo-commits

commit:     46baddccfa8b2905f78bda303b8ed24118fe9e17
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 23:26:25 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 23:30:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46baddcc

app-vim/pydoc: x86 stable (bug #758143)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
index ac840cb5ee9..59f7d369ef3 100644
--- a/app-vim/pydoc/pydoc-2.0-r2.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: integrates python documentation view and search tool"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
 SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2020-12-04 18:37 Sergei Trofimovich
  0 siblings, 0 replies; 23+ messages in thread
From: Sergei Trofimovich @ 2020-12-04 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     851953162890ea2d385a1e51f40b2fe182e91956
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 18:34:21 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 18:37:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85195316

app-vim/pydoc: stable 2.0-r2 for ppc64

stable wrt bug #758143

Package-Manager: Portage-3.0.11, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
index 2030d6572e3..b11b9e33c8f 100644
--- a/app-vim/pydoc/pydoc-2.0-r2.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: integrates python documentation view and search tool"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
 SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2020-12-04 19:25 Aaron Bauman
  0 siblings, 0 replies; 23+ messages in thread
From: Aaron Bauman @ 2020-12-04 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8d66ccda34097256a8589cfc8e5e75b6f300ce53
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 19:25:07 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 19:25:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d66ccda

app-vim/pydoc: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
deleted file mode 100644
index b11b9e33c8f..00000000000
--- a/app-vim/pydoc/pydoc-2.0-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: integrates python documentation view and search tool"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
-SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="app-arch/unzip"
-RDEPEND="${PYTHON_DEPS}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2020-12-30 21:32 Michał Górny
  0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2020-12-30 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6ff1bf61bef20034ee8d2bfc4a26145d5070c797
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 21:28:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 21:32:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff1bf61

app-vim/pydoc: Port up to py3.8

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

 app-vim/pydoc/pydoc-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
index db83486ae1a..ee401b22879 100644
--- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6..8} )
 
 inherit vim-plugin python-single-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2021-05-24 18:52 Michał Górny
  0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2021-05-24 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0a7d9f4d0dd4787fc5016ee8bebab65356c16c29
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon May 24 08:50:00 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 24 18:52:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7d9f4d

app-vim/pydoc: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/pydoc/pydoc-2.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
index 757edeaf85d..9bf0728a906 100644
--- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: integrates python documentation view and search tool"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
 SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
+
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc ppc64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="app-arch/unzip"
 RDEPEND="${PYTHON_DEPS}"
 
 src_unpack() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2022-09-30 20:41 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2022-09-30 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     57daf3bcde33697839381622fda2c6f7076d09da
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 20:03:49 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 20:40:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57daf3bc

app-vim/pydoc: EAPI=8, enable py3.11

- use more stable tarball from github
- simplify src_unpack

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

 app-vim/pydoc/Manifest            |  1 +
 app-vim/pydoc/pydoc-2.0-r2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-vim/pydoc/Manifest b/app-vim/pydoc/Manifest
index 094b819cbc7d..e85c42feb7b1 100644
--- a/app-vim/pydoc/Manifest
+++ b/app-vim/pydoc/Manifest
@@ -1 +1,2 @@
+DIST pydoc-2.0.gh.tar.gz 2790 BLAKE2B 520c92fb38d75961342d6c638d3e38f1973ac459553b18f11e03c082b76656a6ad6c56b820f07830e917e14c48496c5b6a9c56c998773d8e8eb698613e6945df SHA512 d082d1921799548092df8b0391022582dad33e478608de7a8832b1a3b11e648c66298c9b61b473a58571f3479858dfe568d0b18f8af49046dd06a3ecf4e56bd3
 DIST pydoc-2.0.tar.gz 2795 BLAKE2B d780265c474081431e43076db9e5bc244677d9deaaa44bbd6ba2c2bdce7e88b8e2f0c6a9e14ca5a3a4bda7925b5c5bc108a34d5d6fecaabe9f0a025774b101ca SHA512 bea2e0dcb82090803b45e0cbccf5ad610a39f22d04c099e5e946e2b3707c9cbd69b85e3f1024a73760d1ff81a0199aeeb3bab20546307676953156eff7185214

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
new file mode 100644
index 000000000000..a33f308db8de
--- /dev/null
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: integrates python documentation view and search tool"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910
+	https://github.com/fs111/pydoc.vim"
+SRC_URI="
+	https://github.com/fs111/${PN}.vim/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${PN}.vim-${PV}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2022-12-22 17:23 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2022-12-22 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     bfb8fb08f33a148b2cdbe05e651cdbbe2bc3c556
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 17:22:55 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 17:22:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb8fb08

app-vim/pydoc: Stabilize 2.0-r2 ppc, #884661

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

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
index 3c9be6edfaf5..c762aabe1336 100644
--- a/app-vim/pydoc/pydoc-2.0-r2.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 S=${WORKDIR}/${PN}.vim-${PV}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2022-12-22 17:23 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2022-12-22 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b346c0bd7c53872251a700aecbc5cd5beb6b2829
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 17:22:53 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 17:22:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b346c0bd

app-vim/pydoc: Stabilize 2.0-r2 x86, #884661

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

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
index a33f308db8de..82dcd7cddeca 100644
--- a/app-vim/pydoc/pydoc-2.0-r2.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 S=${WORKDIR}/${PN}.vim-${PV}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2022-12-22 17:23 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2022-12-22 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e8abc79f3cb9be2a0cc13f6a09c216674d736b46
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 17:22:54 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 17:22:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8abc79f

app-vim/pydoc: Stabilize 2.0-r2 amd64, #884661

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

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
index 82dcd7cddeca..f0d444321e9b 100644
--- a/app-vim/pydoc/pydoc-2.0-r2.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 S=${WORKDIR}/${PN}.vim-${PV}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2022-12-22 17:23 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2022-12-22 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     047d42f07c19b2fa57f7ae3873dc4a1138551ac7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 17:22:55 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 17:22:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047d42f0

app-vim/pydoc: Stabilize 2.0-r2 ppc64, #884661

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

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
index f0d444321e9b..3c9be6edfaf5 100644
--- a/app-vim/pydoc/pydoc-2.0-r2.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 S=${WORKDIR}/${PN}.vim-${PV}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2022-12-22 19:03 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2022-12-22 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2d0fbc55fa84ed13f7de6b8205b6de249ee97ff7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 19:02:18 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 19:03:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0fbc55

app-vim/pydoc: drop 2.0-r1 (EAPI=6)

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

 app-vim/pydoc/Manifest            |  1 -
 app-vim/pydoc/pydoc-2.0-r1.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/app-vim/pydoc/Manifest b/app-vim/pydoc/Manifest
index e85c42feb7b1..5583463b25d3 100644
--- a/app-vim/pydoc/Manifest
+++ b/app-vim/pydoc/Manifest
@@ -1,2 +1 @@
 DIST pydoc-2.0.gh.tar.gz 2790 BLAKE2B 520c92fb38d75961342d6c638d3e38f1973ac459553b18f11e03c082b76656a6ad6c56b820f07830e917e14c48496c5b6a9c56c998773d8e8eb698613e6945df SHA512 d082d1921799548092df8b0391022582dad33e478608de7a8832b1a3b11e648c66298c9b61b473a58571f3479858dfe568d0b18f8af49046dd06a3ecf4e56bd3
-DIST pydoc-2.0.tar.gz 2795 BLAKE2B d780265c474081431e43076db9e5bc244677d9deaaa44bbd6ba2c2bdce7e88b8e2f0c6a9e14ca5a3a4bda7925b5c5bc108a34d5d6fecaabe9f0a025774b101ca SHA512 bea2e0dcb82090803b45e0cbccf5ad610a39f22d04c099e5e946e2b3707c9cbd69b85e3f1024a73760d1ff81a0199aeeb3bab20546307676953156eff7185214

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
deleted file mode 100644
index 9bf0728a9061..000000000000
--- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="vim plugin: integrates python documentation view and search tool"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
-SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-src_unpack() {
-	default
-	mv * "${P}" || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
@ 2024-07-29 10:42 Pacho Ramos
  0 siblings, 0 replies; 23+ messages in thread
From: Pacho Ramos @ 2024-07-29 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     e53bb9ebb26386d8542cb58b759d23d87195c5d3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 10:32:40 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 10:41:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53bb9eb

app-vim/pydoc: enable py3.12

Closes: https://bugs.gentoo.org/929374
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-vim/pydoc/pydoc-2.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
index 77ced46cdbdb..e1db3e2bae8e 100644
--- a/app-vim/pydoc/pydoc-2.0-r2.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: integrates python documentation view and search tool"


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

end of thread, other threads:[~2024-07-29 10:42 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 10:42 [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2022-12-22 19:03 Arthur Zamarin
2022-12-22 17:23 Arthur Zamarin
2022-12-22 17:23 Arthur Zamarin
2022-12-22 17:23 Arthur Zamarin
2022-12-22 17:23 Arthur Zamarin
2022-09-30 20:41 Arthur Zamarin
2021-05-24 18:52 Michał Górny
2020-12-30 21:32 Michał Górny
2020-12-04 19:25 Aaron Bauman
2020-12-04 18:37 Sergei Trofimovich
2020-12-02 23:31 Thomas Deutschmann
2020-12-02 22:09 Sam James
2020-12-02 21:08 Aaron Bauman
2020-09-02 16:38 Patrice Clement
2020-05-07 13:18 Michał Górny
2018-03-07 22:15 Patrice Clement
2017-11-06 23:00 Patrice Clement
2017-11-06 23:00 Patrice Clement
2017-08-20 16:29 Patrice Clement
2017-08-20 16:26 Patrice Clement
2016-10-31 12:09 Patrice Clement
2016-06-11  9:48 Patrice Clement

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