public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentle/
Date: Wed,  4 Sep 2024 11:28:03 +0000 (UTC)	[thread overview]
Message-ID: <1725448251.2072e19610718cb598fc2eb83c6eadff2977cbe9.arkamar@gentoo> (raw)

commit:     2072e19610718cb598fc2eb83c6eadff2977cbe9
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 11:06:25 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 11:10:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2072e196

app-portage/gentle: drop 0.4.0

Closes: https://bugs.gentoo.org/912768
Closes: https://bugs.gentoo.org/913548
Closes: https://bugs.gentoo.org/914436
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-portage/gentle/Manifest            |  1 -
 app-portage/gentle/gentle-0.4.0.ebuild | 52 ----------------------------------
 2 files changed, 53 deletions(-)

diff --git a/app-portage/gentle/Manifest b/app-portage/gentle/Manifest
index 32a131baf15b..070d0735a8c8 100644
--- a/app-portage/gentle/Manifest
+++ b/app-portage/gentle/Manifest
@@ -1,2 +1 @@
-DIST gentle_mxml-0.4.0.tar.gz 329273 BLAKE2B baf6d954838d6cd2fc9548aaa33c85cb53307b325521a2fe300486a2cc08e833f835016ba632b484c1068c7deee3b2eeb17606f0180d248081304fa866b79461 SHA512 beac2c7bd3e4d80448fec5a633502e6cdc763145541b9205e3c354597b4e9c724f94cadb747b87df3c49669f5534cc9d123ded00b45b9cb783cd4e086a9b3ceb
 DIST gentle_mxml-1.0.0.tar.gz 356588 BLAKE2B bb5eddfd91876226cad27c6e2b06ac60926c7f1075c3c6838b2abf262b9a7ec7740083e8397a3980174d83d3c2b6fff67772adf2454fb11892a1624d27ebf533 SHA512 fdd9399545e6613b932de3bfc093815019941fcbba1535384a77431259320b478cd4a020ea3d657f1bf2a296a8f788fb9a08bc1c917b3c59e06d2a237f22a91a

diff --git a/app-portage/gentle/gentle-0.4.0.ebuild b/app-portage/gentle/gentle-0.4.0.ebuild
deleted file mode 100644
index b2f9beb6bc2b..000000000000
--- a/app-portage/gentle/gentle-0.4.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=flit
-PYPI_PN="gentle-mxml"
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Gentoo Lazy Entry - a metadata.xml generator"
-HOMEPAGE="
-	https://gentle.sysrq.in
-	https://pypi.org/project/gentle-mxml/
-"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
-BDEPEND="
-	test? (
-		app-text/xmldiff[${PYTHON_USEDEP}]
-		dev-python/build[${PYTHON_USEDEP}]
-		dev-python/pkginfo[${PYTHON_USEDEP}]
-		dev-python/pyyaml[${PYTHON_USEDEP}]
-		dev-python/rdflib[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep \
-			'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)
-	)
-"
-
-EPYTEST_DESELECT=(
-	# require network
-	"tests/python/wheel/test_generator.py::test_pkg_empty[pyproject.toml]"
-	"tests/python/wheel/test_generator.py::test_pkg_empty[setup.py]"
-)
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
-	dev-python/insipid-sphinx-theme \
-	dev-python/sphinx-prompt
-
-pkg_postinst() {
-	optfeature "python packaging support" dev-python/build
-	optfeature "PKG-INFO support" dev-python/pkginfo
-	optfeature "yaml support" dev-python/pyyaml
-	optfeature "rdf support" dev-python/rdflib
-	optfeature "toml support" dev-python/tomli
-}


             reply	other threads:[~2024-09-04 11:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-04 11:28 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24  8:52 [gentoo-commits] repo/gentoo:master commit in: app-portage/gentle/ Petr Vaněk
2024-11-07 16:41 Joonas Niilola
2024-04-29  8:47 Viorel Munteanu
2024-04-29  8:47 Viorel Munteanu
2023-07-06  6:31 Sam James
2023-07-02 15:21 Sam James
2023-06-26 18:13 Sam James

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=1725448251.2072e19610718cb598fc2eb83c6eadff2977cbe9.arkamar@gentoo \
    --to=arkamar@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