[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: Remove python-pyev.
From: |
guix-commits |
Subject: |
07/13: gnu: Remove python-pyev. |
Date: |
Sat, 7 Jan 2023 15:14:26 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit a6c005dbac90f3e22898c502bd32fdf86d61d38b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 7 14:55:00 2023 +0100
gnu: Remove python-pyev.
This package fails to build, is no longer on PyPI, and has been inactive
upstream for 10 years.
* gnu/packages/python-xyz.scm (python-pyev): Remove variable.
---
gnu/packages/python-xyz.scm | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index df2c7ce52d..d78716107f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19216,35 +19216,6 @@ working with Portable Executable (PE) files. It makes
to most information
from the header, as well as section details and data available.")
(license license:expat)))
-(define-public python-pyev
- (package
- (name "python-pyev")
- (version "0.9.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pyev" version))
- (sha256
- (base32
- "0rf603lc0s6zpa1nb25vhd8g4y337wg2wyz56i0agsdh7jchl0sx"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f ; no test suite
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch
- (lambda* (#:key inputs #:allow-other-keys)
- (let ((libev (search-input-file inputs "/lib/libev.so.4")))
- (substitute* "setup.py"
- (("libev_dll_name = find_library\\(\\\"ev\\\"\\)")
- (string-append "libev_dll_name = \"" libev "\"")))))))))
- (inputs
- (list libev))
- (home-page "https://github.com/gabrielfalcao/pyev")
- (synopsis "Python libev interface")
- (description "Pyev provides a Python interface to libev.")
- (license license:gpl3)))
-
(define-public python-imagesize
(package
(name "python-imagesize")
- branch master updated (7f96726607 -> d15972194a), guix-commits, 2023/01/07
- 04/13: gnu: python-openid-teams: Add missing inputs., guix-commits, 2023/01/07
- 02/13: gnu: Use old setuptools in packages that relies on use_2to3 conversion., guix-commits, 2023/01/07
- 01/13: gnu: python-setuptools: Add 57.5.0., guix-commits, 2023/01/07
- 05/13: gnu: Remove python-trollius-redis., guix-commits, 2023/01/07
- 03/13: gnu: python-openid-cla: Add missing inputs., guix-commits, 2023/01/07
- 07/13: gnu: Remove python-pyev.,
guix-commits <=
- 12/13: gnu: ipxe: Use G-expression., guix-commits, 2023/01/07
- 06/13: gnu: python-capstone: Fix tests., guix-commits, 2023/01/07
- 08/13: gnu: python-pytidylib: Fix failing test., guix-commits, 2023/01/07
- 11/13: gnu: python-funcy: Use pyproject-build-system., guix-commits, 2023/01/07
- 13/13: gnu: ipxe: Enable syslinux only on i686-linux and x86_64-linux., guix-commits, 2023/01/07
- 09/13: gnu: python-gyp: Update to 0.0.0-1.9d09418., guix-commits, 2023/01/07
- 10/13: gnu: python-whatever: Use pyproject-build-system., guix-commits, 2023/01/07