From owner-dev-commits-ports-main@freebsd.org Fri Aug 6 03:27:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00F0D66F4B9; Fri, 6 Aug 2021 03:27:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GgrWK6KBPz4vMM; Fri, 6 Aug 2021 03:27:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B67DF2633B; Fri, 6 Aug 2021 03:27:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1763R9rq054082; Fri, 6 Aug 2021 03:27:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1763R9i2054081; Fri, 6 Aug 2021 03:27:09 GMT (envelope-from git) Date: Fri, 6 Aug 2021 03:27:09 GMT Message-Id: <202108060327.1763R9i2054081@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 8e743834dd41 - main - textproc/py-sphinx-markdown-tables: Add new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8e743834dd41bb66d1c9c043a31bc92482d7b2a4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2021 03:27:10 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e743834dd41bb66d1c9c043a31bc92482d7b2a4 commit 8e743834dd41bb66d1c9c043a31bc92482d7b2a4 Author: Wen Heping AuthorDate: 2021-08-06 03:25:33 +0000 Commit: Wen Heping CommitDate: 2021-08-06 03:25:33 +0000 textproc/py-sphinx-markdown-tables: Add new port Sphinx supports markdown via Recommonmark, which does not support tables. This extension provides them. It renders markdown tables as HTML, as defined by python-markdown. WWW: https://github.com/ryanfox/sphinx-markdown-tables --- textproc/Makefile | 1 + textproc/py-sphinx-markdown-tables/Makefile | 20 ++++++++++++++++++++ textproc/py-sphinx-markdown-tables/distinfo | 3 +++ textproc/py-sphinx-markdown-tables/pkg-descr | 6 ++++++ 4 files changed, 30 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 8e8a32dbf4f3..fdc7c5a73667 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1434,6 +1434,7 @@ SUBDIR += py-sphinx-inline-tabs SUBDIR += py-sphinx-intl SUBDIR += py-sphinx-issues + SUBDIR += py-sphinx-markdown-tables SUBDIR += py-sphinx-me SUBDIR += py-sphinx-tabs SUBDIR += py-sphinx_press_theme diff --git a/textproc/py-sphinx-markdown-tables/Makefile b/textproc/py-sphinx-markdown-tables/Makefile new file mode 100644 index 000000000000..c672277e4434 --- /dev/null +++ b/textproc/py-sphinx-markdown-tables/Makefile @@ -0,0 +1,20 @@ +# Created by: Wen Heping + +PORTNAME= sphinx-markdown-tables +PORTVERSION= 0.0.15 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Sphinx extension for rendering tables written in markdown + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist distutils concurrent + +.include diff --git a/textproc/py-sphinx-markdown-tables/distinfo b/textproc/py-sphinx-markdown-tables/distinfo new file mode 100644 index 000000000000..80fd1efb1e9a --- /dev/null +++ b/textproc/py-sphinx-markdown-tables/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1627857615 +SHA256 (sphinx-markdown-tables-0.0.15.tar.gz) = 722b70a3a14156b6777cf04920d015215eb65b9dfde5cc72f430763ff5e84173 +SIZE (sphinx-markdown-tables-0.0.15.tar.gz) = 15340 diff --git a/textproc/py-sphinx-markdown-tables/pkg-descr b/textproc/py-sphinx-markdown-tables/pkg-descr new file mode 100644 index 000000000000..c77bb4730386 --- /dev/null +++ b/textproc/py-sphinx-markdown-tables/pkg-descr @@ -0,0 +1,6 @@ +Sphinx supports markdown via Recommonmark, which does not support tables. +This extension provides them. + +It renders markdown tables as HTML, as defined by python-markdown. + +WWW: https://github.com/ryanfox/sphinx-markdown-tables