summaryrefslogtreecommitdiff
path: root/dev-vcs/notify-webhook
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
commit0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch)
tree464c922e949c7e4d5d891fb2cdda5daee5612537 /dev-vcs/notify-webhook
parente68d405c5d712af4387159df07e226217bdda049 (diff)
gentoo resync : 16.04.2022
Diffstat (limited to 'dev-vcs/notify-webhook')
-rw-r--r--dev-vcs/notify-webhook/Manifest2
-rw-r--r--dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild (renamed from dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild)10
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-vcs/notify-webhook/Manifest b/dev-vcs/notify-webhook/Manifest
index d35888395401..e57a53c9d3ef 100644
--- a/dev-vcs/notify-webhook/Manifest
+++ b/dev-vcs/notify-webhook/Manifest
@@ -1,3 +1,3 @@
DIST notify-webhook-0.1.0.tar.gz 17525 BLAKE2B 947027414bd30f96c9e27ca8b7f965a077792a6b8962180094df6bdeef8261140c063041f1b6598c518edfd3b6807da5020a4640aadbddb202887bac91d3b51d SHA512 1694f32b1263baecac473ffa49e6e7f9cbfdb73d1abaa88e228771e28a5ed915d9f5f21ab26b05934bdcd8694b4c4f1506763dd2f0c89c35ffa51e1d1b7d03b4
-EBUILD notify-webhook-0.1.0.ebuild 639 BLAKE2B fae7158b394b187fd646ef14b49ab97654ae9c6de7023d09063473d7d5378614675321b0cdea440efb5e8d7bea4c955a92b0c98dd4b7860cf3de216ca470e845 SHA512 bbe1b3c5899e1a640b933fa0d78fc5cff3f25f1e8280298ac30a4b524099584e95373421dca5dd4a94d73340c46944d6c995b98602c6a9fd001d6c2c87473d39
+EBUILD notify-webhook-0.1.0-r1.ebuild 710 BLAKE2B 44be7aefef9beb2ec3733cec01afbe7efa01fc4e06f39634195d13688b6f0b929eedac9bd8afa9a3f61623732f5f485e8f30c64295cf1ac2fdc168aa6933d09e SHA512 928982d43898d4ec033cf2fd0851107193cb1e3d2cc7b736ccd00d01860be5f88b4318fc38e2148592eea1e47cb8b476754aa108ca66032c5bb5ab7b2d07b649
MISC metadata.xml 599 BLAKE2B 843e9537eb205fc24c1f6a3f33727b99fc7fcc7167bc33c8b264984da1153bdf4827836afd252feb238fab7c411036819cbfe2d34f3ca9745102dc06e6e3e210 SHA512 d2b360a6bfe0240851a2a82cef66ce5c6eeadd44c078b19a7f04fa2c368497e1208612e959a19c8aaf3cf5ccc250c816f2724ca25d9950ef9c196b8c7ee8ecc0
diff --git a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild b/dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild
index d28f6b8bbff9..ee355547cbda 100644
--- a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
+++ b/dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
PYTHON_COMPAT=( pypy3 )
+inherit python-single-r1
+
DESCRIPTION="Git post-receive web hook notifier in Python"
HOMEPAGE="https://github.com/metajack/notify-webhook"
#COMMIT='c571160f155122446e97bb01c1150b4d14ea69d6'
@@ -13,10 +15,10 @@ SRC_URI="https://github.com/metajack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="dev-python/simplejson"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND} ${PYTHON_DEPS}"
#MY_P="${PN}-${COMMIT}"
#S="${WORKDIR}/${MY_P}"