Date: Sat, 28 Dec 2019 07:31:10 +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: r521093 - head/math/py-plastex Message-ID: <201912280731.xBS7VAQ2036629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 28 07:31:10 2019 New Revision: 521093 URL: https://svnweb.freebsd.org/changeset/ports/521093 Log: Update to 2.1 - Change MASTER_SITES to CHEESESHOP - Add NO_ARCH - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/plastex/plastex/releases Modified: head/math/py-plastex/Makefile head/math/py-plastex/distinfo head/math/py-plastex/pkg-descr Modified: head/math/py-plastex/Makefile ============================================================================== --- head/math/py-plastex/Makefile Sat Dec 28 07:31:05 2019 (r521092) +++ head/math/py-plastex/Makefile Sat Dec 28 07:31:10 2019 (r521093) @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= plastex -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= math python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= plasTeX-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= LaTeX Document Processing Framework LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} -USES= python -USE_GITHUB= yes -USE_PYTHON= distutils autoplist +USES= python:3.5+ +USE_PYTHON= autoplist distutils USE_TEX= base:run + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/math/py-plastex/distinfo ============================================================================== --- head/math/py-plastex/distinfo Sat Dec 28 07:31:05 2019 (r521092) +++ head/math/py-plastex/distinfo Sat Dec 28 07:31:10 2019 (r521093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573958354 -SHA256 (plastex-plastex-2.0_GH0.tar.gz) = c07d46059aa940197205749c02ebafaee88b1f02c0efa3e608015f21ef3895d5 -SIZE (plastex-plastex-2.0_GH0.tar.gz) = 954046 +TIMESTAMP = 1577145777 +SHA256 (plasTeX-2.1.tar.gz) = 6f8af347f62108c45cccb69cc4e961e462c5889e0a8540fc56b3ecc17cce45d1 +SIZE (plasTeX-2.1.tar.gz) = 610174 Modified: head/math/py-plastex/pkg-descr ============================================================================== --- head/math/py-plastex/pkg-descr Sat Dec 28 07:31:05 2019 (r521092) +++ head/math/py-plastex/pkg-descr Sat Dec 28 07:31:10 2019 (r521093) @@ -1,6 +1,6 @@ plasTeX is a LaTeX document processing framework written entirely in Python. It -currently comes bundled with renderers for XHTML, DocBook, man pages, plain -text, as well as a way to simply dump the document to a generic form of XML. -Other renderers can be added as well and are planned for future releases. +currently comes bundled with an XHTML renderer (including multiple themes), as +well as a way to simply dump the document to a generic form of XML. Other +renderers can be added as well and are planned for future releases. -WWW: https://tiarno.github.io/plastex/ +WWW: https://github.com/plastex/plastex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912280731.xBS7VAQ2036629>