From patchwork Wed Feb 15 19:48:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6527 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PH7sn00BWz3xDh for ; Wed, 15 Feb 2023 19:48:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PH7sm1gw8zmW; Wed, 15 Feb 2023 19:48:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PH7sm13LNz2xlX; Wed, 15 Feb 2023 19:48:12 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PH7sk3xpjz2xHt for ; Wed, 15 Feb 2023 19:48:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PH7sj6zhFzKj; Wed, 15 Feb 2023 19:48:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676490490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=APuQ3F8kpz+RzwJikEPtQHJGzSXChC6pZKT/ovTGgF0=; b=sMT9NjE9uQzNeuH2/D1n4yZ9BbnIWuEAmgFyS+Dd8d0iDvc24MEdz8/ZZuAExh9t1sZD6z PdoPz+AsQZKObNU4y2lIi9stXsdaoeBkXnrB2sRNXsJq9rJTpe6g6knYYL4motzLFp6PPX h02u3OzZEvxyt9gOuUvU4dkX1t6a/oSrvoiGf7jngPUkzWLXpbKBf79Las02K7vI5sKHpc AzYY6AZJqnu8eADdZcakgGlgEiP+nEuGtCjSYex0BY8b7uuy559YhWYlYd/rT/7JDP9A3a 1bkxn54g7zJgevEDat4vAvW1gbfHLH4c9+V20bjwUFIV9goeZqBzIh7DJ/MxRg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676490490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=APuQ3F8kpz+RzwJikEPtQHJGzSXChC6pZKT/ovTGgF0=; b=0fdjF8ONGf5Rt6TuvLyA8TR9V8+7AAu2kohHVmOAjZa1ricuPpel3ykpp4BVGGMKnZNvuE jVg6tp7cq+WSi2Bw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] python3-markdown: New package. Date: Wed, 15 Feb 2023 20:48:03 +0100 Message-Id: <20230215194803.357203-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- python3-markdown/python3-markdown.nm | 47 ++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 python3-markdown/python3-markdown.nm diff --git a/python3-markdown/python3-markdown.nm b/python3-markdown/python3-markdown.nm new file mode 100644 index 000000000..2c015a707 --- /dev/null +++ b/python3-markdown/python3-markdown.nm @@ -0,0 +1,47 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = python3-markdown +version = 3.4.1 +release = 1 +thisapp = markdown-%{version} + +groups = Development/Libraries +url = https://python-markdown.github.io/ +license = ASL 2.0 +summary = A Python implementation of John Gruber’s Markdown with Extension support. + +description + This is a Python implementation of John Gruber's Markdown. It is almost + completely compliant with the reference implementation, though there are a + few known issues. + + Additional features are supported by the Available Extensions. +end + +source_dl = https://github.com/Python-Markdown/markdown/archive/refs/tags/%{version}.tar.gz#/ + +build + requires + python3-devel >= 3.4 + python3-setuptools + end + + build + %{python3} setup.py build + end + + install + %{python3} setup.py install --skip-build --root=%{BUILDROOT} + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end