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 4e6cd70da4284830c276c145d7103eb41747544e
parent a32a8ea35228061a958308db5c4bec98669e26ee
Author: St John Karp <contact@stjo.hn>
Date:   Thu, 30 Jun 2022 06:00:40 -0400

python-six: Add package at version 1.16.0

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

diff --git a/libs/python-six/build b/libs/python-six/build @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +pip install --root="$1" . diff --git a/libs/python-six/checksums b/libs/python-six/checksums @@ -0,0 +1 @@ +1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 diff --git a/libs/python-six/depends b/libs/python-six/depends @@ -0,0 +1 @@ +python diff --git a/libs/python-six/sources b/libs/python-six/sources @@ -0,0 +1 @@ +https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz diff --git a/libs/python-six/version b/libs/python-six/version @@ -0,0 +1 @@ +1.16.0 1