public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/
Date: Thu, 27 Feb 2020 13:54:58 +0000 (UTC)	[thread overview]
Message-ID: <1582811683.5396d2d6f7ac6aa024f6f5d68b9c32913c13f3bc.juippis@gentoo> (raw)

commit:     5396d2d6f7ac6aa024f6f5d68b9c32913c13f3bc
Author:     Lucian Poston <lucianposton <AT> pm <DOT> me>
AuthorDate: Fri Feb 14 21:22:56 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 13:54:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5396d2d6

dev-util/vint: Bump 0.3.21

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lucian Poston <lucianposton <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/14661
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/vint/Manifest           |  1 +
 dev-util/vint/vint-0.3.21.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-util/vint/Manifest b/dev-util/vint/Manifest
index 25608badb87..b146fad7a21 100644
--- a/dev-util/vint/Manifest
+++ b/dev-util/vint/Manifest
@@ -1,2 +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

diff --git a/dev-util/vint/vint-0.3.21.ebuild b/dev-util/vint/vint-0.3.21.ebuild
new file mode 100644
index 00000000000..fa27da44ce3
--- /dev/null
+++ b/dev-util/vint/vint-0.3.21.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+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"
+
+RDEPEND="
+	>=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}]
+	>=dev-python/chardet-2.3.0[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
+	virtual/python-enum34[${PYTHON_USEDEP}]
+	virtual/python-pathlib[${PYTHON_USEDEP}]
+	virtual/python-typing[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	# Tests fail due to python 3.8 warnings in stderr that appear when
+	# compiled byte code is disabled
+	# https://github.com/Vimjas/vint/issues/355
+	[[ "${EPYTHON}" == python3.8 ]] && return
+	pytest -vv || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2020-02-27 13:55 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-27 13:54 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 18:40 [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/ Michał Górny
2023-03-07  9:23 Sam James
2023-03-07  9:23 Sam James
2021-10-01 12:25 Arthur Zamarin
2020-05-07 22:01 Mikle Kolyada
2020-03-17  8:08 Michał Górny
2020-03-16 18:55 Michał Górny
2020-02-27 13:54 Joonas Niilola
2020-02-03 20:46 Michał Górny
2018-10-26  1:17 Virgil Dupras
2018-07-06 21:48 Andreas Sturmlechner
2018-02-26 21:56 Patrice Clement
2018-02-26 14:25 Jason Zaman
2018-01-22 21:52 Patrice Clement
2018-01-22 21:52 Patrice Clement
2018-01-08 16:35 Patrice Clement
2018-01-08 16:35 Patrice Clement
2018-01-08 16:35 Patrice Clement
2017-11-20 22:51 Amy Liffey
2017-11-20 22:51 Amy Liffey
2017-09-29  9:21 Patrice Clement
2017-07-08 19:43 Patrice Clement
2017-07-04 10:17 Agostino Sarubbo
2017-06-04 17:52 Michał Górny
2017-05-31 17:06 Patrice Clement
2017-05-15  9:09 Michał Górny
2017-02-09 14:37 Agostino Sarubbo
2017-01-09 20:26 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1582811683.5396d2d6f7ac6aa024f6f5d68b9c32913c13f3bc.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox