1
0
mirror of synced 2025-01-18 17:38:41 +01:00
Horea Christian b6b0d5dd17
dev-python/fscacher: version bump with working tests
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
2022-03-25 11:39:31 -04:00

24 lines
889 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
fscacher provides a cache and decorator for memoizing functions whose
outputs depend upon the contents of a file argument. If you have a
function `foo()` that takes a file path as its first argument, and if
the behavior of `foo()` is pure in the contents of the path and the
values of its other arguments, fscacher can help cache that function,
</longdescription>
<upstream>
<remote-id type="github">con/fscacher</remote-id>
<remote-id type="pypi">fscacher</remote-id>
</upstream>
</pkgmetadata>