From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typogrify/
Date: Thu, 19 May 2022 12:54:32 +0000 (UTC) [thread overview]
Message-ID: <1652964823.0fe756e44d2574b9f717a1a95f2887688e7a44b9.mgorny@gentoo> (raw)
commit: 0fe756e44d2574b9f717a1a95f2887688e7a44b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 12:53:13 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 19 12:53:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe756e4
dev-python/typogrify: Use PEP517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/typogrify/typogrify-2.0.7-r1.ebuild | 32 ++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
new file mode 100644
index 000000000000..b826d6039fcb
--- /dev/null
+++ b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Filters for web typography, supporting Django & Jinja templates"
+HOMEPAGE="
+ https://github.com/mintchaos/typogrify/
+ https://pypi.org/project/typogrify/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/smartypants-1.8.3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest --doctest-modules \
+ typogrify/filters.py \
+ typogrify/packages/titlecase/tests.py
+}
next reply other threads:[~2022-05-19 12:54 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-19 12:54 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 10:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/typogrify/ Michał Górny
2025-02-01 9:51 Arthur Zamarin
2025-01-12 18:39 Michał Górny
2024-06-19 15:00 Petr Vaněk
2023-10-20 13:33 Michał Górny
2023-03-16 4:13 Michał Górny
2023-03-09 1:09 Sam James
2022-12-08 6:50 WANG Xuerui
2022-06-21 18:38 Arthur Zamarin
2022-06-21 18:22 Arthur Zamarin
2022-05-19 12:54 Michał Górny
2022-01-12 7:44 Arthur Zamarin
2021-09-19 19:58 James Le Cuirot
2021-06-03 2:42 Yixun Lan
2021-06-02 18:08 Matt Turner
2021-05-18 13:02 Michał Górny
2021-05-15 1:59 Sam James
2021-05-10 12:48 Sam James
2021-05-10 12:23 Sam James
2021-05-10 12:23 Sam James
2021-05-07 18:56 Sergei Trofimovich
2021-05-06 19:30 Sergei Trofimovich
2021-05-06 15:30 Sergei Trofimovich
2021-05-03 22:39 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1652964823.0fe756e44d2574b9f717a1a95f2887688e7a44b9.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox