commit: bbfa4283338f4a58902cd67262175360edf28ef6 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 15 19:26:25 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Dec 15 19:26:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfa4283
dev-python/exam: treeclean Closes: https://bugs.gentoo.org/909917 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/exam/Manifest | 1 - dev-python/exam/exam-0.10.6.ebuild | 21 --------------------- dev-python/exam/metadata.xml | 29 ----------------------------- profiles/package.mask | 5 ----- 4 files changed, 56 deletions(-) diff --git a/dev-python/exam/Manifest b/dev-python/exam/Manifest deleted file mode 100644 index 4234b47f2bb9..000000000000 --- a/dev-python/exam/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST exam-0.10.6.tar.gz 15028 BLAKE2B 6d2a888b9adf14665e8f009bae7b2c724dcb60fe19efa98a189988a73a0cb5933179407c754ed1c19b24694080b6df31838768f694460fabd9196e58e8b4c94d SHA512 1cc082b4fb9a7270ea81750ee3f34400f3f6eac65dd1488af333a43d0623bf8f9176b73e2948c324bb9c0062296284bae66fe215263456baf9db378676c8a4f0 diff --git a/dev-python/exam/exam-0.10.6.ebuild b/dev-python/exam/exam-0.10.6.ebuild deleted file mode 100644 index 1f47a5f02f0a..000000000000 --- a/dev-python/exam/exam-0.10.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Helpers for better testing" -HOMEPAGE="https://github.com/fluxx/exam" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/mock[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest diff --git a/dev-python/exam/metadata.xml b/dev-python/exam/metadata.xml deleted file mode 100644 index 1306585334c9..000000000000 --- a/dev-python/exam/metadata.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>Alessandro Barbieri</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="github">fluxx/exam</remote-id> - <remote-id type="pypi">exam</remote-id> - </upstream> - <longdescription lang="en"> -Exam is a Python toolkit for writing better tests. It aims to remove a lot of the boiler plate testing code one often writes, while still following Python conventions and adhering to the unit testing interface. - -Aside from the obvious "does the code work?", writings tests has many additional goals and benefits: - - If written semantically, reading tests can help demonstrate how the code is supposed to work to other developers. - If quick running, tests provide feedback during development that your changes are working or not having an adverse side effects. - If they're easy to write correctly, developers will write more tests and they will be of a higher quality. - -Unfortunately, the common pattern for writing Python unit tests tends to not offer any of these advantages. Often times results in inefficient and unnecessarily obtuse testing code. Additionally, common uses of the mock library can often result in repetitive boiler-plate code or inefficiency during test runs. - -exam aims to improve the state of Python test writing by providing a toolkit of useful functionality to make writing quick, correct and useful tests and as painless as possible. - </longdescription> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index d6bdd47c11a7..fe25242329fe 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -311,11 +311,6 @@ media-gfx/gmic dev-java/apache-rat-core dev-java/apache-rat-tasks -# Michał Górny <[email protected]> (2023-10-22) -# Incompatible with Python 3.12. Last commit in 2016. No revdeps. -# Removal on 2023-11-21. Bug #909917. -dev-python/exam - # Ulrich Müller <[email protected]> (2023-10-19) # Pretest versions, masked for testing. <app-editors/emacs-29.1.9999:29-vcs
