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

python-pygraph: Add new package

This pulls the source from git because there have been commits
since the last release that make the library compatible with
Python 3. There hasn't been any development for three years, so
this is probably rather stable.

Diffstat:
Aextra/python-pygraph/build | 3+++
Aextra/python-pygraph/depends | 1+
Aextra/python-pygraph/sources | 1+
Aextra/python-pygraph/version | 1+
4 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/extra/python-pygraph/build b/extra/python-pygraph/build @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +pip install --root="$1" . diff --git a/extra/python-pygraph/depends b/extra/python-pygraph/depends @@ -0,0 +1 @@ +python diff --git a/extra/python-pygraph/sources b/extra/python-pygraph/sources @@ -0,0 +1 @@ +git+https://github.com/jciskey/pygraph diff --git a/extra/python-pygraph/version b/extra/python-pygraph/version @@ -0,0 +1 @@ +git 1