|
Lines 4-10
Link Here
|
| 4 |
EAPI=6 |
4 |
EAPI=6 |
| 5 |
PYTHON_COMPAT=( python{2_7,3_5,3_6} ) |
5 |
PYTHON_COMPAT=( python{2_7,3_5,3_6} ) |
| 6 |
|
6 |
|
| 7 |
inherit distutils-r1 |
7 |
inherit distutils-r1 virtualx |
| 8 |
|
8 |
|
| 9 |
DESCRIPTION="Python interface to DBus notifications." |
9 |
DESCRIPTION="Python interface to DBus notifications." |
| 10 |
HOMEPAGE="https://bitbucket.org/takluyver/pynotify2" |
10 |
HOMEPAGE="https://bitbucket.org/takluyver/pynotify2" |
|
Lines 18-24
Link Here
|
| 18 |
RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" |
18 |
RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" |
| 19 |
|
19 |
|
| 20 |
python_test() { |
20 |
python_test() { |
| 21 |
${EPYTHON} test_notify2.py || die |
21 |
virtx ${EPYTHON} test_notify2.py || die |
| 22 |
} |
22 |
} |
| 23 |
|
23 |
|
| 24 |
python_install_all() { |
24 |
python_install_all() { |