Skip to content

Commit

Permalink
Update to 2.1
Browse files Browse the repository at this point in the history
- Change MASTER_SITES to CHEESESHOP
- Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/plastex/plastex/releases
  • Loading branch information
sunpoet committed Dec 28, 2019
1 parent 8b96866 commit e132233
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
14 changes: 8 additions & 6 deletions math/py-plastex/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>
6 changes: 3 additions & 3 deletions math/py-plastex/distinfo
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions math/py-plastex/pkg-descr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e132233

Please sign in to comment.