From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1062813835A for ; Sat, 19 Dec 2020 22:17:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56E42E093E; Sat, 19 Dec 2020 22:17:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41CFDE093E for ; Sat, 19 Dec 2020 22:17:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DF7E34121C for ; Sat, 19 Dec 2020 22:17:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12CDD2C5 for ; Sat, 19 Dec 2020 22:17:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1608416266.6c3041696fed4119fbf1599535e08515c356a586.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/marshmallow/Manifest dev-python/marshmallow/marshmallow-3.10.0.ebuild X-VCS-Directories: dev-python/marshmallow/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6c3041696fed4119fbf1599535e08515c356a586 X-VCS-Branch: master Date: Sat, 19 Dec 2020 22:17:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ca79209-a397-41d0-bcf5-b0dbfab2e4e7 X-Archives-Hash: 0629a52ee868780547c3ad050b14567e commit: 6c3041696fed4119fbf1599535e08515c356a586 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 19 22:15:52 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 19 22:17:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c304169 dev-python/marshmallow: Bump to 3.10.0 Signed-off-by: Michał Górny gentoo.org> dev-python/marshmallow/Manifest | 1 + dev-python/marshmallow/marshmallow-3.10.0.ebuild | 28 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest index 64a3f2c1aea..e5b73814dc4 100644 --- a/dev-python/marshmallow/Manifest +++ b/dev-python/marshmallow/Manifest @@ -1 +1,2 @@ +DIST marshmallow-3.10.0.tar.gz 172801 BLAKE2B 1d1f5d531a9704a9b82170347e2c5dd2b3fd4488204a05f9be7705a39e5a6a42342bcce1438484c22944a6fb4470a731825314ed7ced79dbaf9cc195f049d9b2 SHA512 41520a7cfde483ca06a69e49ab04f8972932d0fbf7a6c75ef568779b55d5f2f666aead4c161e03416e9b90fba71fd73b3f14630f0d7050b8a7fe7a4bb50d5bf0 DIST marshmallow-3.5.1.tar.gz 168839 BLAKE2B 8abf8e8d45d37794c3c615f6dac8ccd0acb76357e92ddaa4c23232b7aefba63db9bd42fb7f13dd99f9ea2ec4c7608459bc36014f9344ab91894176d0f02259c9 SHA512 89b3abce9e31dad6a20cf8ceef62270c8f95cbdf80965b6d29f1728d37d51171a020463da9d0354688183ea07e3f47a0ddab8694da13fe238f11a3dc755d4d6e diff --git a/dev-python/marshmallow/marshmallow-3.10.0.ebuild b/dev-python/marshmallow/marshmallow-3.10.0.ebuild new file mode 100644 index 00000000000..7adf1de6ee1 --- /dev/null +++ b/dev-python/marshmallow/marshmallow-3.10.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +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}] +" +BDEPEND=" + test? ( + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest