public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hatch-fancy-pypi-readme/
Date: Sun,  2 Oct 2022 19:17:25 +0000 (UTC)	[thread overview]
Message-ID: <1664738221.c6f3095d33e6f7ddc12761c4b33230a2353204ef.arthurzam@gentoo> (raw)

commit:     c6f3095d33e6f7ddc12761c4b33230a2353204ef
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 19:17:01 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 19:17:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f3095d

dev-python/hatch-fancy-pypi-readme: drop 22.3.0, 22.7.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/hatch-fancy-pypi-readme/Manifest        |  2 --
 .../hatch-fancy-pypi-readme-22.3.0.ebuild          | 36 ---------------------
 .../hatch-fancy-pypi-readme-22.7.0.ebuild          | 37 ----------------------
 3 files changed, 75 deletions(-)

diff --git a/dev-python/hatch-fancy-pypi-readme/Manifest b/dev-python/hatch-fancy-pypi-readme/Manifest
index 83b3479f20cb..df2b2585a3e6 100644
--- a/dev-python/hatch-fancy-pypi-readme/Manifest
+++ b/dev-python/hatch-fancy-pypi-readme/Manifest
@@ -1,3 +1 @@
-DIST hatch-fancy-pypi-readme-22.3.0.gh.tar.gz 22107 BLAKE2B 7358a35ed9176d5107d406c1f99cfcf17ce409224dcad55ac845087e2fd6cc9ab88e5ea929e3b1304bbff6464cbbbd0b0d9716bcfe199dcd887c809cd6a9356a SHA512 93fe293ddce6dde450bc427d8fa492cf2b1f7d4a0e2d754873f765f588a962ca2c7c48b515ba613503bed6100b302ed91bbedb4d6a9f8d7bc10ab4b1418164e8
-DIST hatch-fancy-pypi-readme-22.7.0.gh.tar.gz 25457 BLAKE2B 7426e6d8407b6b137524e651fdd4637980cdd781735c79df5172d3c9c45e5b7f07957e2591cc84c7eb750ac494770a68a8a7590dc7131eeb48c44bdb5a9995ac SHA512 4c6a02ac3774ee87f1cd725fae341739c3037aae772361e5664539fd0d8c09ba359245ddc925e028387a0359856979e35588d23824a66584a10f9fcac108b7d4
 DIST hatch-fancy-pypi-readme-22.8.0.gh.tar.gz 25993 BLAKE2B 9fd04c07040db2371340c18915764c7905dc2eb61ee25d65a82ad1372bf3c0e7e5d45fc6a06e13e5153c1fa65cd61bd54021d2c471ece38f2bd05884d54a4255 SHA512 84982266cbed8cb6803b9e76458e19c374492119a970219338a8ffb6e5f9bae1df3622ac574528e33f4061217938e37a943e12a7494f415d74d872b1a65a53e8

diff --git a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.3.0.ebuild b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.3.0.ebuild
deleted file mode 100644
index 3a081f252756..000000000000
--- a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Fancy PyPI READMEs with Hatch"
-HOMEPAGE="
-	https://pypi.org/project/hatch-fancy-pypi-readme/
-	https://github.com/hynek/hatch-fancy-pypi-readme
-"
-SRC_URI="
-	https://github.com/hynek/hatch-fancy-pypi-readme/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	dev-python/hatchling[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-python/tomli[${PYTHON_USEDEP}]
-	' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-	# tests for self build a wheel? No need for that and fails.
-	tests/test_end_to_end.py
-)

diff --git a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.7.0.ebuild b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.7.0.ebuild
deleted file mode 100644
index 045aedd883d8..000000000000
--- a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.7.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Fancy PyPI READMEs with Hatch"
-HOMEPAGE="
-	https://pypi.org/project/hatch-fancy-pypi-readme/
-	https://github.com/hynek/hatch-fancy-pypi-readme/
-"
-SRC_URI="
-	https://github.com/hynek/hatch-fancy-pypi-readme/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	dev-python/hatchling[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-python/tomli[${PYTHON_USEDEP}]
-	' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-	# fails without Internet (via pip)
-	tests/test_end_to_end.py
-)


             reply	other threads:[~2022-10-02 19:17 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-02 19:17 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-18 14:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/hatch-fancy-pypi-readme/ Michał Górny
2025-02-15 11:30 Michał Górny
2024-05-08 18:31 Michał Górny
2024-01-18 18:46 Michał Górny
2024-01-18 18:03 Arthur Zamarin
2024-01-01 14:41 Michał Górny
2023-12-31  7:17 Michał Górny
2023-07-08 10:47 Benda XU
2023-06-27 11:52 Michał Górny
2023-06-27  5:19 Jakov Smolić
2023-05-23 15:42 Michał Górny
2023-05-23  5:07 Michał Górny
2022-10-03 16:46 Arthur Zamarin
2022-10-03  8:31 Agostino Sarubbo
2022-10-03  8:30 Agostino Sarubbo
2022-10-03  8:29 Agostino Sarubbo
2022-10-03  8:28 Agostino Sarubbo
2022-10-03  8:26 Agostino Sarubbo
2022-10-03  8:24 Agostino Sarubbo
2022-10-03  0:44 Sam James
2022-10-02 18:54 Arthur Zamarin
2022-10-02  1:01 Sam James
2022-09-26  4:14 Arthur Zamarin
2022-09-22  7:40 Michał Górny
2022-09-12  8:16 Michał Górny
2022-09-11 13:19 Michał Górny
2022-09-11 13:19 Michał Górny
2022-09-10 18:45 Arthur Zamarin
2022-08-31 18:25 Arthur Zamarin
2022-08-28  9:48 James Le Cuirot
2022-08-27 18:04 Arthur Zamarin
2022-08-22 17:39 WANG Xuerui
2022-08-22 17:33 WANG Xuerui
2022-08-22 14:30 Jakov Smolić
2022-08-19  7:00 Arthur Zamarin
2022-08-19  5:54 Arthur Zamarin
2022-08-19  5:27 Arthur Zamarin
2022-08-19  5:27 Arthur Zamarin
2022-08-19  5:24 Arthur Zamarin
2022-08-19  5:24 Arthur Zamarin
2022-08-18 18:11 Arthur Zamarin

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=1664738221.c6f3095d33e6f7ddc12761c4b33230a2353204ef.arthurzam@gentoo \
    --to=arthurzam@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