mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-18 07:23:33 +02:00
Bump gscreenshot version to 2.10.1
This commit is contained in:
33
media-gfx/gscreenshot/gscreenshot-2.10.1.ebuild
Normal file
33
media-gfx/gscreenshot/gscreenshot-2.10.1.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
||||
PYTHON_SINGLE_TARGET="python2_7"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python screenshot GTK program"
|
||||
HOMEPAGE="https://github.com/thenaterhood/gscreenshot"
|
||||
SRC_URI="https://github.com/thenaterhood/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools
|
||||
dev-python/pillow
|
||||
dev-python/pygobject"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
media-gfx/scrot"
|
||||
|
||||
DOCS=( README.md )
|
||||
|
||||
python_test() {
|
||||
nosetests -w "${BUILD_DIR}"/lib \
|
||||
|| die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user