gentoo/dev-python/epydoc/metadata.xml
Mike Gilbert 1bfb585cc6
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.

Bug: https://bugs.gentoo.org/552720
2015-08-24 16:30:34 -04:00

24 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<longdescription>
Epydoc is a python documentation system without output similar to javadoc.
Epydoc uses python doc-strings, importing modules, and introsepction in
order to do its thing -- if your modules are not safe to import, you
should look for another tool. Documentation mark-up is done with restructed
text (reST).
</longdescription>
<longdescription lang="ja">
Epydocは、Javadocに似た出力をする以外はPython言語のための
ドキュメンテーションシステムです。Epydocはdoc-stringsを使い、
モジュールをインポートし、それらが自己&gt;分析したものを使います。
-- もしあなたが指定したモジュールがインポートするには安
全でないのだとしたら、他のツールを使うべきです。ドキュメンテーション
の書式は再構造的文章(reST)です。
</longdescription>
<upstream>
<remote-id type="sourceforge">epydoc</remote-id>
</upstream>
</pkgmetadata>