dev-python/multi_key_dict: new package required for dev-python/python-jenkins

This commit is contained in:
nemunaire 2019-03-07 01:01:29 +01:00
parent 277f333b68
commit 8bc0ac416d
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST multi_key_dict-2.0.3.tar.gz 8429 BLAKE2B 3b3eb8cfec08b6977b836197046d25cbaf089301c139fce9991e0e7628c4eb3812ca333fe074bfaf7c8edde91a1fa924d03702b1cc1b4c6dd72c9295f8275e7c SHA512 f6d0d01f663e89f1767b3dae7b112fe6d2775c2a10680dc44023b592c5dc36dc85d9bf705617033bbe23c1d7cc1edfbcbb814742c8f62dd78a2534feacad6fdf
EBUILD multi_key_dict-2.0.3.ebuild 425 BLAKE2B 13bc0dd96d38d962edd4af38a48916b35ffe567a5f3f48a22bef7991900a57a06121f085859401759facceaf0080ee9e404f294daefdb945dabf7c8be1052e82 SHA512 b77bb9e3e375e56383c9113da3193a4148e2ad7d82d915bd3b56f57ee3b4d8981fa46d3a49af196631f14cfd9e6d17e5ed525f08b64fa3633e720cd55da65007

View File

@ -0,0 +1,20 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Multi key dictionary implementation"
HOMEPAGE="https://github.com/formiaczek/multi_key_dict"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"