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

pyparsing: Add package at version 3.0.9

Diffstat:
Alibs/pyparsing/build | 9+++++++++
Alibs/pyparsing/checksums | 1+
Alibs/pyparsing/depends | 1+
Alibs/pyparsing/sources | 1+
Alibs/pyparsing/version | 1+
5 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/libs/pyparsing/build b/libs/pyparsing/build @@ -0,0 +1,9 @@ +#!/usr/bin/env sh + +# pyparsing contains some files with old timestamps, which causes the build +# to fail with the following error: +# "ZIP does not support timestamps before 1980" +# This is easily fixed by just touching all the files so they look newer. +find . -type f -exec touch {} \+ + +pip install --root="$1" . diff --git a/libs/pyparsing/checksums b/libs/pyparsing/checksums @@ -0,0 +1 @@ +2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb diff --git a/libs/pyparsing/depends b/libs/pyparsing/depends @@ -0,0 +1 @@ +python diff --git a/libs/pyparsing/sources b/libs/pyparsing/sources @@ -0,0 +1 @@ +https://files.pythonhosted.org/packages/71/22/207523d16464c40a0310d2d4d8926daffa00ac1f5b1576170a32db749636/pyparsing-3.0.9.tar.gz diff --git a/libs/pyparsing/version b/libs/pyparsing/version @@ -0,0 +1 @@ +3.0.9 1