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 4a4509811ff8933f81c4e5081dcc63679729bf18
parent 93c3640e528d7cb5dc6af3b4e6c8285a11356871
Author: St John Karp <contact@stjo.hn>
Date:   Fri, 29 Jul 2022 12:23:56 -0400

python-requests: Add package at version 2.28.1

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

diff --git a/extra/python-requests/build b/extra/python-requests/build @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +pip install --root="$1" . diff --git a/extra/python-requests/checksums b/extra/python-requests/checksums @@ -0,0 +1 @@ +7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 diff --git a/extra/python-requests/depends b/extra/python-requests/depends @@ -0,0 +1 @@ +python diff --git a/extra/python-requests/sources b/extra/python-requests/sources @@ -0,0 +1 @@ +https://files.pythonhosted.org/packages/a5/61/a867851fd5ab77277495a8709ddda0861b28163c4613b011bc00228cc724/requests-2.28.1.tar.gz diff --git a/extra/python-requests/version b/extra/python-requests/version @@ -0,0 +1 @@ +2.28.1 1