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 C380D138350 for ; Tue, 11 Feb 2020 11:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06EC2E0802; Tue, 11 Feb 2020 11:42:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DD05BE0802 for ; Tue, 11 Feb 2020 11:42:47 +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 C2DE234EB56 for ; Tue, 11 Feb 2020 11:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33AEF12D for ; Tue, 11 Feb 2020 11:42:45 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1581421260.4737bfa163ce7ba6f675cbb8e273ca468eaeb96a.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/chainmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/chainmap/Manifest dev-python/chainmap/chainmap-1.0.3.ebuild dev-python/chainmap/metadata.xml X-VCS-Directories: dev-python/chainmap/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 4737bfa163ce7ba6f675cbb8e273ca468eaeb96a X-VCS-Branch: master Date: Tue, 11 Feb 2020 11:42:45 +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: 08aa2ed3-b5a2-4f23-b182-9fa76e8499db X-Archives-Hash: 36b1bae5785267d0eba22fe52bc9e421 commit: 4737bfa163ce7ba6f675cbb8e273ca468eaeb96a Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Feb 11 09:24:16 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Feb 11 11:41:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4737bfa1 dev-python/chainmap: Initial import Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/chainmap/Manifest | 1 + dev-python/chainmap/chainmap-1.0.3.ebuild | 19 +++++++++++++++++++ dev-python/chainmap/metadata.xml | 15 +++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/chainmap/Manifest b/dev-python/chainmap/Manifest new file mode 100644 index 00000000000..8fc0146c6b8 --- /dev/null +++ b/dev-python/chainmap/Manifest @@ -0,0 +1 @@ +DIST chainmap-1.0.3.tar.gz 6325 BLAKE2B 108f4b728e5377272923e6d6c554b205429ed3534f0ed5fcbeb60746837cda64d124d415ba3da83cca23249e69795d3bec3c46fa91966d0cd2a5d220b5e1dd28 SHA512 0079f7e725d67a89402b00290bd9dfe5232c91050e68809c6fa76ce6697279ca6962a92f80a841341006d05d9a36fef639fe1e967631e21275aad03c1d871bad diff --git a/dev-python/chainmap/chainmap-1.0.3.ebuild b/dev-python/chainmap/chainmap-1.0.3.ebuild new file mode 100644 index 00000000000..b7190e90837 --- /dev/null +++ b/dev-python/chainmap/chainmap-1.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="ChainMap implementation for older Python versions" +HOMEPAGE="https://bitbucket.org/jeunice/chainmap" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64" + +RDEPEND="" +DEPEND="" diff --git a/dev-python/chainmap/metadata.xml b/dev-python/chainmap/metadata.xml new file mode 100644 index 00000000000..d143fb63bb5 --- /dev/null +++ b/dev-python/chainmap/metadata.xml @@ -0,0 +1,15 @@ + + + + + alexxy@gentoo.org + Alexey Shvetsov + + + python@gentoo.org + Python + + + chainmap + +