mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-29 09:57:28 -08:00
Append github link to HOMEPAGE and metadata. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
21 lines
726 B
XML
21 lines
726 B
XML
<?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>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<longdescription lang="en">
|
|
Whoosh is a fast, featureful full-text indexing and searching
|
|
library implemented in pure Python. Programmers can use it to
|
|
easily add search functionality to their applications and websites.
|
|
Every part of how Whoosh works can be extended or replaced to meet
|
|
your needs exactly.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">mchaput/whoosh</remote-id>
|
|
<remote-id type="pypi">Whoosh</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|