diff options
author | wen <wen@FreeBSD.org> | 2014-03-08 11:22:10 +0000 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-03-08 11:22:10 +0000 |
commit | 040426f45425beb67cd3429f4a305568e6571c97 (patch) | |
tree | 3f22867a5a745c5973766126a6c77bac8223daec | |
parent | ce30834259d3365f7b1b02705d7ad922f6c6da0c (diff) | |
download | FreeBSD-ports-040426f45425beb67cd3429f4a305568e6571c97.zip FreeBSD-ports-040426f45425beb67cd3429f4a305568e6571c97.tar.gz |
- Update to 0.19
- Remove 2to3 command, according to commit 08c34a3315:
https://github.com/mitsuhiko/markupsafe/commit/08c34a3315ec94b237100dd42d4ddd7f406942d9
- Reset maintainer to ports@
PR: 187324
Submitted by: olivierd@
-rw-r--r-- | textproc/py-MarkupSafe/Makefile | 17 | ||||
-rw-r--r-- | textproc/py-MarkupSafe/distinfo | 4 |
2 files changed, 5 insertions, 16 deletions
diff --git a/textproc/py-MarkupSafe/Makefile b/textproc/py-MarkupSafe/Makefile index 65dd7c0..0e01afd 100644 --- a/textproc/py-MarkupSafe/Makefile +++ b/textproc/py-MarkupSafe/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= MarkupSafe -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python LICENSE= BSD3CLAUSE @@ -17,14 +16,4 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_VERSION} == python3.2 -PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} -PY2TO3_ARGS= --no-diffs --fix=all --nobackups --verbose --write - -pre-build: - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/markupsafe -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/py-MarkupSafe/distinfo b/textproc/py-MarkupSafe/distinfo index b657531..8d1c5c3 100644 --- a/textproc/py-MarkupSafe/distinfo +++ b/textproc/py-MarkupSafe/distinfo @@ -1,2 +1,2 @@ -SHA256 (MarkupSafe-0.18.tar.gz) = b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82 -SIZE (MarkupSafe-0.18.tar.gz) = 11748 +SHA256 (MarkupSafe-0.19.tar.gz) = 62fcc5d641df8b5ad271ebbd6b77a19cd92eceba1e1a990de4e96c867789f037 +SIZE (MarkupSafe-0.19.tar.gz) = 11807 |