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 29FBD138335 for ; Tue, 1 Jan 2019 01:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24E7BE0BDB; Tue, 1 Jan 2019 01:16:58 +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 01A9DE0BDB for ; Tue, 1 Jan 2019 01:16:57 +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 54B27335CEB for ; Tue, 1 Jan 2019 01:16:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 485F745B for ; Tue, 1 Jan 2019 01:16:53 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1546305220.be7e9da3213b71585120346202011edb7c05ce12.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/toml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/toml/Manifest dev-python/toml/toml-0.10.0.ebuild dev-python/toml/toml-0.9.6.ebuild X-VCS-Directories: dev-python/toml/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: be7e9da3213b71585120346202011edb7c05ce12 X-VCS-Branch: master Date: Tue, 1 Jan 2019 01:16:53 +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: f18630f2-c2eb-4fbb-95ca-1bf902678305 X-Archives-Hash: c95414268b7e8ef984ec9ecc9f85ec9a commit: be7e9da3213b71585120346202011edb7c05ce12 Author: Virgil Dupras gentoo org> AuthorDate: Tue Jan 1 01:13:40 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Jan 1 01:13:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7e9da3 dev-python/toml: bump to 0.10.0 Also, add support for py37 and pypy3 and bump to EAPI 7. Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/toml/Manifest | 2 +- dev-python/toml/{toml-0.9.6.ebuild => toml-0.10.0.ebuild} | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/toml/Manifest b/dev-python/toml/Manifest index 396b35e761c..89d930e0408 100644 --- a/dev-python/toml/Manifest +++ b/dev-python/toml/Manifest @@ -1 +1 @@ -DIST toml-0.9.6.tar.gz 14074 BLAKE2B 758dbde35e1afacad8456cfac42354f3205d2d1ae79ceeea1803fe253472e3299ba171ce9435529f64fd8a31adc7cc1c05282a76a47118b7aa0e3ed61ccacc25 SHA512 9f2804daebae0744c3a00bfb27b2f1efd73c96e7e5a14316d492200d63ba546167f669a187297c76daca5ef35b7adb6f309c1f6129302b6f41e6b7673bdb43b6 +DIST toml-0.10.0.tar.gz 16719 BLAKE2B f7863e9cf0ca5185a59d64010346b4b960c40bc3711d4cbd1ad907d15da823319b748df1a5536465e9f36428bf1599624ede3b1fa68cb420684a52ba137227c9 SHA512 26f26c38ce9cd48305218c2c34c5a5407b00aefc25a933f044bb7be22c23cfdfa3b8cf2da952d17760c4b9038df62e405fa039cc7b63dd3e94c9c312f04f9182 diff --git a/dev-python/toml/toml-0.9.6.ebuild b/dev-python/toml/toml-0.10.0.ebuild similarity index 62% rename from dev-python/toml/toml-0.9.6.ebuild rename to dev-python/toml/toml-0.10.0.ebuild index 528467cd42e..d50fd3ab181 100644 --- a/dev-python/toml/toml-0.9.6.ebuild +++ b/dev-python/toml/toml-0.10.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} ) inherit distutils-r1 @@ -15,6 +15,8 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +# peculiar testing depending on https://github.com/BurntSushi/toml-test. Not +# particularly worth the trouble. RESTRICT="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"