From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/
Date: Sun, 15 Jul 2018 00:23:35 +0000 (UTC) [thread overview]
Message-ID: <1531614210.6e465c01774203248fe78d4a6937d2dbb746f23c.blueness@gentoo> (raw)
commit: 6e465c01774203248fe78d4a6937d2dbb746f23c
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 00:23:00 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 00:23:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e465c01
dev-python/marshmallow: version bump to 3.0.0_beta12
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/marshmallow/Manifest | 1 +
.../marshmallow/marshmallow-3.0.0_beta12.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index f860974f7fa..7c1d3abcb16 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
+DIST marshmallow-3.0.0b12.tar.gz 153870 BLAKE2B 4279bb477861cbcef219a7442ffa29cb1f5bb084b08a9812256898771560add3d8e5dbcd2348d8734c1701131e02f33c69ca17f2d1d9010712e11ada96e0374f SHA512 3155503630b2a85eeb4b04769de79346b334975ab3611695806e799a76dfca78cc3c7d490b18158c757dd15d550fa408b651fa4c69b3e5eb147c4cf38613e2ab
DIST marshmallow-3.0.0b8.tar.gz 148882 BLAKE2B a83e9cb2ff7d5786e5a0d5c947e578f81d7d2ab008257df195096e06031b100cd6d31bdab3df63b6ab6704268b1915827dd89f7e5fce6a638d136686fc9ebc07 SHA512 34f7a974872d0cdad828e342788269ab19194e17f30716dc8db21bc3b86ab3f1be6bd5e31c7bcbeaad7b8c70acc39eab256eb938060eff42067f5f1b3ba51c1c
diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
new file mode 100644
index 00000000000..630eff899b7
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_P=${P/_beta/b}
+DESCRIPTION="A lightweight library for converting complex datatypes to and from native Python datatypes."
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ rm tests/test_py3/test_utils.py || die
+ distutils-r1_src_prepare
+}
+
+python_test() {
+ py.test -v || die "tests failed under ${EPYTHON}"
+}
next reply other threads:[~2018-07-15 0:23 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-15 0:23 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-17 4:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/ Michał Górny
2025-04-17 4:53 Michał Górny
2025-02-04 4:28 Michał Górny
2025-01-23 5:39 Michał Górny
2025-01-23 5:39 Michał Górny
2025-01-12 3:32 Michał Górny
2025-01-10 5:31 Michał Górny
2025-01-10 5:31 Michał Górny
2025-01-09 5:26 Michał Górny
2025-01-08 9:12 Michał Górny
2025-01-04 9:30 Michał Górny
2024-12-19 5:12 Michał Górny
2024-12-19 5:12 Michał Górny
2024-11-02 6:32 Michał Górny
2024-11-02 6:32 Michał Górny
2024-10-18 4:29 Michał Górny
2024-08-21 3:14 Michał Górny
2024-08-21 3:14 Michał Górny
2024-06-06 16:17 Michał Górny
2024-05-18 6:11 Michał Górny
2024-05-18 6:11 Michał Górny
2024-05-02 2:00 Michał Górny
2024-05-02 2:00 Michał Górny
2024-03-05 5:18 Michał Górny
2024-02-27 6:38 Michał Górny
2024-01-10 4:42 Michał Górny
2023-07-24 11:32 Michał Górny
2023-07-21 6:06 Michał Górny
2023-05-27 9:44 Arthur Zamarin
2022-11-14 4:44 Michał Górny
2022-11-12 7:33 Michał Górny
2022-11-12 7:33 Michał Górny
2022-09-22 10:29 Michał Górny
2022-08-23 17:41 Arthur Zamarin
2022-06-27 4:40 Michał Górny
2022-06-16 8:06 Michał Górny
2022-05-30 7:22 Michał Górny
2022-05-16 13:20 Michał Górny
2022-03-14 17:04 Michał Górny
2021-11-14 8:46 Michał Górny
2021-10-17 21:15 Michał Górny
2021-10-17 9:07 Michał Górny
2021-07-22 7:25 Michał Górny
2021-07-07 6:33 Michał Górny
2021-05-11 7:56 Michał Górny
2021-05-10 7:24 Michał Górny
2021-05-10 7:24 Michał Górny
2021-03-30 7:17 Michał Górny
2021-03-29 7:28 Michał Górny
2020-12-19 22:17 Michał Górny
2020-12-19 22:17 Michał Górny
2020-10-14 10:43 Alexey Shvetsov
2020-03-30 21:27 Patrick McLean
2020-03-27 21:25 Michał Górny
2020-02-05 16:24 Michał Górny
2019-12-12 21:28 Alexey Shvetsov
2019-08-24 3:20 Zac Medico
2019-08-24 3:20 Zac Medico
2019-08-24 3:20 Zac Medico
2019-04-27 23:31 Anthony G. Basile
2019-03-16 23:56 Anthony G. Basile
2018-08-21 19:33 Zac Medico
2018-04-12 0:19 Zac Medico
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=1531614210.6e465c01774203248fe78d4a6937d2dbb746f23c.blueness@gentoo \
--to=blueness@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