diff options
author | 2022-04-24 11:04:57 +0200 | |
---|---|---|
committer | 2022-04-24 11:05:29 +0200 | |
commit | e77660b47ac7535b0c0f3c604df1f4e6e9b46b23 (patch) | |
tree | 2baf5e3fcd762406f32992fbee2cec72ca17c022 /dev-python/watchfiles/metadata.xml | |
parent | dev-python/dirty-equals: Initial import, v0.3 (diff) | |
download | gentoo-e77660b47ac7535b0c0f3c604df1f4e6e9b46b23.tar.gz gentoo-e77660b47ac7535b0c0f3c604df1f4e6e9b46b23.tar.bz2 gentoo-e77660b47ac7535b0c0f3c604df1f4e6e9b46b23.zip |
dev-python/watchfiles: New package, v0.13
This an API-breaking replacement/continuation of dev-python/watchgod.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchfiles/metadata.xml')
-rw-r--r-- | dev-python/watchfiles/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/watchfiles/metadata.xml b/dev-python/watchfiles/metadata.xml new file mode 100644 index 000000000000..01fbbc53cd3b --- /dev/null +++ b/dev-python/watchfiles/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="github">samuelcolvin/watchfiles</remote-id> + <remote-id type="pypi">watchfiles</remote-id> + </upstream> +</pkgmetadata> |