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/zope-testing/
Date: Thu, 16 Feb 2023 20:32:16 +0000 (UTC)	[thread overview]
Message-ID: <1676579392.239723a3ca87017481c1c7f7ba64ca9a98c6cbff.mgorny@gentoo> (raw)

commit:     239723a3ca87017481c1c7f7ba64ca9a98c6cbff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 20:29:52 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 20:29:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239723a3

dev-python/zope-testing: Remove old

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

 dev-python/zope-testing/Manifest                   |  1 -
 .../zope-testing/zope-testing-4.10-r2.ebuild       | 47 ----------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-python/zope-testing/Manifest b/dev-python/zope-testing/Manifest
index ee018e168481..7c2261e45d8f 100644
--- a/dev-python/zope-testing/Manifest
+++ b/dev-python/zope-testing/Manifest
@@ -1,2 +1 @@
-DIST zope.testing-4.10.tar.gz 45359 BLAKE2B 477d28a7d1a76c0a5111f16859d9e3b9b9ac9cc953b0e2c7dd9ba0a39b498d71442d1b5aaf485455c919ad618efb1f9f9b8e1587fd4905c4a823b04ef09ef8b2 SHA512 35fd5114b6de3cb47336185feb8bf8f444b53ef2c32f165e57756a017ec9caba9a29f2ec01844ebcf156fff1c2b7424b3ac126b3e8d4daefe73e1a640d21589a
 DIST zope.testing-5.0.1.tar.gz 41745 BLAKE2B c3ab3ba7a15a050a29e41c26df3426dc3dd48d98b60e55015680c6aa86fccbbf44718d17643189a1978c51605eb774c108e0056a1e21023b99ca633a2abd7788 SHA512 357d1c0eb761dba4e0e964a51dbc4368c00c9133a011467a2bb3629a2c5c28ccb3886caad215288b99cda1de25fd7ead674068f275649d94a32dc42d19d78caf

diff --git a/dev-python/zope-testing/zope-testing-4.10-r2.ebuild b/dev-python/zope-testing/zope-testing-4.10-r2.ebuild
deleted file mode 100644
index 48c852836463..000000000000
--- a/dev-python/zope-testing/zope-testing-4.10-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Zope testing helpers"
-HOMEPAGE="
-	https://pypi.org/project/zope.testing/
-	https://github.com/zopefoundation/zope.testing/
-"
-SRC_URI="mirror://pypi/${P::1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-	!dev-python/namespace-zope
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-	# strip rdep specific to namespaces
-	sed -i -e "/'setuptools'/d" setup.py || die
-	distutils-r1_src_prepare
-}
-
-python_compile() {
-	distutils-r1_python_compile
-	find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-	cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-	distutils_write_namespace zope
-	eunittest
-}


             reply	other threads:[~2023-02-16 20:32 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16 20:32 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-08 18:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-testing/ Michał Górny
2023-05-23 16:21 Michał Górny
2023-03-21  6:49 Michał Górny
2023-03-17 18:28 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2022-12-21  7:51 Michał Górny
2022-05-09 20:38 Michał Górny
2022-04-22 15:35 Michał Górny
2022-04-20 17:24 Michał Górny
2022-04-20 14:12 Jakov Smolić
2022-04-11 19:58 Michał Górny
2022-04-09 20:23 Michał Górny
2022-04-09 18:39 Michał Górny
2022-04-09 16:44 Arthur Zamarin
2022-03-09 19:13 Arthur Zamarin
2021-05-05 13:20 Michał Górny
2021-02-19  8:35 Michał Górny
2021-02-19  2:45 Sam James
2021-02-19  0:50 Michał Górny
2021-01-08  9:29 Michał Górny
2021-01-06 22:30 Fabian Groffen
2021-01-05  9:51 Michał Górny
2020-12-04 12:38 Michał Górny
2020-12-03 17:31 Michał Górny
2020-09-20 15:47 Michał Górny
2020-07-12  9:16 Sergei Trofimovich
2020-07-09  8:34 Agostino Sarubbo
2020-07-08  7:18 Sergei Trofimovich
2020-07-08  7:11 Sergei Trofimovich
2020-06-22 19:05 Mart Raudsepp
2020-06-20 14:20 Thomas Deutschmann
2020-05-25 16:16 Michał Górny
2020-05-16 11:25 Mikle Kolyada
2020-04-15  3:29 Mike Gilbert
2020-03-29 12:22 Michał Górny
2020-03-17  2:09 Matt Turner
2020-01-12 20:19 Matthew Thode
2019-12-12  2:19 Georgy Yakovlev
2019-12-04 19:44 Sergei Trofimovich
2019-11-21  3:52 Patrick McLean
2019-04-17 18:07 Aaron Bauman
2019-03-10  2:38 William Hubbs
2018-01-06 13:39 Michał Górny
2017-09-30  0:12 Tim Harder
2017-05-07 18:43 Michał Górny

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=1676579392.239723a3ca87017481c1c7f7ba64ca9a98c6cbff.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