From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93B7D1382C5 for ; Tue, 9 Feb 2021 23:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1CB3E08FF; Tue, 9 Feb 2021 23:03:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB382E08FF for ; Tue, 9 Feb 2021 23:03:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6F82340EEF for ; Tue, 9 Feb 2021 23:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76DFB48B for ; Tue, 9 Feb 2021 23:03:37 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1612911805.ccd55a54daadf101a5b224d40ec837c27e6396dc.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/smartypants/metadata.xml dev-python/smartypants/smartypants-2.0.1.ebuild dev-python/smartypants/smartypants-9999.ebuild X-VCS-Directories: dev-python/smartypants/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: ccd55a54daadf101a5b224d40ec837c27e6396dc X-VCS-Branch: master Date: Tue, 9 Feb 2021 23:03:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0e7590b-25e2-45cc-9aad-1ddf5fff3598 X-Archives-Hash: fde51a3a49881b64ade661cc3d54428a commit: ccd55a54daadf101a5b224d40ec837c27e6396dc Author: Steve Arnold gentoo org> AuthorDate: Tue Feb 9 23:02:00 2021 +0000 Commit: Steve Arnold gentoo org> CommitDate: Tue Feb 9 23:03:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd55a54 dev-python/smartypants: fix header, py versions, metadata Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Steve Arnold gentoo.org> dev-python/smartypants/metadata.xml | 4 +++- dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +- dev-python/smartypants/smartypants-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/smartypants/metadata.xml b/dev-python/smartypants/metadata.xml index 21caf30ef38..5f9e81afc7a 100644 --- a/dev-python/smartypants/metadata.xml +++ b/dev-python/smartypants/metadata.xml @@ -6,7 +6,9 @@ Steve Arnold - 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. smartypants diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild b/dev-python/smartypants/smartypants-2.0.1.ebuild index 1f0d94682d7..4edd324c0a6 100644 --- a/dev-python/smartypants/smartypants-2.0.1.ebuild +++ b/dev-python/smartypants/smartypants-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=no MY_PN="${PN}.py" diff --git a/dev-python/smartypants/smartypants-9999.ebuild b/dev-python/smartypants/smartypants-9999.ebuild index 1f0d94682d7..4edd324c0a6 100644 --- a/dev-python/smartypants/smartypants-9999.ebuild +++ b/dev-python/smartypants/smartypants-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=no MY_PN="${PN}.py"