kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 905c1424e7bac0e2382ce5405711c13bbb32693a
parent 7d0714d425d7596331014caaf4aca754eb98fba4
Author: St John Karp <contact@stjo.hn>
Date:   Sat, 18 Jun 2022 17:15:49 -0400

python-markdown: Add package at version 3.3.7

Diffstat:
Alibs/python-markdown/build | 3+++
Alibs/python-markdown/checksums | 1+
Alibs/python-markdown/depends | 1+
Alibs/python-markdown/sources | 1+
Alibs/python-markdown/version | 1+
5 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/libs/python-markdown/build b/libs/python-markdown/build @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +pip install --root="$1" . diff --git a/libs/python-markdown/checksums b/libs/python-markdown/checksums @@ -0,0 +1 @@ +cbb516f16218e643d8e0a95b309f77eb118cb138d39a4f27851e6a63581db874 diff --git a/libs/python-markdown/depends b/libs/python-markdown/depends @@ -0,0 +1 @@ +python diff --git a/libs/python-markdown/sources b/libs/python-markdown/sources @@ -0,0 +1 @@ +https://files.pythonhosted.org/packages/d6/58/79df20de6e67a83f0d0bbfe6c19bb82adf68cdf362885257eb01099f930a/Markdown-3.3.7.tar.gz diff --git a/libs/python-markdown/version b/libs/python-markdown/version @@ -0,0 +1 @@ +3.3.7 1