diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2020-02-11 12:39:10 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2020-02-11 14:41:25 +0300 |
commit | 85f80e509615f50cc313c91094a54938913e97b5 (patch) | |
tree | caa36c4574a94c6344fca0b13410b023272c8b15 /dev-python/frozendict | |
parent | dev-python/flask-babel: Version bump (diff) | |
download | gentoo-85f80e509615f50cc313c91094a54938913e97b5.tar.gz gentoo-85f80e509615f50cc313c91094a54938913e97b5.tar.bz2 gentoo-85f80e509615f50cc313c91094a54938913e97b5.zip |
dev-python/frozendict: initial impiort
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-python/frozendict')
-rw-r--r-- | dev-python/frozendict/Manifest | 1 | ||||
-rw-r--r-- | dev-python/frozendict/frozendict-1.2.ebuild | 18 | ||||
-rw-r--r-- | dev-python/frozendict/metadata.xml | 16 |
3 files changed, 35 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>alexxy@gentoo.org</email> + <name>Alexey Shvetsov</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">frozendict</remote-id> + <remote-id type="github">slezica/python-frozendict</remote-id> + </upstream> +</pkgmetadata> |