blob: 429a4d5a6d7d87d24bad27c0bf89e1aa415972cf (
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 5f8f1dc0c94e007fa08af4e98a19d0e5 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1
_md5_=5d5cdf1904545a41209aba54947197d9
|