Date: Sun, 8 Nov 2020 17:10:56 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554481 - in head/textproc: . py-furo Message-ID: <202011081710.0A8HAubV087487@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 8 17:10:56 2020 New Revision: 554481 URL: https://svnweb.freebsd.org/changeset/ports/554481 Log: Add py-furo 2020.11.1b14 Furo provides a clean customizable theme for Sphinx. WWW: https://github.com/pradyunsg/furo Added: head/textproc/py-furo/ head/textproc/py-furo/Makefile (contents, props changed) head/textproc/py-furo/distinfo (contents, props changed) head/textproc/py-furo/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Nov 8 17:10:51 2020 (r554480) +++ head/textproc/Makefile Sun Nov 8 17:10:56 2020 (r554481) @@ -1269,6 +1269,7 @@ SUBDIR += py-feedparser SUBDIR += py-fingerprints SUBDIR += py-ftfy + SUBDIR += py-furo SUBDIR += py-gambit-elasticsearch SUBDIR += py-genshi SUBDIR += py-gensim Added: head/textproc/py-furo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-furo/Makefile Sun Nov 8 17:10:56 2020 (r554481) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= furo +PORTVERSION= 2020.11.1b14 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Clean customizable Sphinx documentation theme + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ + ${PY_SPHINX} + +USES= python:3.5+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/py-furo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-furo/distinfo Sun Nov 8 17:10:56 2020 (r554481) @@ -0,0 +1,3 @@ +TIMESTAMP = 1604680062 +SHA256 (furo-2020.11.1b14.tar.gz) = 20c1d7f31351583758c28c6d28ddc6d7ac29094d18d3f16ec09f90decfa197cf +SIZE (furo-2020.11.1b14.tar.gz) = 49170 Added: head/textproc/py-furo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-furo/pkg-descr Sun Nov 8 17:10:56 2020 (r554481) @@ -0,0 +1,3 @@ +Furo provides a clean customizable theme for Sphinx. + +WWW: https://github.com/pradyunsg/furo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081710.0A8HAubV087487>