app-backup/backupchecker/backupchecker-1.7.ebuild
author Da Risk <da_risk@geekorum.com>
Sat, 01 Aug 2015 15:57:20 +0200
changeset 167 4f161a71038e
parent 166 7ae2df12462b
child 168 42cd66d1a176
permissions -rw-r--r--
Remove app-backup/brebis. Use app-backup/backupchecker instead

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="A fully automated backup checker"
HOMEPAGE="http://backupchecker.com/"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

PYTHON_COMPAT=( python3_4 )

inherit distutils-r1

DEPEND=""
RDEPEND="${DEPEND}"

DOCS=( README )

python_test() {
	${EPYTHON} tests.py
}