*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / python-scsi / python-scsi-9999.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 PYTHON_COMPAT=( python3_6 )
7
8 inherit distutils-r1 git-r3
9
10 DESCRIPTION="Access to SG_IO scsi devices"
11 HOMEPAGE="https://github.com/rosjat/python-scsi/"
12 SRC_URI=""
13 EGIT_REPO_URI="https://github.com/rosjat/python-scsi.git"
14
15 SLOT="0"
16 LICENSE="LGPL-2.1"
17 KEYWORDS=""
18 IUSE=""
19
20 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"