blob: 10680eb0d3dbb454aebb7d92653a89ac7bef085c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=install setup
DEPEND=dev-python/simplejson
DESCRIPTION=Git post-receive web hook notifier in Python
EAPI=8
HOMEPAGE=https://github.com/metajack/notify-webhook
INHERIT=python-single-r1
IUSE=+python_single_target_pypy3
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-python/simplejson python_single_target_pypy3? ( dev-python/pypy3:= )
REQUIRED_USE=^^ ( python_single_target_pypy3 )
SLOT=0
SRC_URI=https://github.com/metajack/notify-webhook/archive/v0.1.0.tar.gz -> notify-webhook-0.1.0.tar.gz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-single-r1 75118e916668a74c660a13b0ecb22562
_md5_=5d5cdf1904545a41209aba54947197d9
|