equal
deleted
inserted
replaced
1 # Copyright 1999-2015 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 EAPI=5 |
|
6 |
|
7 DESCRIPTION="A fully automated backup checker" |
|
8 HOMEPAGE="http://backupchecker.com/" |
|
9 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz" |
|
10 |
|
11 LICENSE="GPL-3" |
|
12 SLOT="0" |
|
13 KEYWORDS="~amd64" |
|
14 IUSE="" |
|
15 |
|
16 PYTHON_COMPAT=( python3_4 ) |
|
17 |
|
18 inherit distutils-r1 |
|
19 |
|
20 DEPEND="" |
|
21 RDEPEND="${DEPEND}" |
|
22 |
|
23 DOCS=( README.md ) |
|
24 |
|
25 python_test() { |
|
26 ${EPYTHON} tests.py |
|
27 } |
|