[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2024-05-28 Thread Michał Górny
commit: d940b768eeb9ff35ce44357d39be1b002842cb74
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 15:28:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 28 15:28:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d940b768

app-arch/vimball: Enable py3.12

Closes: https://bugs.gentoo.org/929283
Signed-off-by: Michał Górny  gentoo.org>

 app-arch/vimball/vimball-0.5.1-r1.ebuild | 4 ++--
 app-arch/vimball/vimball-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-arch/vimball/vimball-0.5.1-r1.ebuild 
b/app-arch/vimball/vimball-0.5.1-r1.ebuild
index 9f4edd4d930f..e2e4e7756c87 100644
--- a/app-arch/vimball/vimball-0.5.1-r1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index 368e668cb296..16af6ddb5d43 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2024-02-04 Thread Sam James
commit: 2a1934b60752a9837bb8eb570dbd250c565942c5
Author: Eli Schwartz  gmail  com>
AuthorDate: Sun Feb  4 07:02:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  4 20:10:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1934b6

app-arch/vimball: drop old

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-arch/vimball/vimball-0.5.1.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/app-arch/vimball/vimball-0.5.1.ebuild 
b/app-arch/vimball/vimball-0.5.1.ebuild
deleted file mode 100644
index 7c16b5de902f..
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ /dev/null
@@ -1,24 +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=rdepend
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/radhermit/vimball.git";
-   inherit git-r3
-else
-   KEYWORDS="amd64 x86"
-   inherit pypi
-fi
-
-DESCRIPTION="a command-line vimball archive extractor"
-HOMEPAGE="https://github.com/radhermit/vimball";
-
-LICENSE="MIT"
-SLOT="0"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2023-04-19 Thread Sam James
commit: 21a15567087885feb0e44da4f101c46264343fa5
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 19 11:02:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 19 11:04:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a15567

app-arch/vimball: Stabilize 0.5.1-r1 amd64, #904601

Signed-off-by: Sam James  gentoo.org>

 app-arch/vimball/vimball-0.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/vimball/vimball-0.5.1-r1.ebuild 
b/app-arch/vimball/vimball-0.5.1-r1.ebuild
index 9ac9f24b5175..9f4edd4d930f 100644
--- a/app-arch/vimball/vimball-0.5.1-r1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/radhermit/vimball.git";
inherit git-r3
 else
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
inherit pypi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2023-04-19 Thread Sam James
commit: 5ee9e0a48c6e39d8e58618c3d1542b31dceaff15
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 19 09:41:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 19 09:42:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee9e0a4

app-arch/vimball: Stabilize 0.5.1-r1 x86, #904601

Signed-off-by: Sam James  gentoo.org>

 app-arch/vimball/vimball-0.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/vimball/vimball-0.5.1-r1.ebuild 
b/app-arch/vimball/vimball-0.5.1-r1.ebuild
index 368e668cb296..9ac9f24b5175 100644
--- a/app-arch/vimball/vimball-0.5.1-r1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/radhermit/vimball.git";
inherit git-r3
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
inherit pypi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2023-04-09 Thread Michał Górny
commit: 764a2ea361de74f0618ab9547103b055e7c10013
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  9 16:14:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  9 16:14:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764a2ea3

app-arch/vimball: EAPI 8, PEP517, py3.11

Closes: https://bugs.gentoo.org/896498
Signed-off-by: Michał Górny  gentoo.org>

 .../{vimball-.ebuild => vimball-0.5.1-r1.ebuild}   | 14 +-
 app-arch/vimball/vimball-.ebuild   | 14 +-
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-0.5.1-r1.ebuild
similarity index 60%
copy from app-arch/vimball/vimball-.ebuild
copy to app-arch/vimball/vimball-0.5.1-r1.ebuild
index ce0b02ce114e..368e668cb296 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-0.5.1-r1.ebuild
@@ -1,10 +1,11 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -15,8 +16,11 @@ else
inherit pypi
 fi
 
-DESCRIPTION="a command-line vimball archive extractor"
-HOMEPAGE="https://github.com/radhermit/vimball";
+DESCRIPTION="A command-line vimball archive extractor"
+HOMEPAGE="
+   https://github.com/radhermit/vimball/
+   https://pypi.org/project/vimball/
+"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index ce0b02ce114e..368e668cb296 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -1,10 +1,11 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -15,8 +16,11 @@ else
inherit pypi
 fi
 
-DESCRIPTION="a command-line vimball archive extractor"
-HOMEPAGE="https://github.com/radhermit/vimball";
+DESCRIPTION="A command-line vimball archive extractor"
+HOMEPAGE="
+   https://github.com/radhermit/vimball/
+   https://pypi.org/project/vimball/
+"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2023-03-16 Thread Michał Górny
commit: b849a9ca801c0152de4122d4bacbbc572b7715b6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 16:16:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 18:50:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b849a9ca

app-arch/vimball: Sync the live ebuild

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

 app-arch/vimball/vimball-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index eed176d67ea1..ce0b02ce114e 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
KEYWORDS="~amd64 ~x86"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   inherit pypi
 fi
 
 DESCRIPTION="a command-line vimball archive extractor"



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2022-02-11 Thread Ionen Wolkens
commit: d466a4886d74a8d1e0cf80b142ec95a7ba07e285
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Feb 11 17:46:24 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Feb 11 23:13:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d466a488

app-arch/vimball: enable py3.10

Tests pass, and revdep can use it fine.

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-arch/vimball/vimball-0.5.1.ebuild | 4 ++--
 app-arch/vimball/vimball-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-arch/vimball/vimball-0.5.1.ebuild 
b/app-arch/vimball/vimball-0.5.1.ebuild
index 1c9ba30f2f58..9f827470a310 100644
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index ee51ee899907..99f665cb9aba 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2021-03-02 Thread Sam James
commit: 1182b3f591cacb3555cd8b1783ddb6b8c0ad357e
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  2 08:05:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  2 08:40:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1182b3f5

app-arch/vimball: add Python 3.9, use d_e_t pytest

Signed-off-by: Sam James  gentoo.org>

 app-arch/vimball/vimball-0.5.1.ebuild | 13 -
 app-arch/vimball/vimball-.ebuild  | 13 -
 2 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/app-arch/vimball/vimball-0.5.1.ebuild 
b/app-arch/vimball/vimball-0.5.1.ebuild
index 2ad50ff8856..1c9ba30f2f5 100644
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
@@ -19,11 +20,5 @@ HOMEPAGE="https://github.com/radhermit/vimball";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
-python_test() {
-   esetup.py test
-}
+distutils_enable_tests pytest

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index b5126bad3cf..ee51ee89990 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
@@ -19,11 +20,5 @@ HOMEPAGE="https://github.com/radhermit/vimball";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
-python_test() {
-   esetup.py test
-}
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2020-06-21 Thread Patrice Clement
commit: c8a6ff3849e3eadfa7829bffad07e9b9df611316
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 21 14:23:04 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 21 14:57:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a6ff38

app-arch/vimball: stable for amd64+x86.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement  gentoo.org>

 app-arch/vimball/vimball-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/vimball/vimball-0.5.1.ebuild 
b/app-arch/vimball/vimball-0.5.1.ebuild
index 9bcf7f649ea..f5c82d11a75 100644
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/radhermit/vimball.git";
inherit git-r3
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2020-02-11 Thread Tim Harder
commit: 0a83de73f463d850c0769ea9795a9d2729e65395
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Feb 12 00:24:36 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Feb 12 00:50:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a83de73

app-arch/vimball: add py38 compat and fix DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Tim Harder  gentoo.org>

 app-arch/vimball/vimball-0.5.1.ebuild | 5 ++---
 app-arch/vimball/vimball-.ebuild  | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-arch/vimball/vimball-0.5.1.ebuild 
b/app-arch/vimball/vimball-0.5.1.ebuild
index 38f71ad8b03..9bcf7f649ea 100644
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -21,8 +22,6 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}"
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index 38f71ad8b03..9bcf7f649ea 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -21,8 +22,6 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}"
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2020-02-11 Thread Tim Harder
commit: 0129d42a8b187cb5d90213149209cad0f9e75778
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Feb 12 00:11:05 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Feb 12 00:50:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0129d42a

