From 80fbf9b668d91dc271bb9199f90b4557010f6426 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:27:59 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 985345c..ec849a9 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: python-markupsafe description: Implements a XML/HTML/XHTML Markup safe string for Python version: 2.1.5 +revision: 2 url: https://palletsprojects.com/p/markupsafe/ license: BSD-3-Clause architecture: any +depends: ["python3"] +make_depends: ["python3","python-setuptools","python-wheel"] type: source