public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cfgv/
Date: Fri, 16 Apr 2021 15:35:24 +0000 (UTC)	[thread overview]
Message-ID: <1618587304.4dbcdc7fa00e0c47ed68fb1e77f438be6144d890.marecki@gentoo> (raw)

commit:     4dbcdc7fa00e0c47ed68fb1e77f438be6144d890
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 13:25:40 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 15:35:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbcdc7f

dev-python/cfgv: new package

Dependency of pre-commit.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/cfgv/Manifest          |  1 +
 dev-python/cfgv/cfgv-3.2.0.ebuild | 18 ++++++++++++++++++
 dev-python/cfgv/metadata.xml      | 12 ++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-python/cfgv/Manifest b/dev-python/cfgv/Manifest
new file mode 100644
index 00000000000..e621dff7c84
--- /dev/null
+++ b/dev-python/cfgv/Manifest
@@ -0,0 +1 @@
+DIST cfgv-3.2.0.tar.gz 10268 BLAKE2B 26cd22c1ed7b0de48638d2bb0e30a4ac0c3060d5020d04c29ca5c41c1337531d16a1c7de6e66044e90c3b0dbd5f4b15ba6c3dda2ae73953b8d6be3f74825b813 SHA512 6f1a54b505d298a9806a739edffc79feea41638f766ddc25f0712001e5bceb206153e3a957dcf4909fbe125b6e9bd077aba6317d00e632a06ed24f1dfd06c555

diff --git a/dev-python/cfgv/cfgv-3.2.0.ebuild b/dev-python/cfgv/cfgv-3.2.0.ebuild
new file mode 100644
index 00000000000..84c01def37c
--- /dev/null
+++ b/dev-python/cfgv/cfgv-3.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Validate configuration and produce human-readable error messages"
+HOMEPAGE="https://github.com/asottile/cfgv"
+SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest

diff --git a/dev-python/cfgv/metadata.xml b/dev-python/cfgv/metadata.xml
new file mode 100644
index 00000000000..36ce4383b7e
--- /dev/null
+++ b/dev-python/cfgv/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marecki@gentoo.org</email>
+		<name>Marek Szuba</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">asottile/cfgv</remote-id>
+		<remote-id type="pypi">cfgv</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-04-16 15:35 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16 15:35 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-13 19:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/cfgv/ Marek Szuba
2021-05-18  8:51 Michał Górny
2021-05-18  8:51 Michał Górny
2021-05-18  8:51 Michał Górny
2021-05-26  6:49 Agostino Sarubbo
2021-06-08 16:54 Sergei Trofimovich
2021-06-23  4:43 Sam James
2021-06-23  9:16 Marek Szuba
2021-06-25 12:10 Marek Szuba
2021-07-12 21:59 Sam James
2021-07-24  4:09 Sam James
2021-07-24  4:09 Sam James
2021-08-26  7:58 Michał Górny
2021-10-03 18:48 Sam James
2021-10-03 19:24 Michał Górny
2021-10-21 23:28 Sam James
2022-05-30 10:42 Marek Szuba
2023-04-25 23:17 Sam James
2023-05-26 20:26 Arthur Zamarin
2023-05-26 20:26 Arthur Zamarin
2023-06-27 11:50 Michał Górny
2023-06-27 11:50 Michał Górny
2023-08-13 19:00 Arthur Zamarin
2023-09-17 11:26 Michał Górny
2023-11-24 15:02 Arthur Zamarin
2024-05-18 15:40 Michał Górny

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=1618587304.4dbcdc7fa00e0c47ed68fb1e77f438be6144d890.marecki@gentoo \
    --to=marecki@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