Bump
This commit is contained in:
23
dev-python/twodict/twodict-1.2.ebuild
Normal file
23
dev-python/twodict/twodict-1.2.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9,10} )
|
||||
|
||||
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}"
|
||||
Reference in New Issue
Block a user