public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/
Date: Mon, 30 Mar 2020 21:27:22 +0000 (UTC)	[thread overview]
Message-ID: <1585603634.e492ddc1f20ab5d4c885854a5a03b2248a0219e4.chutzpah@gentoo> (raw)

commit:     e492ddc1f20ab5d4c885854a5a03b2248a0219e4
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Mon Mar 30 21:26:52 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 21:27:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e492ddc1

dev-python/marshmallow-3.5.1: version bump, add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/marshmallow/Manifest                 |  1 +
 dev-python/marshmallow/marshmallow-3.5.1.ebuild | 29 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 4ffd8f6ec4b..242e6214f57 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1,3 @@
 DIST marshmallow-2.20.5.tar.gz 152733 BLAKE2B ba509624e3715ace53eeb1a835f533172d676b3645ae3226c6da3727dafef7084bde896f3a66459112d599e3e422d600d150934313b813fea9d819658ce3b4bf SHA512 a02b6a3341d2cd08174937112eba2f69a07de59054a088eef64ac12703699e2b6f561ce76ebc0cb43334056f02f3898098bb0d3501ae8a1b6350f9a168eb3355
 DIST marshmallow-3.0.1.tar.gz 168186 BLAKE2B 6c89fed45c144a855c692bee39390e1c80b2977274acb704095e76567e6ed00643704473f95abac7fabb4c1d1d96b90cb9a6fe3a127a09a0d2a4c72c02358baf SHA512 085a7e9b265bb86232222e4decb32fa172d62bca3ba3c5303f12715be1b0ab6553b1978e28db520a6a7a25778915c770ac83c607bdebf5e4d26746cd69f2d555
+DIST marshmallow-3.5.1.tar.gz 168839 BLAKE2B 8abf8e8d45d37794c3c615f6dac8ccd0acb76357e92ddaa4c23232b7aefba63db9bd42fb7f13dd99f9ea2ec4c7608459bc36014f9344ab91894176d0f02259c9 SHA512 89b3abce9e31dad6a20cf8ceef62270c8f95cbdf80965b6d29f1728d37d51171a020463da9d0354688183ea07e3f47a0ddab8694da13fe238f11a3dc755d4d6e

diff --git a/dev-python/marshmallow/marshmallow-3.5.1.ebuild b/dev-python/marshmallow/marshmallow-3.5.1.ebuild
new file mode 100644
index 00000000000..37a0ebcd4cc
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.5.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(  python3_{6,7,8} )
+
+inherit distutils-r1
+
+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}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/pytz[${PYTHON_USEDEP}]
+		dev-python/simplejson[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest


             reply	other threads:[~2020-03-30 21:27 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30 21:27 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-21  3:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/ 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-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-07-15  0:23 Anthony G. Basile
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=1585603634.e492ddc1f20ab5d4c885854a5a03b2248a0219e4.chutzpah@gentoo \
    --to=chutzpah@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