From 85f80e509615f50cc313c91094a54938913e97b5 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Tue, 11 Feb 2020 12:39:10 +0300 Subject: [PATCH] dev-python/frozendict: initial impiort Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Alexey Shvetsov --- dev-python/frozendict/Manifest | 1 + dev-python/frozendict/frozendict-1.2.ebuild | 18 ++++++++++++++++++ dev-python/frozendict/metadata.xml | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 dev-python/frozendict/Manifest create mode 100644 dev-python/frozendict/frozendict-1.2.ebuild create mode 100644 dev-python/frozendict/metadata.xml diff --git a/dev-python/frozendict/Manifest b/dev-python/frozendict/Manifest new file mode 100644 index 000000000000..e28118e5c9e8 --- /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 000000000000..21b2884c4f77 --- /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 000000000000..c66317b286db --- /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 + + -- 2.26.2