public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/
Date: Tue,  7 Mar 2023 09:23:10 +0000 (UTC)	[thread overview]
Message-ID: <1678180969.986f76fb3a090d95e07db41074440f2f51b39927.sam@gentoo> (raw)

commit:     986f76fb3a090d95e07db41074440f2f51b39927
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 09:07:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 09:22:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986f76fb

dev-util/vint: EAPI 8, PEP517

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

 dev-util/vint/Manifest              |  1 +
 dev-util/vint/vint-0.3.21-r1.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-util/vint/Manifest b/dev-util/vint/Manifest
index 816b3a753214..07114965c43d 100644
--- a/dev-util/vint/Manifest
+++ b/dev-util/vint/Manifest
@@ -1 +1,2 @@
+DIST vint-0.3.21.gh.tar.gz 96747 BLAKE2B 926b46493030dc0daa477ded3cb70f2b825b4eb8054c14a4b824b97e7df60d0141cf1bcf4c33893afd870f51308b7156fb6e5870f320f8c9449fdca8fe78774f SHA512 47e832d382952cb16bcc233eefa1f06ca74f95eb445d7f96d6804391b91a2c8a8e7b749b7f33f65aed9d3bdc1ff5e5332a62c3935969395f16a854f0f66e383b
 DIST vint-0.3.21.tar.gz 96747 BLAKE2B 926b46493030dc0daa477ded3cb70f2b825b4eb8054c14a4b824b97e7df60d0141cf1bcf4c33893afd870f51308b7156fb6e5870f320f8c9449fdca8fe78774f SHA512 47e832d382952cb16bcc233eefa1f06ca74f95eb445d7f96d6804391b91a2c8a8e7b749b7f33f65aed9d3bdc1ff5e5332a62c3935969395f16a854f0f66e383b

diff --git a/dev-util/vint/vint-0.3.21-r1.ebuild b/dev-util/vint/vint-0.3.21-r1.ebuild
new file mode 100644
index 000000000000..ee5847259039
--- /dev/null
+++ b/dev-util/vint/vint-0.3.21-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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}.gh.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}]
+"
+
+PATCHES=(
+	"${FILESDIR}/${P}-fix-py3.8.patch"
+)
+
+distutils_enable_tests pytest


             reply	other threads:[~2023-03-07  9:23 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07  9:23 Sam James [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
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-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=1678180969.986f76fb3a090d95e07db41074440f2f51b39927.sam@gentoo \
    --to=sam@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