summaryrefslogtreecommitdiff
path: root/dev-util/vint
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/vint')
-rw-r--r--dev-util/vint/Manifest6
-rw-r--r--dev-util/vint/vint-0.3.18.ebuild44
-rw-r--r--dev-util/vint/vint-0.3.19.ebuild34
-rw-r--r--dev-util/vint/vint-0.3.21.ebuild2
4 files changed, 2 insertions, 84 deletions
diff --git a/dev-util/vint/Manifest b/dev-util/vint/Manifest
index 3885efa5e722..480f57a8f72d 100644
--- a/dev-util/vint/Manifest
+++ b/dev-util/vint/Manifest
@@ -1,7 +1,3 @@
-DIST vint-0.3.18.tar.gz 95865 BLAKE2B 0f7e61b720aa0998091b9b40118b199392fbf1aeace8801d683e8249179cd3d792e15b42df6d34c567c4df1830629a80e6043e87092f37dc46a0e57c6a56cf53 SHA512 1d3e04527a8f5ffae29395010a88258c1771aff2798143eff6572400eaf96323cad04353a7fcee68d9407afde5808446f515fd3d7e8e62de4bef28edf214ebdd
-DIST vint-0.3.19.tar.gz 96755 BLAKE2B 0b03807a4286b3e030e00c112dd0e879fa39e0d2333d46ea159555de50b30098d9a8b2345da8e18b7e1e5c814f10678df2e64398a615bf381186faa0036939f5 SHA512 b9024ed1cd8a18a916798e691ba0db31985034b2420e33c094459a48254c7c8f6fe89a1a64858a67ff95b0b48e67a780cf975940646af2685d2b95640e8121f9
DIST vint-0.3.21.tar.gz 96747 BLAKE2B 926b46493030dc0daa477ded3cb70f2b825b4eb8054c14a4b824b97e7df60d0141cf1bcf4c33893afd870f51308b7156fb6e5870f320f8c9449fdca8fe78774f SHA512 47e832d382952cb16bcc233eefa1f06ca74f95eb445d7f96d6804391b91a2c8a8e7b749b7f33f65aed9d3bdc1ff5e5332a62c3935969395f16a854f0f66e383b
-EBUILD vint-0.3.18.ebuild 1129 BLAKE2B 40110c5dfd5c868f64056509edac708186a912695b862d7acec3b14578cac5985e7dae93b427814ee99da1d4438c6cc9df6b16b4f7a7ead90099eb3e8b8a6eb8 SHA512 6a82abccf0175baa0c29fe68a961f4ed79d35a9c5418c7fcb7d9d44321b963f1c8915429734fa2bb137533583f7bf6ebba59e445de8f330a6a409d930b980041
-EBUILD vint-0.3.19.ebuild 795 BLAKE2B 44973fd78bab0d247dde6777cb92cfea10052cf799ac85671c74a61ff91bc2754c8bf53be487bcb9ba65141a0f61bb57348a4b36cf4d1ccd7306b0085f6a5686 SHA512 f59eb59490a74422811dc2f772bde92f5c9b546f80bb417a14698ad5d81cedc570a98b711822918d75495d0f10c9e4cc4f004c506eaec45e21d5b123502c3c81
-EBUILD vint-0.3.21.ebuild 889 BLAKE2B 4acf55adcabcfb5c959934be60e044fd9244abbf758fb9c3f859308f216501004496c411c3bee734319c41bd8d8fded4eb80b90a19a8018c58b515c7892e7e39 SHA512 ef5d6624a59b38fdb3a262de936c4c01ee230c99bd69fa952ef40ce895c398760dbf77ff5df818e37075b06b63434e18f702146b0b4810ba7342068ec75a301c
+EBUILD vint-0.3.21.ebuild 888 BLAKE2B eeb40da9a7c4a11cf1e8bf75cb42e01f9ef2f18d1409a0f94d5ecd49a9c774c4b798f919caa6ddd1d79293776b4d19867bd2e6c9cbde4ab2fcf669af0e30051f SHA512 242dd124abbfe250b34543d5ca8dd3aacb99086c59fff92c4bad66da32f9498318ab44e7918c1c3c3b656ef3dc8326402e77fbfeecb580ddadb5e26697ce8843
MISC metadata.xml 553 BLAKE2B 2fa32b5a72b9d9fd9587db124e7786d8f4a4607084016166b36f02cae5c6b7d4ed375c462ffeb770fb0799aec8a20e7509a627219cd21109d1ab2bb4575a901f SHA512 715bf84e6bb405197f1667a8e03bc14d4e05ab6393f863bbdd56a56c8e92789fdcc4ad3ef0d3e65934e4a8f759acf50d9e6f52aaeab4a3955e6d9b9edba6f891
diff --git a/dev-util/vint/vint-0.3.18.ebuild b/dev-util/vint/vint-0.3.18.ebuild
deleted file mode 100644
index 6039b4556fb1..000000000000
--- a/dev-util/vint/vint-0.3.18.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Lint tool for Vim script language"
-HOMEPAGE="https://github.com/Kuniwak/vint https://pypi.org/project/vim-vint/"
-SRC_URI="https://github.com/Kuniwak/vint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}]
- >=dev-python/chardet-2.3.0[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- test? (
- >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
- >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]
- >=dev-python/pytest-cov-1.8.1[${PYTHON_USEDEP}]
- )
-"
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- # Don't try to use an installed vint executable.
- # See https://github.com/Kuniwak/vint/issues/22
- sed -i -e "s|'vint'|'bin/vint'|" test/acceptance/test_cli{,_vital}.py || die
-}
-
-python_test() {
- py.test -v || die "Test suite failed with ${EPYTHON}"
-}
diff --git a/dev-util/vint/vint-0.3.19.ebuild b/dev-util/vint/vint-0.3.19.ebuild
deleted file mode 100644
index 79f99c6519db..000000000000
--- a/dev-util/vint/vint-0.3.19.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Lint tool for Vim script language"
-HOMEPAGE="https://github.com/Kuniwak/vint https://pypi.org/project/vim-vint/"
-SRC_URI="https://github.com/Kuniwak/vint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}]
- >=dev-python/chardet-2.3.0[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- test? (
- >=dev-python/pytest-3.3.2[${PYTHON_USEDEP}]
- )
-"
-
-python_test() {
- pytest -vv || die "Test suite failed with ${EPYTHON}"
-}
diff --git a/dev-util/vint/vint-0.3.21.ebuild b/dev-util/vint/vint-0.3.21.ebuild
index 6f3784ee9362..00521d56eba7 100644
--- a/dev-util/vint/vint-0.3.21.ebuild
+++ b/dev-util/vint/vint-0.3.21.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Kuniwak/vint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="
>=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}]