mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 0.19
- Remove 2to3 command, according to commit 08c34a3315:
08c34a3315
- Reset maintainer to ports@
PR: 187324
Submitted by: olivierd@
This commit is contained in:
parent
5897f92dcf
commit
fe6a914979
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347478
2 changed files with 5 additions and 16 deletions
|
@ -2,13 +2,12 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= MarkupSafe
|
PORTNAME= MarkupSafe
|
||||||
PORTVERSION= 0.18
|
PORTVERSION= 0.19
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= wen@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python
|
COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
@ -17,14 +16,4 @@ USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_AUTOPLIST= yes
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.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>
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (MarkupSafe-0.18.tar.gz) = b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82
|
SHA256 (MarkupSafe-0.19.tar.gz) = 62fcc5d641df8b5ad271ebbd6b77a19cd92eceba1e1a990de4e96c867789f037
|
||||||
SIZE (MarkupSafe-0.18.tar.gz) = 11748
|
SIZE (MarkupSafe-0.19.tar.gz) = 11807
|
||||||
|
|
Loading…
Add table
Reference in a new issue