public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yamlpath/
Date: Mon, 14 Nov 2022 05:07:39 +0000 (UTC)	[thread overview]
Message-ID: <1668402408.b2fcd481fd9dec7db2ed2a23085e46da448601a9.mgorny@gentoo> (raw)

commit:     b2fcd481fd9dec7db2ed2a23085e46da448601a9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 05:06:48 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 05:06:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2fcd481

dev-python/yamlpath: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/yamlpath/Manifest              |  2 --
 dev-python/yamlpath/yamlpath-3.6.7.ebuild | 39 -------------------------------
 dev-python/yamlpath/yamlpath-3.6.8.ebuild | 39 -------------------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-python/yamlpath/Manifest b/dev-python/yamlpath/Manifest
index f2ecb93a1f51..9aacfa8f9ca7 100644
--- a/dev-python/yamlpath/Manifest
+++ b/dev-python/yamlpath/Manifest
@@ -1,3 +1 @@
-DIST yamlpath-3.6.7.gh.tar.gz 219770 BLAKE2B 779b94f6aff7e6430c89508145d85d2b7b5ddb4bc1070fd68d402e27b7bf596c7e68f1bfb8683791ea2572ef6d01fe5f2de4fd646be32b8ab266747371f61f36 SHA512 7313d3eaa9268d4c2acb1bc87052068498840943be503fa160833c03f372e5c6d7604572d277b70c551784fd8c9507e084f12dd651b5c4f600f69e8ee7cefb62
-DIST yamlpath-3.6.8.gh.tar.gz 220132 BLAKE2B dc2b3c54d6e09e1d273643fa52f7079c2734eda2145a9e31cda3c5f6ff20d5e423fae7228297849a78fc7539f0865fabbb4640c9520e280e58b28dab52eee89f SHA512 6e5e43e6a25cfaf4bd7618b3e84baf6ca1cf33bd2c0f6c5ce3f58c5f22e64728610f1bb462901f8b6bd8fe2ca3b5265624e72cc8958ffdd0c612dcccfef8bc7a
 DIST yamlpath-3.6.9.gh.tar.gz 220753 BLAKE2B 8110cfccc7376b17bf0248e7a1b4b09962e7180629c3dc0ca5e9106d64a4ce0f3ff3c5aa626ed388ba13d412fb3d0b08d4d8a659c0322a249c28cad5283e133b SHA512 8a7802b890a32423c85f24fc39d7d614a87f30f72ca0e77621ba10eb69fed4bb3c8fa70f687ab30eab1f08036c14a03b4a007332246a5cdf5b15ea47b7280bd4

diff --git a/dev-python/yamlpath/yamlpath-3.6.7.ebuild b/dev-python/yamlpath/yamlpath-3.6.7.ebuild
deleted file mode 100644
index cb29f39f6095..000000000000
--- a/dev-python/yamlpath/yamlpath-3.6.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Command-line processors for YAML/JSON/Compatible data"
-HOMEPAGE="https://github.com/wwkimball/yamlpath https://github.com/wwkimball/yamlpath/wiki"
-SRC_URI="
-	https://github.com/wwkimball/yamlpath/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
-		dev-ruby/hiera-eyaml
-	)
-"
-
-distutils_enable_tests --install pytest
-
-python_prepare_all() {
-	sed -e '/ruamel\.yaml/d' \
-		-e '/pytest-cov/d' \
-		-e "/find_packages/s/()/(exclude=\['tests'\])/" \
-		-i setup.py || die
-
-	distutils-r1_python_prepare_all
-}

diff --git a/dev-python/yamlpath/yamlpath-3.6.8.ebuild b/dev-python/yamlpath/yamlpath-3.6.8.ebuild
deleted file mode 100644
index cb29f39f6095..000000000000
--- a/dev-python/yamlpath/yamlpath-3.6.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Command-line processors for YAML/JSON/Compatible data"
-HOMEPAGE="https://github.com/wwkimball/yamlpath https://github.com/wwkimball/yamlpath/wiki"
-SRC_URI="
-	https://github.com/wwkimball/yamlpath/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
-		dev-ruby/hiera-eyaml
-	)
-"
-
-distutils_enable_tests --install pytest
-
-python_prepare_all() {
-	sed -e '/ruamel\.yaml/d' \
-		-e '/pytest-cov/d' \
-		-e "/find_packages/s/()/(exclude=\['tests'\])/" \
-		-i setup.py || die
-
-	distutils-r1_python_prepare_all
-}


             reply	other threads:[~2022-11-14  5:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14  5:07 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-08  6:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/yamlpath/ Michał Górny
2023-03-31  4:32 Michał Górny
2023-01-27 20:10 Michał Górny
2023-01-16 20:50 Michał Górny
2022-11-05 22:18 Zac Medico
2022-11-05 21:49 Zac Medico
2022-11-03  0:04 Zac Medico
2022-09-28 18:34 Michał Górny
2022-09-28  1:46 Zac Medico
2022-09-27  4:09 Zac Medico
2022-09-19 19:02 Arthur Zamarin
2022-09-19 19:02 Arthur Zamarin
2022-06-05  5:53 Michał Górny
2022-05-16 13:30 Michał Górny
2021-12-06 23:07 Michał Górny
2021-10-28 14:06 Arthur Zamarin
2021-09-15 23:36 Zac Medico
2021-09-15 23:19 Zac Medico
2021-06-19 22:12 Zac Medico

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=1668402408.b2fcd481fd9dec7db2ed2a23085e46da448601a9.mgorny@gentoo \
    --to=mgorny@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