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/atpublic/
Date: Sat, 08 Feb 2025 18:35:04 +0000 (UTC)	[thread overview]
Message-ID: <1739039689.f12defd1655d6ce13c28adf58fdf634a3a96fa46.mgorny@gentoo> (raw)

commit:     f12defd1655d6ce13c28adf58fdf634a3a96fa46
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 13:46:44 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 18:34:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12defd1

dev-python/atpublic: Remove old

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

 dev-python/atpublic/Manifest              |  2 --
 dev-python/atpublic/atpublic-4.1.0.ebuild | 32 -------------------------------
 dev-python/atpublic/atpublic-5.0.ebuild   | 27 --------------------------
 3 files changed, 61 deletions(-)

diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest
index bbf69249cd39..381d4e1a08d2 100644
--- a/dev-python/atpublic/Manifest
+++ b/dev-python/atpublic/Manifest
@@ -1,3 +1 @@
-DIST atpublic-4.1.0.tar.gz 14426 BLAKE2B c535d36b8c4723fa0c36ed543461f8364445c52893e8a5cd6a6bfdec0a387308a74d9f6a9d4c204ac753fcc847a105f6f4a5dc7afa5848d08f0a269af8b01397 SHA512 bd840a44f3f9d8f7099c22d67866744ef43ed4bfa00e0fd8a6a7516e8e995287b234fb97eaf30be494f06a8ff1020c0479533bfe33adc56ae62bd976bd997b4b
-DIST atpublic-5.0.tar.gz 14646 BLAKE2B 92d545d7f8d90b47348a302662473f154783d0f5e3aa6ef165f6ddecbd7024792ef5dec02edf9b513c03021c5550cc915c258b5ee600869e10ba9c6c99f1dafa SHA512 b5b3dabb4891c0aa75a6e2f0d6f19e1447ba358c139a73bc582c2ef58bec0ea44bfee44f44635de7da1e1c1e4e7edb99ea7e6a2090c1df710a200eb16440098f
 DIST atpublic-5.1.tar.gz 14670 BLAKE2B 46a9b0b583504e394d9ff1bf5db63d486a600aeedd7a2a15bb0b84074aaec6087afe9346c545da233af17a895359f23396a73f563a019b1db3ec10248d481b57 SHA512 7f15a6852e7a3140376ca15500f0154cb86d7183cf0fd7e847fd7ec52c14c64854d5578b8a78b8fce808886ace54971396d882be08c6932a62acbb0e0939e306

diff --git a/dev-python/atpublic/atpublic-4.1.0.ebuild b/dev-python/atpublic/atpublic-4.1.0.ebuild
deleted file mode 100644
index 927cb9459e65..000000000000
--- a/dev-python/atpublic/atpublic-4.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A decorator to populate __all__ and the module globals"
-HOMEPAGE="
-	https://gitlab.com/warsaw/public/
-	https://pypi.org/project/atpublic/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-BDEPEND="
-	test? (
-		dev-python/sybil[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i -e '/addopts/d' pyproject.toml || die
-	distutils-r1_src_prepare
-}

diff --git a/dev-python/atpublic/atpublic-5.0.ebuild b/dev-python/atpublic/atpublic-5.0.ebuild
deleted file mode 100644
index adc6829acd44..000000000000
--- a/dev-python/atpublic/atpublic-5.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A decorator to populate __all__ and the module globals"
-HOMEPAGE="
-	https://gitlab.com/warsaw/public/
-	https://pypi.org/project/atpublic/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
-
-BDEPEND="
-	test? (
-		dev-python/sybil[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


             reply	other threads:[~2025-02-08 18:35 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-08 18:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-08 12:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/atpublic/ Arthur Zamarin
2025-01-24  7:21 Michał Górny
2024-10-12 15:05 Sam James
2024-08-29  6:34 Jakov Smolić
2024-08-29  6:34 Jakov Smolić
2024-08-29  6:34 Jakov Smolić
2024-08-29  5:10 Jakov Smolić
2024-08-29  5:10 Jakov Smolić
2024-08-29  3:15 Sam James
2024-07-26  1:57 Michał Górny
2024-06-19 17:21 Michał Górny
2024-06-18 19:10 Michał Górny
2024-04-19  6:39 Ionen Wolkens
2024-04-18 16:17 Arthur Zamarin
2024-04-18 16:17 Arthur Zamarin
2024-04-18 16:16 Arthur Zamarin
2024-03-30  5:53 Michał Górny
2024-03-18 12:01 Jakov Smolić
2023-11-23 19:38 Michał Górny
2023-07-23 15:29 Michał Górny
2023-06-18 11:56 Michał Górny
2023-06-06  5:43 Michał Górny
2023-06-03  6:48 Michał Górny
2023-03-16  3:44 Michał Górny
2022-11-14  4:34 Michał Górny
2022-11-14  4:34 Michał Górny
2022-09-03  9:12 Arthur Zamarin
2022-08-28 20:15 Arthur Zamarin
2022-05-16 12:55 Michał Górny
2022-04-21 14:16 Michał Górny
2021-08-19  6:34 Michał Górny
2021-08-19  6:34 Michał Górny
2021-04-14  7:19 Michał Górny
2021-03-15  2:55 Sam James
2021-02-16  0:13 Michał Górny
2021-01-02  9:16 Michał Górny
2020-11-10  8:37 Hanno Böck
2020-11-10  8:31 Hanno Böck
2020-09-27 15:08 Hanno Böck
2020-01-12 19:58 Matthew Thode
2017-12-11  3:49 Matt Thode

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=1739039689.f12defd1655d6ce13c28adf58fdf634a3a96fa46.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