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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4613A15802F for ; Sat, 11 Mar 2023 10:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73371E07D0; Sat, 11 Mar 2023 10:02:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C855E07D0 for ; Sat, 11 Mar 2023 10:02:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D61E340E31 for ; Sat, 11 Mar 2023 10:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A8988E0 for ; Sat, 11 Mar 2023 10:02:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1678528864.1aa345c4c59b7c19228b331c94571b48a60723c9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-markdown-math/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild X-VCS-Directories: dev-python/python-markdown-math/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1aa345c4c59b7c19228b331c94571b48a60723c9 X-VCS-Branch: master Date: Sat, 11 Mar 2023 10:02:27 +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: 11deeb82-98c0-4058-a529-244ceb6f980b X-Archives-Hash: 0f1ddb72c4b06be7e32e994a6f435435 commit: 1aa345c4c59b7c19228b331c94571b48a60723c9 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 11 10:01:04 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 11 10:01:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa345c4 dev-python/python-markdown-math: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild index f37855451648..0f767deb1ab9 100644 --- a/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild +++ b/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild @@ -4,15 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 + +inherit distutils-r1 pypi DESCRIPTION="Math extension for Python-Markdown" HOMEPAGE=" https://github.com/mitya57/python-markdown-math/ https://pypi.org/project/python-markdown-math/ " -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0"