2020-01-05 20:52:58 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2017-08-04 09:21:32 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI="6"
|
|
|
|
|
2020-01-05 20:52:58 +03:00
|
|
|
PYTHON_COMPAT=( python3_6 )
|
2017-08-04 09:21:32 +03:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="PyQt4/PyQt5 compatibility layer"
|
2017-08-13 00:29:22 +03:00
|
|
|
HOMEPAGE="https://github.com/ales-erjavec/anyqt"
|
2017-08-04 09:21:32 +03:00
|
|
|
SRC_URI="https://github.com/ales-erjavec/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND=""
|
|
|
|
|
2017-11-30 08:49:58 +03:00
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
|
|
|
${RDEPEND}"
|