[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
148/222: gnu: Add xcffibgen.
From: |
guix-commits |
Subject: |
148/222: gnu: Add xcffibgen. |
Date: |
Fri, 1 Nov 2024 10:56:41 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit dd70e38527dbec419ea5b3ba4e0b4a0b889c607f
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:08 2024 +0200
gnu: Add xcffibgen.
* gnu/packages/xorg.scm (xcffibgen): New variable.
Change-Id: Ibcbacdfdeaa657ec1ded7dcc09c10c7fc2aa6717
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/xorg.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0de08a4ad1..7f149bc68c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1672,6 +1672,39 @@ mechanism than copying the contents of the source
pixmap.")
network-transparent printing system.")
(license license:x11)))
+(define xcffibgen
+ (package
+ (name "xcffibgen")
+ (version "1.4.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tych0/xcffib")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0wz6zlaqsmpw7ahaadpd7m5n5c5b2ya30xwsana4j5ljygdvzqp9"))))
+ (build-system haskell-build-system)
+ (native-inputs
+ (list ghc-hunit ghc-test-framework ghc-test-framework-hunit))
+ (inputs
+ (list libxcb
+ ghc
+ ghc-filemanip
+ ghc-split
+ ghc-language-python
+ ghc-attoparsec
+ ghc-either
+ ghc-optparse-applicative
+ ghc-xcb-types))
+ (home-page "https://github.com/tych0/xcffib")
+ (synopsis "Build tool for python-xcbffib bindings")
+ (description
+ "This is an internal package that provides a build tool to
+generate code for the @code{python-xcbffib} package.")
+ (license license:expat)))
+
(define-public randrproto
(package
(name "randrproto")
- 74/222: gnu: Add python-notebook-shim., (continued)
- 74/222: gnu: Add python-notebook-shim., guix-commits, 2024/11/01
- 104/222: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/01
- 112/222: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/01
- 115/222: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/01
- 107/222: gnu: Add python-jsonschema-path., guix-commits, 2024/11/01
- 116/222: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/01
- 118/222: gnu: Add python-pytoolconfig., guix-commits, 2024/11/01
- 124/222: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/01
- 136/222: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/01
- 140/222: gnu: python-codespell: Improve package style., guix-commits, 2024/11/01
- 148/222: gnu: Add xcffibgen.,
guix-commits <=
- 155/222: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/01
- 156/222: gnu: conda: Reindent., guix-commits, 2024/11/01
- 157/222: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/01
- 159/222: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/11/01
- 169/222: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/01
- 170/222: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/11/01
- 178/222: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/11/01
- 183/222: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/01
- 184/222: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/01
- 187/222: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/01