mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
DISTUTILS_USE_SETUPTOOLS=no
|
||||
|
||||
MY_PN="${PN}.py"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
DISTUTILS_USE_SETUPTOOLS=no
|
||||
|
||||
MY_PN="${PN}.py"
|
||||
|
||||
Reference in New Issue
Block a user