From c5ab3061b07d1e016dd3f61e5adba217d79bb541 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 18 May 2021 20:24:03 +0300 Subject: [PATCH] dev-python/watchgod: bump to 0.7 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfred Wingate --- dev-python/watchgod/Manifest | 1 + dev-python/watchgod/watchgod-0.7.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 dev-python/watchgod/watchgod-0.7.ebuild diff --git a/dev-python/watchgod/Manifest b/dev-python/watchgod/Manifest index 50084a1..2df1213 100644 --- a/dev-python/watchgod/Manifest +++ b/dev-python/watchgod/Manifest @@ -1 +1,2 @@ DIST watchgod-0.6.tar.gz 13261 BLAKE2B 6cf32f6ea467fd4cdb3b0da30aa56bfbf3909adb25d2d44621733c665dccf77b203e99049655793a674f688f3adc8519d8e95156932ccfb9dceda28888bac115 SHA512 1eaa0febc4ba8b1e4bbd6e7bae8f2312c2eeaae395ebbf76953fdf937d4eda06bad818574000d6b96abfefe391affb5d007426bbf7867578293729decc6b61fb +DIST watchgod-0.7.tar.gz 13580 BLAKE2B 1e047762da6b85f8fe900993db1dd7ae5b32d7c74715a92fc2b7a8991a753189660232665db4fd9881fb12eb33ea01819424fa3c2f41a7031a972b2f092ee598 SHA512 1278b6046172853bfa8a4e9bff4bb6aa72dc881e0e068975ccb5251f47130de6aa06affa49eae53cc61e08caa4f68c1788551143da2f4b2ebea143bb39297c94 diff --git a/dev-python/watchgod/watchgod-0.7.ebuild b/dev-python/watchgod/watchgod-0.7.ebuild new file mode 100644 index 0000000..d8a5305 --- /dev/null +++ b/dev-python/watchgod/watchgod-0.7.ebuild @@ -0,0 +1,15 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Simple, modern file watching and code reload in python." +HOMEPAGE="https://github.com/samuelcolvin/watchgod" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"