From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
Date: Sun, 11 Jun 2023 16:15:10 +0000 (UTC) [thread overview]
Message-ID: <1686499981.6f6e6562e853709e5dd10e673ee714d7ccc4bac1.mgorny@gentoo> (raw)
commit: 6f6e6562e853709e5dd10e673ee714d7ccc4bac1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 16:13:01 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 16:13:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6e6562
dev-python/sybil: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sybil/Manifest | 2 --
dev-python/sybil/sybil-5.0.0.ebuild | 33 ---------------------------------
dev-python/sybil/sybil-5.0.1.ebuild | 34 ----------------------------------
3 files changed, 69 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 12f99d7aed0a..485e17628ca4 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,3 +1 @@
-DIST sybil-5.0.0.gh.tar.gz 55213 BLAKE2B c95c051ee1a2edf5f9be0cc1dc23caf4c48a6e6b29e16c5b1e9f1ab785012d774eed8f972467132ecad530d59f992dd802474178e32df0a47fcfed36192689de SHA512 6511ad1ba6c814d0ab951f96e2ea7e4791fac3fbcae47693e8562fafe8e0c73648407e10036ebed42ac4ebb1458208677d850f46dbe238419f7ae545f8add6b6
-DIST sybil-5.0.1.gh.tar.gz 55327 BLAKE2B 710830830402904d630d5405ddaa403cd4249061d76a066015dc77cb868f2009ef368675de518dfd98b9d42f1dc8056fca751fb67394ec1f62bc06c66c3665c7 SHA512 72894949f3a0c41ec2424688edd19e9a796e46c7ce66da3223c206dc02bb4857c711b8269faefe539c26d73686e5a82a5185d943843dec3577ff96a59d0b8072
DIST sybil-5.0.2.gh.tar.gz 56319 BLAKE2B 56c64c0110a7d0e808eaf786a22e8ce30572a8546be85987b4c26d86e1d8ea8c3f35557463a032a32b23861e7403a4196b03ab0b4d2641d6854f5d4cfd6d4b18 SHA512 43b8a7e6067d99a82e1ef07fce0a2034402db086f5a2043c0c4136eca8bf27a2e53d26f03d0e717b05076a5e65cfc259e685c883a7526840135454a6c68c3100
diff --git a/dev-python/sybil/sybil-5.0.0.ebuild b/dev-python/sybil/sybil-5.0.0.ebuild
deleted file mode 100644
index 16cfedcd364d..000000000000
--- a/dev-python/sybil/sybil-5.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2019-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/sybil/sybil-5.0.1.ebuild b/dev-python/sybil/sybil-5.0.1.ebuild
deleted file mode 100644
index 24e991ed8c00..000000000000
--- a/dev-python/sybil/sybil-5.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
next reply other threads:[~2023-06-11 16:15 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-11 16:15 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 10:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/ Michał Górny
2025-03-08 9:32 Arthur Zamarin
2025-02-19 7:56 Michał Górny
2024-11-30 11:47 Michał Górny
2024-11-16 8:19 Michał Górny
2024-11-16 8:09 Michał Górny
2024-11-13 6:55 Michał Górny
2024-10-31 5:24 Michał Górny
2024-10-12 15:05 Sam James
2024-10-12 6:33 Sam James
2024-10-05 7:39 Michał Górny
2024-10-05 7:28 Sam James
2024-09-28 13:35 Michał Górny
2024-09-28 13:17 Arthur Zamarin
2024-09-21 7:41 Michał Górny
2024-09-17 6:11 Michał Górny
2024-09-13 3:12 Michał Górny
2024-08-29 6:34 Jakov Smolić
2024-08-29 6:34 Jakov Smolić
2024-08-29 5:10 Jakov Smolić
2024-06-19 17:21 Michał Górny
2024-05-25 6:33 Michał Górny
2024-05-25 6:27 Arthur Zamarin
2024-05-10 2:02 Michał Górny
2024-05-08 8:15 Michał Górny
2024-04-23 5:38 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-02-17 22:26 Sam James
2024-02-01 4:47 Michał Górny
2023-12-09 15:13 Michał Górny
2023-12-09 14:58 Michał Górny
2023-11-23 15:02 Michał Górny
2023-11-22 10:32 Michał Górny
2023-11-22 7:49 Michał Górny
2023-08-24 12:49 Michał Górny
2023-08-24 12:40 Sam James
2023-07-23 15:14 Michał Górny
2023-07-14 16:59 Arthur Zamarin
2023-06-11 13:32 Sam James
2023-05-20 5:34 Michał Górny
2023-05-11 6:34 Michał Górny
2023-04-05 8:17 Michał Górny
2023-04-05 7:08 Arthur Zamarin
2023-03-26 18:02 Michał Górny
2023-02-08 17:36 Michał Górny
2023-01-28 13:07 Michał Górny
2023-01-28 12:08 Arthur Zamarin
2023-01-28 8:30 Arthur Zamarin
2023-01-28 8:30 Arthur Zamarin
2023-01-26 22:03 Sam James
2023-01-03 8:20 Yixun Lan
2022-12-31 10:49 Arthur Zamarin
2022-12-26 9:40 Michał Górny
2022-12-26 7:10 Michał Górny
2022-11-09 6:53 Sam James
2022-03-31 13:55 Jakov Smolić
2022-02-25 23:41 Michał Górny
2021-12-02 8:54 Jakov Smolić
2021-06-22 17:02 Marek Szuba
2021-03-05 19:26 Sam James
2021-02-22 13:28 Sam James
2020-12-31 8:54 Michał Górny
2020-12-31 1:20 Sam James
2020-12-21 21:43 Michał Górny
2020-12-21 21:28 Sam James
2020-11-30 8:25 Michał Górny
2020-11-18 8:28 Michał Górny
2020-10-09 7:15 Michał Górny
2020-09-18 15:53 Michał Górny
2020-08-06 2:30 Michał Górny
2020-08-05 15:18 Michał Górny
2020-07-30 6:19 Michał Górny
2020-07-29 10:20 Michał Górny
2020-04-28 13:12 Agostino Sarubbo
2020-04-04 17:04 Michał Górny
2020-03-29 9:50 Michał Górny
2020-03-08 14:29 Michał Górny
2020-03-08 14:29 Michał Górny
2020-03-08 14:29 Michał Górny
2020-02-06 6:18 Michał Górny
2019-05-08 14:41 Virgil Dupras
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=1686499981.6f6e6562e853709e5dd10e673ee714d7ccc4bac1.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