dev-python/smartypants: fix header, py versions, metadata

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
This commit is contained in:
Steve Arnold
2021-02-09 15:02:00 -08:00
parent 3c0d62b29b
commit ccd55a54da
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,9 @@
<name>Steve Arnold</name>
</maintainer>
<longdescription lang="en">
smartypants is a Python fork of SmartyPants (wha?)
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>

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..8} )
PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=no
MY_PN="${PN}.py"

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..8} )
PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=no
MY_PN="${PN}.py"