[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: python2-pyopengl: Remove.
From: |
guix-commits |
Subject: |
06/11: gnu: python2-pyopengl: Remove. |
Date: |
Mon, 13 Jul 2020 06:54:27 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7c55224ac685eee33082075a207d577640dad359
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Jun 27 15:15:03 2020 +0200
gnu: python2-pyopengl: Remove.
* gnu/packages/python-xyz.scm (python2-pyopengl): Remove variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-xyz.scm | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b5b19c0..6fe2ca0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15474,28 +15474,6 @@ functionality like full case-folding for
case-insensitive matches in Unicode.")
(define-public python2-regex
(package-with-python2 python-regex))
-(define-public python2-pyopengl
- (package
- (name "python2-pyopengl")
- (version "3.1.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "PyOpenGL" version))
- (sha256
- (base32
- "1byxjj6a8rwzhxhjqlc588zdad2qwxdd7vlam2653ylll31waiwv"))))
- (arguments
- `(#:python ,python-2))
- (build-system python-build-system)
- (home-page "http://pyopengl.sourceforge.net")
- (synopsis "Standard OpenGL bindings for Python")
- (description
- "PyOpenGL is the most common cross platform Python binding to OpenGL and
-related APIs. The binding is created using the standard @code{ctypes}
-library.")
- (license license:bsd-3)))
-
(define-public python-pyopengl
(package
(name "python-pyopengl")
- branch master updated (1cc3a04 -> 170bfff), guix-commits, 2020/07/13
- 02/11: gnu: Add python-pyopengl-accelerate., guix-commits, 2020/07/13
- 01/11: gnu: Add python-pyopengl., guix-commits, 2020/07/13
- 03/11: gnu: Add xf86-video-dummy., guix-commits, 2020/07/13
- 05/11: gnu: python2-pyopengl-accelerate: Remove., guix-commits, 2020/07/13
- 06/11: gnu: python2-pyopengl: Remove.,
guix-commits <=
- 04/11: gnu: xpra: Upgrade to 4.0.2., guix-commits, 2020/07/13
- 07/11: gnu: Add r-rismed., guix-commits, 2020/07/13
- 08/11: gnu: Add r-semver., guix-commits, 2020/07/13
- 09/11: gnu: Add r-binman., guix-commits, 2020/07/13
- 10/11: gnu: Add r-wdman., guix-commits, 2020/07/13
- 11/11: gnu: Add r-rselenium., guix-commits, 2020/07/13