app-arch/vimball: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 app-arch/vimball/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-arch/vimball/metadata.xml b/app-arch/vimball/metadata.xml
index d32fca1cb55..66b3d21b657 100644
--- a/app-arch/vimball/metadata.xml
+++ b/app-arch/vimball/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-radher...@gentoo.org
-Tim Harder
-  
+  
   
 vimball
 radhermit/vimball



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2019-08-14 Thread Tim Harder
commit: ec4a00e9005a7fd27d83aadaec7d6c739ac915e2
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:05:02 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:14:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4a00e9

app-arch/vimball: bump to EAPI 7, add py37 support, and missing test RESTRICT

Signed-off-by: Tim Harder  gentoo.org>

 app-arch/vimball/vimball-0.5.1.ebuild | 11 ++-
 app-arch/vimball/vimball-.ebuild  |  9 +
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/app-arch/vimball/vimball-0.5.1.ebuild 
b/app-arch/vimball/vimball-0.5.1.ebuild
index 56775e8beca..280fc206bc0 100644
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{3_5,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -19,10 +19,11 @@ HOMEPAGE="https://github.com/radhermit/vimball";
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}"
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {
esetup.py test

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index 82a39960d3e..280fc206bc0 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.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=( python{3_5,3_6,3_7} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -19,10 +19,11 @@ HOMEPAGE="https://github.com/radhermit/vimball";
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}"
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {
esetup.py test



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2019-04-16 Thread Tim Harder
commit: ed6eb76ae6a7f4ceec3c061f1e824ad8b325bffd
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Apr 13 04:30:39 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Apr 16 20:36:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6eb76a

app-arch/vimball: drop py34/py35 support and add py37

Signed-off-by: Tim Harder  gentoo.org>

 app-arch/vimball/vimball-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index b24f9bccd79..82a39960d3e 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2018-06-27 Thread Pacho Ramos
commit: fa2acd4a8946e263e3b42e54e7e8feda4090feb8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 18:27:38 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 19:29:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2acd4a

app-arch/vimball: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-arch/vimball/vimball-0.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/vimball/vimball-0.5.1.ebuild 
b/app-arch/vimball/vimball-0.5.1.ebuild
index 9cdd63e021a..9876af4ce01 100644
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2017-02-26 Thread Tim Harder
commit: c4edf6e7890f537d4840154e1b5354d5d6e607ec
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Feb 27 01:45:53 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Feb 27 01:46:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4edf6e7

app-arch/vimball: add py36 support

 app-arch/vimball/vimball-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index 7d14cdd070..53fa67225c 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2016-10-29 Thread Tim Harder
commit: 0e4d677487d7cbf7495a7efeb00bcc02655060ca
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Oct 29 23:10:58 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Oct 29 23:12:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4d6774

app-arch/vimball: drop py3.3 support for live ebuild

 app-arch/vimball/vimball-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index 34d51c6..7d14cdd 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



[gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/

2016-10-09 Thread Pacho Ramos
commit: 741bc197150df6076068281147e61b8a79363227
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  9 07:38:24 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  9 07:46:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741bc197

app-arch/vimball: Support python 3.5

Package-Manager: portage-2.3.1

 app-arch/vimball/vimball-0.5.1.ebuild | 4 ++--
 app-arch/vimball/vimball-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-arch/vimball/vimball-0.5.1.ebuild 
b/app-arch/vimball/vimball-0.5.1.ebuild
index 9e15599..34d51c6 100644
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index 9e15599..34d51c6 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then