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 C8748138335 for ; Tue, 3 Dec 2019 02:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4B90E0825; Tue, 3 Dec 2019 02:45:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CEE7CE0825 for ; Tue, 3 Dec 2019 02:45:54 +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 1FF7B34D6F2 for ; Tue, 3 Dec 2019 02:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BA7A2A5 for ; Tue, 3 Dec 2019 02:45:49 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1575340944.15f0c6f901bad6cb376014b2085f69d064e756a5.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xmltodict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild X-VCS-Directories: dev-python/xmltodict/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 15f0c6f901bad6cb376014b2085f69d064e756a5 X-VCS-Branch: master Date: Tue, 3 Dec 2019 02:45:49 +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: 5c31ff5e-e450-40ac-8be0-cc7b71ef8e13 X-Archives-Hash: 4ab29caecc9904beb3b56d4f9bdcda77 commit: 15f0c6f901bad6cb376014b2085f69d064e756a5 Author: Patrick McLean sony com> AuthorDate: Tue Dec 3 02:42:24 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Dec 3 02:42:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f0c6f9 dev-python/xmltodict-0.12.0-r1: revbump, add py38, new distutils funcs Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean gentoo.org> dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild new file mode 100644 index 00000000000..806632b8ff9 --- /dev/null +++ b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) + +inherit distutils-r1 + +DESCRIPTION="Makes working with XML feel like you are working with JSON" +HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.org/project/xmltodict/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +distutils_enable_tests nose