From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dill/
Date: Fri, 20 May 2022 08:29:31 +0000 (UTC) [thread overview]
Message-ID: <1653035355.c5f82a77d139013524013d5dc8feefc41ab7c724.mgorny@gentoo> (raw)
commit: c5f82a77d139013524013d5dc8feefc41ab7c724
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 07:13:35 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 20 08:29:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f82a77
dev-python/dill: Bump to 0.3.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dill/Manifest | 1 +
dev-python/dill/dill-0.3.5.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/dill/Manifest b/dev-python/dill/Manifest
index 4635e25b6cd2..8ed203cb53cf 100644
--- a/dev-python/dill/Manifest
+++ b/dev-python/dill/Manifest
@@ -1 +1,2 @@
DIST dill-0.3.4.gh.tar.gz 152875 BLAKE2B 61c638f0459b94f5cc0dabd9d5fd224c3c010ab6ccc9b7e47943922e7e139bd74c7a5173657febb028fc79632792f807586e271316ad87bb505520163f85a300 SHA512 1b1991909a9782382ecdb2ada13249c8b446d3558de69501280c816f7cd6c6728f9d3303c826461245ab9e42c43c02e4605142f25e09244bb7ccc9ca68a4b565
+DIST dill-0.3.5.gh.tar.gz 161213 BLAKE2B 305aabe868b7718b57199a29fdb3ec4a28c797d36be458bb182f909ef39f15bc016779b2f08a1804c0eab6c940a2d5baef26d1c34bb4c9a0d0687674265bff96 SHA512 3bcaf692e98f2495aad9af44815c33ac9c64ea7c946f41a8d37851b63fc2c94bbcbc4a923559e2433971a900a34daf404f9461ba28b38657dd908a84b9f0b8d6
diff --git a/dev-python/dill/dill-0.3.5.ebuild b/dev-python/dill/dill-0.3.5.ebuild
new file mode 100644
index 000000000000..7c162ac2dcdf
--- /dev/null
+++ b/dev-python/dill/dill-0.3.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Serialize all of Python (almost)"
+HOMEPAGE="
+ https://github.com/uqfoundation/dill/
+ https://pypi.org/project/dill/
+"
+SRC_URI="
+ https://github.com/uqfoundation/dill/archive/${P}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${PN}-${P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+python_test() {
+ local fail= t
+ for t in tests/test_*.py; do
+ ebegin "\t${t}"
+ "${EPYTHON}" "${t}"
+ eend ${?} || fail=1
+ done
+
+ [[ ${fail} ]] && die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2022-05-20 8:29 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-20 8:29 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-21 7:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/dill/ Sam James
2025-05-31 19:15 Sam James
2024-10-19 8:42 Michał Górny
2024-10-19 7:47 Arthur Zamarin
2024-09-29 3:01 Michał Górny
2024-07-26 15:28 Michał Górny
2024-07-26 14:12 Arthur Zamarin
2024-07-08 17:44 Michał Górny
2024-07-08 17:44 Michał Górny
2024-07-08 17:44 Michał Górny
2024-06-25 10:40 Petr Vaněk
2024-02-11 13:14 Michał Górny
2024-02-11 6:01 Sam James
2024-01-28 3:51 Michał Górny
2023-11-17 10:44 Andrew Ammerlaan
2023-08-24 12:47 Michał Górny
2023-07-23 6:53 Michał Górny
2022-11-06 7:59 Michał Górny
2022-11-06 7:24 Sam James
2022-10-24 5:14 Michał Górny
2022-06-21 18:48 Arthur Zamarin
2022-06-21 18:32 Arthur Zamarin
2022-05-28 20:43 Jakov Smolić
2022-05-21 6:47 Michał Górny
2022-05-04 14:42 Sam James
2022-04-29 3:09 Sam James
2022-04-26 18:59 Arthur Zamarin
2022-04-26 18:59 Arthur Zamarin
2022-04-26 18:59 Arthur Zamarin
2022-04-26 18:55 Michał Górny
2022-04-26 17:11 Arthur Zamarin
2022-04-10 2:56 Matt Turner
2022-04-09 19:41 Arthur Zamarin
2022-04-09 19:41 Arthur Zamarin
2022-04-09 19:41 Arthur Zamarin
2022-04-09 19:26 Arthur Zamarin
2022-03-27 20:20 James Le Cuirot
2022-03-26 16:52 Arthur Zamarin
2022-03-25 8:30 Jakov Smolić
2022-03-25 0:02 Michał Górny
2021-07-24 17:30 Michał Górny
2021-07-24 15:12 Sam James
2021-06-14 6:51 Michał Górny
2021-05-07 11:25 Michał Górny
2020-12-13 12:15 Michał Górny
2020-12-13 8:58 Sam James
2020-12-11 23:07 Sergei Trofimovich
2020-11-02 9:49 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-30 20:03 Sam James
2020-07-30 19:39 Sam James
2020-06-16 8:18 Michał Górny
2020-06-06 13:17 Andreas Sturmlechner
2020-03-26 20:35 Michał Górny
2020-02-02 15:34 Michał Górny
2019-12-17 18:40 Conrad Kostecki
2019-09-29 6:48 Michał Górny
2019-06-29 8:15 Michał Górny
2019-04-09 7:05 Matthew Thode
2017-12-28 14:03 Sergei Trofimovich
2017-12-02 20:55 Mike Gilbert
2017-06-21 9:44 Alexis Ballier
2017-03-16 8:00 Zac Medico
2017-03-13 21:48 Amadeusz Piotr Żołnowski
2016-10-06 21:14 Patrice Clement
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=1653035355.c5f82a77d139013524013d5dc8feefc41ab7c724.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