mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 01:17:27 -08:00
19 lines
607 B
XML
19 lines
607 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">
|
|
smartypants does transformations of plain old ASCII straight quotes,
|
|
plain dashes, and plain dots, into smart quotes, em-dashes, and
|
|
proper ellipses.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">smartypants</remote-id>
|
|
<remote-id type="github">justinmayer/smartypants.py</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|