mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-31 15:07:28 -07:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
15 lines
684 B
XML
15 lines
684 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<longdescription lang="en">PyEnchant is a set of language bindings and some wrapper classes to
|
|
make the excellent Enchant spellchecker available as a Python
|
|
module. The bindings are generated using SWIG. It includes all the
|
|
functionality of Enchant with the flexibility of Python and a nice
|
|
'Pythonic' object-oriented interface. It also aims to provide some
|
|
higher-level functionality than is available in the C API.</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">pyenchant</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|