* [gentoo-commits] repo/proj/guru:master commit in: dev-python/yamllint/
@ 2021-11-20 13:05 Haelwenn Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2021-11-20 13:05 UTC (permalink / raw
To: gentoo-commits
commit: 0f4f4db00fcdcbf7a5a9af53a8c3277e77f69771
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Nov 15 20:14:31 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Nov 15 20:14:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f4f4db0
dev-python/yamllint: yaml linter for ansible-lint
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/yamllint/Manifest | 1 +
dev-python/yamllint/metadata.xml | 8 ++++++++
dev-python/yamllint/yamllint-1.26.3.ebuild | 26 ++++++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-python/yamllint/Manifest b/dev-python/yamllint/Manifest
new file mode 100644
index 000000000..0ac8de71b
--- /dev/null
+++ b/dev-python/yamllint/Manifest
@@ -0,0 +1 @@
+DIST yamllint-1.26.3.tar.gz 126746 BLAKE2B 37d4293a90b2ee7192e26c5dbb1448a2c22a47e8dae7113211bb5601f0ef0c01eabd85fe4df44b32b8226b2b805c1da11ef1e118f5e33a2a7bab137141f9853c SHA512 c5ed17ecec102324bec077484dcede6fbf8c01a37a9292929a52163a4a9d9e9989809879c29b69c45b7cce8cbeefc830d4542118f617e846702f216f49d9db5b
diff --git a/dev-python/yamllint/metadata.xml b/dev-python/yamllint/metadata.xml
new file mode 100644
index 000000000..65ac1f205
--- /dev/null
+++ b/dev-python/yamllint/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/yamllint/yamllint-1.26.3.ebuild b/dev-python/yamllint/yamllint-1.26.3.ebuild
new file mode 100644
index 000000000..eb35d3cb6
--- /dev/null
+++ b/dev-python/yamllint/yamllint-1.26.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{9..10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="A linter for YAML files"
+HOMEPAGE="https://github.com/adrienverge/yamllint"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/pathspec[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs
+
+HTML_DOCS=( docs/_build/html/. )
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/yamllint/
@ 2021-12-01 19:41 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-12-01 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 16c48a1b8c5a101bc70764c29213fa21e31e44ae
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 1 19:40:27 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 1 19:40:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16c48a1b
dev-python/yamllint: remove duplicate
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/yamllint/Manifest | 1 -
dev-python/yamllint/metadata.xml | 8 --------
dev-python/yamllint/yamllint-1.26.3.ebuild | 26 --------------------------
3 files changed, 35 deletions(-)
diff --git a/dev-python/yamllint/Manifest b/dev-python/yamllint/Manifest
deleted file mode 100644
index 0ac8de71b..000000000
--- a/dev-python/yamllint/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST yamllint-1.26.3.tar.gz 126746 BLAKE2B 37d4293a90b2ee7192e26c5dbb1448a2c22a47e8dae7113211bb5601f0ef0c01eabd85fe4df44b32b8226b2b805c1da11ef1e118f5e33a2a7bab137141f9853c SHA512 c5ed17ecec102324bec077484dcede6fbf8c01a37a9292929a52163a4a9d9e9989809879c29b69c45b7cce8cbeefc830d4542118f617e846702f216f49d9db5b
diff --git a/dev-python/yamllint/metadata.xml b/dev-python/yamllint/metadata.xml
deleted file mode 100644
index 65ac1f205..000000000
--- a/dev-python/yamllint/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gentoo@aisha.cc</email>
- <name>Aisha Tammy</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-python/yamllint/yamllint-1.26.3.ebuild b/dev-python/yamllint/yamllint-1.26.3.ebuild
deleted file mode 100644
index eb35d3cb6..000000000
--- a/dev-python/yamllint/yamllint-1.26.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="A linter for YAML files"
-HOMEPAGE="https://github.com/adrienverge/yamllint"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/pathspec[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-HTML_DOCS=( docs/_build/html/. )
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-01 19:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-20 13:05 [gentoo-commits] repo/proj/guru:master commit in: dev-python/yamllint/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2021-12-01 19:41 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox