diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-19 11:06:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-19 11:06:43 +0000 |
commit | 78d8dce496df8612d5a3aa32533775eca1703c9c (patch) | |
tree | 1f749f6aa22e18d4d413adef0f8bd920826ec995 /textproc | |
parent | fe9db4fd7449bd79a8a771f9257b02c08b07b1eb (diff) | |
download | pkgsrc-78d8dce496df8612d5a3aa32533775eca1703c9c.tar.gz |
add old version of py-markupsafe for old version of py-jinja2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py27-markupsafe/DESCR | 1 | ||||
-rw-r--r-- | textproc/py27-markupsafe/Makefile | 17 | ||||
-rw-r--r-- | textproc/py27-markupsafe/PLIST | 19 | ||||
-rw-r--r-- | textproc/py27-markupsafe/distinfo | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/py27-markupsafe/DESCR b/textproc/py27-markupsafe/DESCR new file mode 100644 index 00000000000..3f0876b898f --- /dev/null +++ b/textproc/py27-markupsafe/DESCR @@ -0,0 +1 @@ +MarkupSafe implements a unicode subclass that supports HTML strings. diff --git a/textproc/py27-markupsafe/Makefile b/textproc/py27-markupsafe/Makefile new file mode 100644 index 00000000000..7cf14a82d33 --- /dev/null +++ b/textproc/py27-markupsafe/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2022/04/19 11:06:43 tnn Exp $ + +DISTNAME= MarkupSafe-1.1.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 +CATEGORIES= textproc python +MASTER_SITES= ${MASTER_SITE_PYPI:=M/MarkupSafe/} + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= https://www.palletsprojects.com/p/markupsafe/ +COMMENT= Implements a unicode subclass that supports HTML strings +LICENSE= modified-bsd + +PYTHON_VERSIONS_ACCEPTED= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/py27-markupsafe/PLIST b/textproc/py27-markupsafe/PLIST new file mode 100644 index 00000000000..10664efc3e7 --- /dev/null +++ b/textproc/py27-markupsafe/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2022/04/19 11:06:43 tnn Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/markupsafe/__init__.py +${PYSITELIB}/markupsafe/__init__.pyc +${PYSITELIB}/markupsafe/__init__.pyo +${PYSITELIB}/markupsafe/_compat.py +${PYSITELIB}/markupsafe/_compat.pyc +${PYSITELIB}/markupsafe/_compat.pyo +${PYSITELIB}/markupsafe/_constants.py +${PYSITELIB}/markupsafe/_constants.pyc +${PYSITELIB}/markupsafe/_constants.pyo +${PYSITELIB}/markupsafe/_native.py +${PYSITELIB}/markupsafe/_native.pyc +${PYSITELIB}/markupsafe/_native.pyo +${PYSITELIB}/markupsafe/_speedups.c +${PYSITELIB}/markupsafe/_speedups.so diff --git a/textproc/py27-markupsafe/distinfo b/textproc/py27-markupsafe/distinfo new file mode 100644 index 00000000000..2a626917799 --- /dev/null +++ b/textproc/py27-markupsafe/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/04/19 11:06:43 tnn Exp $ + +BLAKE2s (MarkupSafe-1.1.1.tar.gz) = 87391bf7d75c2bc7fc2eedf18778ace122ba3ece28109ef2d65f2fa399f57262 +SHA512 (MarkupSafe-1.1.1.tar.gz) = f3014e6131a3ab866914c5635b5397ef71906bffb1b6f8c5f2ed2acf167429ff7914236d38943e872683a57a9be9669f4c5aace6274f3307ab21ef25373db0b6 +Size (MarkupSafe-1.1.1.tar.gz) = 19151 bytes |