diff options
Diffstat (limited to 'dev-vcs/notify-webhook')
-rw-r--r-- | dev-vcs/notify-webhook/Manifest | 2 | ||||
-rw-r--r-- | dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/notify-webhook/Manifest b/dev-vcs/notify-webhook/Manifest index 873fecc5c796..913f2013e99b 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 648 BLAKE2B 1c29cd51c8f9415add749586a4461fd62a1d3a03276772f27c81943115f1268615cbae16721e620a8315ff3f7f61f8dcd017022beee87fb852c044934d6ea3f8 SHA512 2fd52492fe6fb1f6afff68b34c5129e26840d7a23d33cd2ddba60c07b27421f1a8b394cc0232d85297ab7ed6149543ae593a8397ec28c9dfd610796bc86b5ac5 +EBUILD notify-webhook-0.1.0.ebuild 638 BLAKE2B 7e64a8d7578a554fa2fd51c3f64a70b324bb097d88527e40fca6eac02d5ab48cb58ed0c0da505c50cc41291c865fd27d7cb09fff35bf1f25cb470485aa6bc5af SHA512 2fcc42c55b7d57e35e27210d5683a1576e9b93c5668affb34884db06cb6ec0e2cd8bebf98bbc300e1ad5890a6871410d7cd878a4e5b1d79ff1f58de8d5286e3e MISC metadata.xml 598 BLAKE2B d3cb099dbdcb844e0158112eaa1748c9587f88241860f1a862d852a96b1ea6fd01fd0e3555442cb6fbe066da5c61722c443f482f26154679fbbd0ac29c9fff3e SHA512 c4c8fd71b9c15c14f397a6bf65dab33907ba702d021315605dcebdbe565671b5e0a2df38d5166ef6ace416fbd0e2a03334b9525c450c2d9e726b194ca63ebf5e diff --git a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild index 605285ee20d6..c687a232910a 100644 --- a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild +++ b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_5 pypy3 ) +PYTHON_COMPAT=( pypy3 ) DESCRIPTION="Git post-receive web hook notifier in Python." HOMEPAGE="https://github.com/metajack/notify-webhook" |