overlay/sys-apps/autosuspend/autosuspend-0.3-r1.ebuild
layman 7ab345b752
sys-apps/autosuspend: bump supported python versions
Package-Manager: Portage-2.3.79, Repoman-2.3.18
2019-11-18 10:04:06 +01:00

23 lines
597 B
Bash

# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Autosuspend server"
HOMEPAGE="https://github.com/languitar/autosuspend/"
SRC_URI="https://github.com/languitar/${PN}/archive/release-${PV}.tar.gz -> "${P}.tar.gz""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="mpd"
S="${WORKDIR}/${PN}-release-${PV}/"
PATCHES=( "${FILESDIR}"/0001-fixes-installdir-for-config-files.patch )
DEPEND="dev-python/psutil
mpd? ( dev-python/python-mpd )"
RDEPEND="${DEPEND}"