dev-python/schedule: update metadata

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-04-07 03:12:03 +02:00
parent fe016a2327
commit 89a2186ccd

View File

@@ -1,12 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata> <pkgmetadata>
<maintainer type="project"> <maintainer type="person">
<email>python@gentoo.org</email> <email>lssndrbarbieri@gmail.com</email>
<name>Python</name> <name>Alessandro Barbieri</name>
</maintainer> </maintainer>
<upstream> <longdescription>
<remote-id type="github">dbader/schedule</remote-id> An in-process scheduler for periodic jobs that uses the builder pattern for configuration. Schedule lets you run Python functions (or any other callable) periodically at pre-determined intervals using a simple, human-friendly syntax.
<remote-id type="pypi">schedule</remote-id> </longdescription>
</upstream> <upstream>
<remote-id type="github">dbader/schedule</remote-id>
<remote-id type="pypi">schedule</remote-id>
</upstream>
</pkgmetadata> </pkgmetadata>