Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
Date: Tue, 09 Feb 2021 23:03:40
Message-Id: 1612911805.ccd55a54daadf101a5b224d40ec837c27e6396dc.nerdboy@gentoo
1 commit: ccd55a54daadf101a5b224d40ec837c27e6396dc
2 Author: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 23:02:00 2021 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 23:03:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd55a54
7
8 dev-python/smartypants: fix header, py versions, metadata
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Steve Arnold <nerdboy <AT> gentoo.org>
12
13 dev-python/smartypants/metadata.xml | 4 +++-
14 dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
15 dev-python/smartypants/smartypants-9999.ebuild | 2 +-
16 3 files changed, 5 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/smartypants/metadata.xml b/dev-python/smartypants/metadata.xml
19 index 21caf30ef38..5f9e81afc7a 100644
20 --- a/dev-python/smartypants/metadata.xml
21 +++ b/dev-python/smartypants/metadata.xml
22 @@ -6,7 +6,9 @@
23 <name>Steve Arnold</name>
24 </maintainer>
25 <longdescription lang="en">
26 - smartypants is a Python fork of SmartyPants (wha?)
27 + smartypants does transformations of plain old ASCII straight quotes,
28 + plain dashes, and plain dots, into smart quotes, em-dashes, and
29 + proper ellipses.
30 </longdescription>
31 <upstream>
32 <remote-id type="pypi">smartypants</remote-id>
33
34 diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild b/dev-python/smartypants/smartypants-2.0.1.ebuild
35 index 1f0d94682d7..4edd324c0a6 100644
36 --- a/dev-python/smartypants/smartypants-2.0.1.ebuild
37 +++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
38 @@ -3,7 +3,7 @@
39
40 EAPI=7
41
42 -PYTHON_COMPAT=( python3_{7..8} )
43 +PYTHON_COMPAT=( python3_{6..9} )
44 DISTUTILS_USE_SETUPTOOLS=no
45
46 MY_PN="${PN}.py"
47
48 diff --git a/dev-python/smartypants/smartypants-9999.ebuild b/dev-python/smartypants/smartypants-9999.ebuild
49 index 1f0d94682d7..4edd324c0a6 100644
50 --- a/dev-python/smartypants/smartypants-9999.ebuild
51 +++ b/dev-python/smartypants/smartypants-9999.ebuild
52 @@ -3,7 +3,7 @@
53
54 EAPI=7
55
56 -PYTHON_COMPAT=( python3_{7..8} )
57 +PYTHON_COMPAT=( python3_{6..9} )
58 DISTUTILS_USE_SETUPTOOLS=no
59
60 MY_PN="${PN}.py"