linamh/dev-python/twodict/twodict-1.2.ebuild

24 lines
547 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python2_7 python3_{4..12} )
PATCHES=(
"${FILESDIR}/0001-Import-abstract-base-classes-from-collections.abc.patch"
)
inherit distutils-r1
DESCRIPTION="Simple two way ordered dictionary for Python"
HOMEPAGE="https://github.com/MrS0m30n3/twodict"
LICENSE="Unlicense"
SRC_URI="https://github.com/MrS0m30n3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
SLOT="0"
DEPEND=""
RDEPEND="${PYTHON_DEPS}"