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 D15DA13835A for ; Fri, 23 Oct 2020 10:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF1C8E0821; Fri, 23 Oct 2020 10:22:20 +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 D7464E0821 for ; Fri, 23 Oct 2020 10:22:20 +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 25E00340EAB for ; Fri, 23 Oct 2020 10:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A46AE3B1 for ; Fri, 23 Oct 2020 10:22:17 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1603448492.07cfbc9dff998616aab88545924b23cf497219e1.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/importlib_resources/Manifest dev-python/importlib_resources/importlib_resources-3.1.0.ebuild X-VCS-Directories: dev-python/importlib_resources/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 07cfbc9dff998616aab88545924b23cf497219e1 X-VCS-Branch: master Date: Fri, 23 Oct 2020 10:22:17 +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: e94576b6-1dc2-4c7f-9132-763f6ba20f58 X-Archives-Hash: c4884aaad9552d585b1e50fb99413598 commit: 07cfbc9dff998616aab88545924b23cf497219e1 Author: Louis Sautier gentoo org> AuthorDate: Fri Oct 23 09:43:43 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Fri Oct 23 10:21:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cfbc9d dev-python/importlib_resources: bump to 3.1.0, update HOMEPAGE Also clean up Python 2 specifics. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Louis Sautier gentoo.org> dev-python/importlib_resources/Manifest | 1 + .../importlib_resources-3.1.0.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-python/importlib_resources/Manifest b/dev-python/importlib_resources/Manifest index b15eabb3a07..9dfbc236e49 100644 --- a/dev-python/importlib_resources/Manifest +++ b/dev-python/importlib_resources/Manifest @@ -1,2 +1,3 @@ DIST importlib_resources-1.5.0.tar.gz 23660 BLAKE2B aed7a2d730f945505083812355a63d3a88e07b057cf46394f3475135143e535e33dc3ebded24d233797020c805dc35decf5c5ce53758798b093f03f2951daa87 SHA512 34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed DIST importlib_resources-3.0.0.tar.gz 26725 BLAKE2B e2517b0d1e576ce949ac05230892acbad59c09fa4b84401b3c957e83f40b50d12bc02360b135fe949d12c43f8f557006824e4e4a3e9ff2ce879c03362569a00c SHA512 cd29e268cacef3729024af6cae8394ce5aa8c1d8a28397fd8f009c7eaa908ed3775508bde86c26b0d233c25261b8509abb1e16c378c7c8a9bb0906224f3fdd54 +DIST importlib_resources-3.1.0.tar.gz 27630 BLAKE2B fbfa4464580c7ec8a880161a3e28c9fc783676ddbc5470e419cdabe7fc7c037a59fb6a29dcc9cc523ad47b2624e0df4738cfe6e7bbf09704f4512c96eb34474f SHA512 0f659afc3f65d7245c137fe447606e138391bddbdcc1cfacafe94bcb557245d8f576d4d489f209047a0cbc2a60e79e37ee9419062c7472f12e0aee0acec7056a diff --git a/dev-python/importlib_resources/importlib_resources-3.1.0.ebuild b/dev-python/importlib_resources/importlib_resources-3.1.0.ebuild new file mode 100644 index 00000000000..49e25f9954b --- /dev/null +++ b/dev-python/importlib_resources/importlib_resources-3.1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# This is a backport of Python 3.9's importlib.resources +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Read resources from Python packages" +HOMEPAGE="https://github.com/python/importlib_resources" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/zipp[${PYTHON_USEDEP}] + ' pypy3 python3_{6,7}) +" +BDEPEND=" + dev-python/toml[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest +distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging