public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xdoctest/
Date: Wed, 18 Nov 2020 18:58:07 +0000 (UTC)	[thread overview]
Message-ID: <1605725860.e14eb1edc8f6655ef0474a15ec55ab37c4b15cc9.soap@gentoo> (raw)

commit:     e14eb1edc8f6655ef0474a15ec55ab37c4b15cc9
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Nov 18 18:57:40 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 18:57:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14eb1ed

dev-python/xdoctest: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/xdoctest/Manifest               |  1 -
 dev-python/xdoctest/xdoctest-0.11.0.ebuild | 40 ------------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-python/xdoctest/Manifest b/dev-python/xdoctest/Manifest
index 9dbf8a8dd74..1cab8e34656 100644
--- a/dev-python/xdoctest/Manifest
+++ b/dev-python/xdoctest/Manifest
@@ -1,2 +1 @@
-DIST xdoctest-0.11.0.tar.gz 123871 BLAKE2B ef766ae79b1566a243abbb31671a6e57184196079cda146081c73cf4aa2583b612b438ea8ff031a1c3d4da612034bccb1990a954ad4d2af55546edd7f7085238 SHA512 63629435e976d2ece770b13432f1857127e7d9c9c954e11e904c1f25b1a9e82d5cf99ff912656260f6c4ed8b08e27ab0fb2d39e621d94ccac9c797fc294bcc62
 DIST xdoctest-0.15.0.tar.gz 629125 BLAKE2B f5144365c4d1d58c107ac0603a1d99cd5bc622d3772fc7f2c907193ea863d9ff99bd183cc7fac12e2f85b7647ba25d5ae6878c06d3df9a5cdda9a1f143b43110 SHA512 114add93a75807d787c674b0649f92ff011987705f640912f876c4a4c3103cef90b0fae1959d5a85ef399b80695e9cbfcae6e809950ff5651fa211f54326682d

diff --git a/dev-python/xdoctest/xdoctest-0.11.0.ebuild b/dev-python/xdoctest/xdoctest-0.11.0.ebuild
deleted file mode 100644
index ddcfe852c5c..00000000000
--- a/dev-python/xdoctest/xdoctest-0.11.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A rewrite of Python's builtin doctest module but without all the weirdness"
-HOMEPAGE="https://github.com/Erotemic/ubelt"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
-
-python_prepare_all() {
-	# fails because the ebuild environment location is not the expected location
-	sed -i -e 's:test_xdoc_console_script_location:_&:' \
-		testing/test_entry_point.py || die
-
-	# xdoctest has to be in PATH for this to work
-	sed -i -e 's:test_xdoc_console_script_exec:_&:' \
-		testing/test_entry_point.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	PYTHONPATH="${WORKDIR}/${P}"
-	pytest -vv || die "Test fail with ${EPYTHON}"
-}


             reply	other threads:[~2020-11-18 18:58 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-18 18:58 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-09  3:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/xdoctest/ Michał Górny
2025-09-06 16:15 Michał Górny
2025-05-04 19:23 Michał Górny
2024-08-21  3:14 Michał Górny
2024-08-02  4:50 Michał Górny
2024-08-02  4:50 Michał Górny
2024-06-08  5:06 Michał Górny
2024-06-01  3:57 Michał Górny
2024-05-17 10:51 Michał Górny
2024-05-17 10:51 Michał Górny
2024-02-26 14:25 Michał Górny
2024-01-31  6:59 Michał Górny
2024-01-30 12:45 Michał Górny
2023-12-30 18:35 Michał Górny
2023-10-26  3:12 Michał Górny
2023-03-16 16:35 Michał Górny
2023-01-30  6:59 Michał Górny
2023-01-30  6:59 Michał Górny
2022-11-14  5:07 Michał Górny
2022-11-08 12:53 Andrew Ammerlaan
2022-09-09  7:23 Arthur Zamarin
2022-08-20 13:25 Arthur Zamarin
2022-07-11  7:06 Michał Górny
2022-05-16 13:30 Michał Górny
2022-03-26 10:37 Michał Górny
2021-10-07  7:21 Michał Górny
2021-09-24  6:33 Michał Górny
2021-09-24  6:33 Michał Górny
2021-08-09  6:40 Michał Górny
2021-07-03  6:35 Michał Górny
2021-07-01 18:39 Michał Górny
2021-06-05 20:54 Andrew Ammerlaan
2021-03-10 15:18 Michał Górny
2021-02-13 10:14 David Seifert
2021-01-29 19:31 Michał Górny
2021-01-29 11:08 Michał Górny
2021-01-29  9:00 Michał Górny
2021-01-22  9:55 Michał Górny
2021-01-22  9:55 Michał Górny
2020-11-18 18:58 David Seifert
2020-02-09 12:46 Benda XU

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=1605725860.e14eb1edc8f6655ef0474a15ec55ab37c4b15cc9.soap@gentoo \
    --to=soap@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