diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-08 19:21:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-08 19:27:38 +0100 |
commit | 8763071a19a0d95589fafe206fed4f01965b04bc (patch) | |
tree | 3042f502f7a223409bca9da88b2efa11e7862f3d /dev-python/pycdio | |
parent | dev-python/pycdio: bump version to 2.1.0 (diff) | |
download | gentoo-8763071a19a0d95589fafe206fed4f01965b04bc.tar.gz gentoo-8763071a19a0d95589fafe206fed4f01965b04bc.tar.bz2 gentoo-8763071a19a0d95589fafe206fed4f01965b04bc.zip |
dev-python/pycdio: Add python3_8, drop python3_5
No test failure.
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pycdio')
-rw-r--r-- | dev-python/pycdio/pycdio-2.1.0.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/pycdio/pycdio-2.1.0.ebuild b/dev-python/pycdio/pycdio-2.1.0.ebuild index 0b249b5bcee0..bf82efeba6ad 100644 --- a/dev-python/pycdio/pycdio-2.1.0.ebuild +++ b/dev-python/pycdio/pycdio-2.1.0.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) - +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Python OO interface to libcdio (CD Input and Control library)" @@ -16,10 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" -RDEPEND=">=dev-libs/libcdio-2.0.0" - BDEPEND="dev-lang/swig" - +RDEPEND=">=dev-libs/libcdio-2.0.0" DEPEND="${RDEPEND}" python_prepare_all() { |