summaryrefslogtreecommitdiff
path: root/app-arch/vimball
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /app-arch/vimball
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'app-arch/vimball')
-rw-r--r--app-arch/vimball/Manifest4
-rw-r--r--app-arch/vimball/vimball-0.5.1.ebuild13
-rw-r--r--app-arch/vimball/vimball-9999.ebuild13
3 files changed, 10 insertions, 20 deletions
diff --git a/app-arch/vimball/Manifest b/app-arch/vimball/Manifest
index 8cc281b7b496..f401cf2de722 100644
--- a/app-arch/vimball/Manifest
+++ b/app-arch/vimball/Manifest
@@ -1,4 +1,4 @@
DIST vimball-0.5.1.tar.gz 5246 BLAKE2B 8ce95bfe8872f69e501b4453e5a6644d8019367173f8675325775dee58e08618b9ec0908bca9df04839bc165b086d8e5195a0753827d6038d8ccd8adbab80c35 SHA512 f89ba7291e3f4146f2ada7934b0ca74524abc639e586da12e19882e9aebe3f14858a6145b830a32dc19b0deb61f652375d8a56dc7847fd0061d14a2d77208549
-EBUILD vimball-0.5.1.ebuild 645 BLAKE2B 9b394608b1265593f8f3691248e482f30b82c8c021c6da556315eb9f09d60296c9fbd01d14a087d7e4b760af9f086c38f699c9271237d3000f8c3ad9f14d5250 SHA512 b04fe565d14b12c6d6879d90744b79c2ef5fe73c5d8b915f90bb80dd5c4ae71cd62f9939f8f088ddefdf571943fa362a09a66d6285b509905ff6a6a79215f15b
-EBUILD vimball-9999.ebuild 647 BLAKE2B ee5b4145b268d7e55844b90e69c9644f6e3f075b11231cbdcd8c26f99f0dca588f6eb01e347e741e58995dde3636b9356c39a5356b422e32d4607b17adc03d6c SHA512 b116f132b796e1857a83551ff3ffe581779bfeabbe76f8b65ecf78f62ce835c6d8c57eefc382dda7455d5ed3646e20774a873bc21a79c534ab644ce932e57d52
+EBUILD vimball-0.5.1.ebuild 549 BLAKE2B db3cbd2a234916d970fede779ff7ca49a75a8a1a1641c975026c16a4d4bc1b075ab253330cc3784c2a849a4b0887e49c2b461c4a36aca8a8213a2100b94ee83a SHA512 8e7a2efade57df3ef3328294dc76901f245bbf97fe387b69aea65f0b97205f5d663b0f1b713d5f82bd644556fc79ae2ba2361637c83ef54d945cf4a01c906b91
+EBUILD vimball-9999.ebuild 551 BLAKE2B 89199d823fba2a60578c2c2c8e1feab7d4f7b8ca0c952ca992681d429c3ada1af17f4f23a917f304e102dfdf691407aaa98202ca8c0220574750af137fc560d4 SHA512 2a097004eeca0ff5759812d0de0274ca2c68539600444e3c71809de76a6a29bb4c5ed9ae6eed96d2a23d355f746bc2520720954f72d8f4fa21b5ed68d5c3ed68
MISC metadata.xml 301 BLAKE2B 07b3d161360551d50927727197e755234ba70034b239c4890aa90cbf863b0e8612be7541c89d503e6d8d80d806485f086e89b071140aba7e63c2f4b78487d3e7 SHA512 5ed23a22a1632cbf42763e8f069f043841ff6eb1c589e7c66b6ab83583da3bf1ec5d820943349fad261a715a9cd61e490242b987556ef9a0bee6fd278cb9e307
diff --git a/app-arch/vimball/vimball-0.5.1.ebuild b/app-arch/vimball/vimball-0.5.1.ebuild
index 2ad50ff8856c..1c9ba30f2f58 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-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild
index b5126bad3cf2..ee51ee899907 100644
--- a/app-arch/vimball/vimball-9999.ebuild
+++ b/app-arch/vimball/vimball-9999.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