[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50505] [PATCH v2 12/13] gnu: Add python-screeninfo-0.6.
From: |
Daniel Meißner |
Subject: |
[bug#50505] [PATCH v2 12/13] gnu: Add python-screeninfo-0.6. |
Date: |
Wed, 15 Sep 2021 17:25:18 +0200 |
* (python-screeninfo-0.6): New variable.
---
gnu/packages/python-xyz.scm | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c5163d93a3..592e41f057 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19149,17 +19149,17 @@ fast and robust triangulation of 2D polygons. This
package provides Python
bindings for this library.")
(license license:isc)))
-(define-public python-screeninfo
+(define-public python-screeninfo-0.6
(package
(name "python-screeninfo")
- (version "0.7")
+ (version "0.6.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "screeninfo" version))
(sha256
(base32
- "007m7sqv30qak56885dxbijksrg2hd121hfpvg2llm734wspra8j"))))
+ "1jv9m9xhl7zr2hzfx0w5zyw9pajn4b4zpln4rdl3zni9lcfaqjqw"))))
(build-system python-build-system)
(native-inputs `(("python-pytest" ,python-pytest)))
(home-page "https://github.com/rr-/screeninfo")
@@ -19171,6 +19171,17 @@ screens like resolution, height and width of the
screen, connecting port
etc.")
(license (list license:expat license:bsd-3))))
+(define-public python-screeninfo
+ (package/inherit python-screeninfo-0.6
+ (version "0.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "screeninfo" version))
+ (sha256
+ (base32
+ "007m7sqv30qak56885dxbijksrg2hd121hfpvg2llm734wspra8j"))))))
+
(define-public python-rencode
(package
(name "python-rencode")
--
2.33.0
- [bug#50505] [PATCH 00/12] gnu: Add python-manim, (continued)
[bug#50505] [PATCH v2 02/13] gnu: Add python-cloup-0.7., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 00/13] Add python-manim, Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 05/13] gnu: Add python-pyglet., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 08/13] gnu: Add python-screeninfo., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 04/13] gnu: Add python-moderngl., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 01/13] gnu: Add python-cloup., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 06/13] gnu: Add python-multipledispatch., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 07/13] gnu: Add python-pyrr., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 12/13] gnu: Add python-screeninfo-0.6.,
Daniel Meißner <=
[bug#50505] [PATCH v2 13/13] gnu: Add python-manim 0.9.0., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 11/13] gnu: Add python-mapbox-earcut., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 03/13] gnu: Add python-glcontext., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 10/13] gnu: Add python-manimpango., Daniel Meißner, 2021/09/15
[bug#50505] [PATCH v2 09/13] gnu: Add python-moderngl-window., Daniel Meißner, 2021/09/15