dev-python/frozendict: new package (dep for matrix-synapse)
This commit is contained in:
parent
a383cc0f4d
commit
bb0d7ce2ef
2
dev-python/frozendict/Manifest
Normal file
2
dev-python/frozendict/Manifest
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DIST frozendict-1.2.tar.gz 2650 BLAKE2B 8c2e10055d60a1fcec76be993c7fa1ba2b445a4880b1f7cc2e1a1be4010912da20bba2e7481fd861445d386814b3523993c9d73786b3f95d3f9e2444c44472ce SHA512 095cf5f6f8b02bf5666e04200431992bf4b3160aae3464d528bc256b1ab643e29dda78fe94d9e8c983dbfe66cd2459e0559122e17b6b8660c0552adc5318b3da
|
||||||
|
EBUILD frozendict-1.2.ebuild 429 BLAKE2B 285a51542a4fb49a2a878edc0b04ee56de427caca94a3fd105e1de4ac9c21731efa9edf07e956caa6f8caf1725e6d5f38c487cdd931a169fe340da23ef2e7116 SHA512 2443291f025f3fbcbd935ae8f7005fb218d6d11f6573f43591247a9416ce73f5d964946a82ddfc2577d96fe64cd48e89a5f8b58179fb97f728fa095819d57941
|
20
dev-python/frozendict/frozendict-1.2.ebuild
Normal file
20
dev-python/frozendict/frozendict-1.2.ebuild
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Copyright 1999-2018 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
|
||||||
|
|
||||||
|
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 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
DEPEND="${RDEPEND}"
|
Loading…
Reference in New Issue
Block a user