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 D95BD13835A for ; Mon, 10 Aug 2020 11:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7648E077A; Mon, 10 Aug 2020 11:00:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AB22CE077A for ; Mon, 10 Aug 2020 11:00:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2760134F30F for ; Mon, 10 Aug 2020 11:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F288E2F2 for ; Mon, 10 Aug 2020 11:00:26 +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: <1597057223.32755f0727d7062fddd7f2643e15c631227bbe37.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-stdnum/Manifest dev-python/python-stdnum/python-stdnum-1.14.ebuild X-VCS-Directories: dev-python/python-stdnum/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32755f0727d7062fddd7f2643e15c631227bbe37 X-VCS-Branch: master Date: Mon, 10 Aug 2020 11:00:26 +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: a1e07d47-ef28-4e79-82e2-b60971bbc37c X-Archives-Hash: 9ef01d7f04e88782b5ba675294a3742c commit: 32755f0727d7062fddd7f2643e15c631227bbe37 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 10 09:53:51 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 10 11:00:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32755f07 dev-python/python-stdnum: Bump to 1.14 Signed-off-by: Michał Górny gentoo.org> dev-python/python-stdnum/Manifest | 1 + dev-python/python-stdnum/python-stdnum-1.14.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index 257d9988cc6..ce2986d99cb 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1 +1,2 @@ DIST python-stdnum-1.13.tar.gz 893897 BLAKE2B e901a0b56d8ca4bcc25eade617af80bffce8f4b49a94dadefa7cf252edf567d01267256d3eaee77f01e41a99c0ffb26c80de1092f6437efdea2f115a9e997c80 SHA512 91bc476c0fec49627b772c43f031bcdfea044385256817d76a2fcff3aa76f26e85d308aab5262a682d54f67a1851907074b21d260e687f81c733326c40a0e0cf +DIST python-stdnum-1.14.tar.gz 953637 BLAKE2B 5772fd2284dc9c255b544c6f0d1f4d1ebbaa48547cf1ba9aafb082a4d649ce90574444b298a333c9fbac5e232d2ea144f2e5bbd817fb6e7b78ea66081ed871b2 SHA512 d17643a2e4d8efc5f554c9c114399802e6dae0ff60b6ab0e32ebf6ece7c87a96287dd1c2e68e4fcd97f8ab475a267de5dad41d726470690255a2a0aeddedbb8e diff --git a/dev-python/python-stdnum/python-stdnum-1.14.ebuild b/dev-python/python-stdnum/python-stdnum-1.14.ebuild new file mode 100644 index 00000000000..8e0346dc058 --- /dev/null +++ b/dev-python/python-stdnum/python-stdnum-1.14.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="A module to handle standardized numbers and codes" +HOMEPAGE="https://arthurdejong.org/python-stdnum/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="vies" + +RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )" + +DOCS=( ChangeLog NEWS README ) + +distutils_enable_tests nose