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 2F4E3138350 for ; Tue, 11 Feb 2020 11:42:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A95B8E08A5; Tue, 11 Feb 2020 11:42:49 +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 88821E08A5 for ; Tue, 11 Feb 2020 11:42:49 +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 9476634EB57 for ; Tue, 11 Feb 2020 11:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7C3B139 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: <1581421285.85f80e509615f50cc313c91094a54938913e97b5.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/frozendict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/frozendict/Manifest dev-python/frozendict/frozendict-1.2.ebuild dev-python/frozendict/metadata.xml X-VCS-Directories: dev-python/frozendict/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 85f80e509615f50cc313c91094a54938913e97b5 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: 09f1fa8d-8de5-45b2-8d93-0cc66729cff3 X-Archives-Hash: 6b7a5daf9868184ec63f4dc7116cde88 commit: 85f80e509615f50cc313c91094a54938913e97b5 Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Feb 11 09:39:10 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Feb 11 11:41:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f80e50 dev-python/frozendict: initial impiort Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/frozendict/Manifest | 1 + dev-python/frozendict/frozendict-1.2.ebuild | 18 ++++++++++++++++++ dev-python/frozendict/metadata.xml | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/frozendict/Manifest b/dev-python/frozendict/Manifest new file mode 100644 index 00000000000..e28118e5c9e --- /dev/null +++ b/dev-python/frozendict/Manifest @@ -0,0 +1 @@ +DIST frozendict-1.2.tar.gz 2650 BLAKE2B 8c2e10055d60a1fcec76be993c7fa1ba2b445a4880b1f7cc2e1a1be4010912da20bba2e7481fd861445d386814b3523993c9d73786b3f95d3f9e2444c44472ce SHA512 095cf5f6f8b02bf5666e04200431992bf4b3160aae3464d528bc256b1ab643e29dda78fe94d9e8c983dbfe66cd2459e0559122e17b6b8660c0552adc5318b3da diff --git a/dev-python/frozendict/frozendict-1.2.ebuild b/dev-python/frozendict/frozendict-1.2.ebuild new file mode 100644 index 00000000000..21b2884c4f7 --- /dev/null +++ b/dev-python/frozendict/frozendict-1.2.ebuild @@ -0,0 +1,18 @@ +# 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="A simple immutable mapping for python" +HOMEPAGE="https://github.com/slezica/python-frozendict" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +BDEPEND="" +RDEPEND="" diff --git a/dev-python/frozendict/metadata.xml b/dev-python/frozendict/metadata.xml new file mode 100644 index 00000000000..c66317b286d --- /dev/null +++ b/dev-python/frozendict/metadata.xml @@ -0,0 +1,16 @@ + + + + + alexxy@gentoo.org + Alexey Shvetsov + + + python@gentoo.org + Python + + + frozendict + slezica/python-frozendict + +