summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-23 22:08:59 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-23 22:15:02 +0200
commitc1dd6872d84f76eb903d998c68c79840bbabcfdf (patch)
tree001d2fdfe0b93f5c97450a899d678d2d1c068331 /dev-python/watchgod
parentdev-python/ipyparallel: Stabilize 8.2.1 arm64, #834198 (diff)
downloadgentoo-c1dd6872d84f76eb903d998c68c79840bbabcfdf.tar.gz
gentoo-c1dd6872d84f76eb903d998c68c79840bbabcfdf.tar.bz2
gentoo-c1dd6872d84f76eb903d998c68c79840bbabcfdf.zip
dev-python/watchgod: Update for rename
Update the ebuild to use the new distfile due to upstream project rename and prepare for pkgmove. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchgod')
-rw-r--r--dev-python/watchgod/Manifest2
-rw-r--r--dev-python/watchgod/watchgod-0.8.1.ebuild8
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/watchgod/Manifest b/dev-python/watchgod/Manifest
index 8a8555ac2c7b..781c5145d8a6 100644
--- a/dev-python/watchgod/Manifest
+++ b/dev-python/watchgod/Manifest
@@ -1,2 +1,2 @@
-DIST watchgod-0.8.1.gh.tar.gz 15414 BLAKE2B 237b03a08b053f6979b884a02818b8651ce7415dbd08a848c2d754361c3f9aaf315db2b352a8f159f6245f2db92ea2f5485daacfb8924edcc361049f307467bb SHA512 a30ac1093df1e26ce78bbc09f5b1155cd5a9becad13da54ab3009012a5630404bb94695474be05133ad3e57c1727743efc408235a19a25f276265d752f0624cc
+DIST watchfiles-0.8.1.gh.tar.gz 15405 BLAKE2B ea5d6d59b930f00d6b4b8d6236a38dbb2463866246f1ff4cda828a99a7383fac9c47b131417d8f375a105733c7567f32895759a8dc4503f5671b524977e282ed SHA512 2f611786d267ceae5d6e9094400f5dc6eb59a008f047a511b58b329762e63bbcd83a56cc95cca54c8480b1702c160548baa30549e907e6b85c8bf176ba339fb6
DIST watchgod-0.8.gh.tar.gz 15354 BLAKE2B 1325f452593e54e8cc40eca0fc9867aff0c93d89de767b9512508fee02efe94e43284b30c316b2cce31a15acc2ee9ff19ca7f9cc6fb46cfffdb0458e502d85ca SHA512 0e86d9dd3eba0cd3aaeccc009ebdba8528ba23d63ad19ff789dffda075b4a01c32be0dfabf38f15e7966bc09e7fb5ae3a94a9dd89a55358a95622aaf5cad0947
diff --git a/dev-python/watchgod/watchgod-0.8.1.ebuild b/dev-python/watchgod/watchgod-0.8.1.ebuild
index f085dd3ac78c..a59503f09fd1 100644
--- a/dev-python/watchgod/watchgod-0.8.1.ebuild
+++ b/dev-python/watchgod/watchgod-0.8.1.ebuild
@@ -8,15 +8,17 @@ PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1
+MY_P=watchfiles-${PV}
DESCRIPTION="Simple, modern file watching and code reload in Python"
HOMEPAGE="
https://pypi.org/project/watchgod/
- https://github.com/samuelcolvin/watchgod/
+ https://github.com/samuelcolvin/watchfiles/
"
SRC_URI="
- https://github.com/samuelcolvin/watchgod/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ https://github.com/samuelcolvin/watchfiles/archive/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"