unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob ef981bd8d76b865437ac7306467e0b5284c46c1c 908 bytes (raw)
name: gnu/packages/python-graphics.scm 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
;;; GNU Guix --- Functional package management for GNU

(define-module (gnu packages python-graphics)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module ((guix build-system python) #:select (pypi-uri))
  #:use-module (guix build-system pyproject)
  #:use-module (guix download)
  #:use-module (guix gexp)
  #:use-module (guix packages)
  #:use-module (gnu packages)
  #:use-module (gnu packages check)
  #:use-module (gnu packages python-build)
  #:use-module (gnu packages python-xyz))

;;; Commentary:
;;;
;;; Python modules which are meant to be used in GUI creation or mainly are
;;; bindings to low level libraries such as Glue, Mesa, OpenGL, Xorg etc.
;;;
;;; Please: Try to add new module packages in alphabetic order.
;;;
;;; Code:
\f

;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above in alphabetical order.
;;;

debug log:

solving ef981bd8d7 ...
found ef981bd8d7 in https://yhetil.org/guix-patches/fc20e1afc4a8915220859d0e09b411bb413cbfb5.1728658722.git.sharlatanus@gmail.com/

applying [1/1] https://yhetil.org/guix-patches/fc20e1afc4a8915220859d0e09b411bb413cbfb5.1728658722.git.sharlatanus@gmail.com/
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm
new file mode 100644
index 0000000000..ef981bd8d7

Checking patch gnu/packages/python-graphics.scm...
Applied patch gnu/packages/python-graphics.scm cleanly.

index at:
100644 ef981bd8d76b865437ac7306467e0b5284c46c1c	gnu/packages/python-graphics.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).