From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/manuel/
Date: Sat, 30 Jan 2021 15:06:16 +0000 (UTC) [thread overview]
Message-ID: <1612019134.9614795b9a2132ea179db8ad911477910a58e48e.conikost@gentoo> (raw)
commit: 9614795b9a2132ea179db8ad911477910a58e48e
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 15:05:23 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 15:05:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9614795b
dev-python/manuel: bump to version 1.10.1
Changes:
* Update to EAPI=7
* Fix Tests
* Remove unused sections
* Add support for newer python versions
All tests passed up to python3_9.
Closes: https://bugs.gentoo.org/767034
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/manuel/Manifest | 1 +
dev-python/manuel/manuel-1.10.1.ebuild | 22 ++++++++++++++++++++++
dev-python/manuel/metadata.xml | 16 ++++++++--------
3 files changed, 31 insertions(+), 8 deletions(-)
diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 8ab00f097af..e7358217b92 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1 +1,2 @@
+DIST manuel-1.10.1.tar.gz 42142 BLAKE2B 91d23d804b3f5a2c6f696a8c7a8701f09ae6e881ac9a1c76004be301ab77f58596d0bdae4b11f484e495ea581d66d55d5bed05f5b36d81951d35923c8bfc163d SHA512 39376852e2ecb8a19b2f565464e53f475577edf68e89b3d267f94374a444714ed38ef63da638a02dcec2df851869d57c0d256dca4b436b37ff36b6b3a822710b
DIST manuel-1.9.0.tar.gz 39640 BLAKE2B 1b699b92816297fee13a65ed2c4fc9ee3683f8e47e7fbf06178c97167ae29cabcedc48edec48b053f725889b39111b3634f0305ac651b5674292d046434fd134 SHA512 519b0fd1bd7ef3414dec69f721a6f1265603d28e3b61681acf46e9fba6fdc66efb6c0a82d814af8348bb7c07c3c4c299ae94ea7d6415436592ac37fccaacf18a
diff --git a/dev-python/manuel/manuel-1.10.1.ebuild b/dev-python/manuel/manuel-1.10.1.ebuild
new file mode 100644
index 00000000000..a5b32a0a45e
--- /dev/null
+++ b/dev-python/manuel/manuel-1.10.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Lets you mix and match traditional doctests with custom test syntax"
+HOMEPAGE="https://github.com/benji-york/manuel/ https://pypi.org/project/manuel/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests setup.py
diff --git a/dev-python/manuel/metadata.xml b/dev-python/manuel/metadata.xml
index cfc835588bc..79fde842e20 100644
--- a/dev-python/manuel/metadata.xml
+++ b/dev-python/manuel/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="github">benji-york/manuel</remote-id>
- <remote-id type="pypi">manuel</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">benji-york/manuel</remote-id>
+ <remote-id type="pypi">manuel</remote-id>
+ </upstream>
</pkgmetadata>
next reply other threads:[~2021-01-30 15:06 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-30 15:06 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-13 6:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/manuel/ Michał Górny
2024-05-18 6:11 Michał Górny
2024-04-11 16:37 Arthur Zamarin
2024-03-23 10:41 Michał Górny
2022-07-29 18:02 Michał Górny
2022-07-29 16:38 Arthur Zamarin
2022-06-24 20:32 Arthur Zamarin
2022-06-16 11:24 Michał Górny
2022-06-16 9:37 Jakov Smolić
2022-05-16 7:56 Michał Górny
2022-04-22 15:11 Arthur Zamarin
2022-04-22 15:11 Arthur Zamarin
2022-04-22 15:11 Arthur Zamarin
2022-04-11 19:58 Michał Górny
2022-04-09 21:47 Jakov Smolić
2021-10-10 2:20 Sam James
2021-10-10 0:09 Sam James
2021-10-09 20:19 Sam James
2021-05-31 12:09 Michał Górny
2021-02-21 8:25 Michał Górny
2021-02-21 8:16 Sam James
2021-02-21 8:12 Sam James
2021-02-21 8:12 Sam James
2020-10-16 18:22 Michał Górny
2020-03-27 21:25 Michał Górny
2020-02-05 16:24 Michał Górny
2020-01-06 21:28 Rick Farina
2018-08-11 22:39 Patrice Clement
2016-10-11 17:09 Patrice Clement
2016-05-29 14:19 Pacho Ramos
2016-02-24 9:23 Justin Lecher
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=1612019134.9614795b9a2132ea179db8ad911477910a58e48e.conikost@gentoo \
--to=conikost@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