diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-07 11:42:42 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-07 12:02:32 +0000 |
| commit | 289390a0cd99ffb80bcb2323254e1804a0337b11 (patch) | |
| tree | b167c017786395982822c35e03d30589dbc8b17b /gnu/packages/python-xyz.scm | |
| parent | 56282fa63f9ffbc3bfb2b3a80bbaaf3ed2dd5100 (diff) | |
gnu: Remove python-d2to1.
Fails to build, no longer required.
Note from upstream:
This repository was archived by the owner on Jun 10, 2020. It is now
read-only.
* gnu/packages/python-xyz.scm (python-d2to1): Delete variable.
Fixes: guix/guix#3251
Change-Id: I3c37e8f289026e1e8e5147a666f717c8310b5b9e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 545c12546c7..889a9dc03cc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4168,27 +4168,6 @@ automatically generate the interface code.") (HSL, RVB,web, X11, ...).") (license license:expat))) -(define-public python-d2to1 - (package - (name "python-d2to1") - (version "0.2.12.post1") - (source (origin - (method url-fetch) - (uri (pypi-uri "d2to1" version)) - (sha256 - (base32 - "09fq7pq1z8d006xh5z75rm2lk61v6yn2xhy53z4gsgibhqb2vvs9")))) - (build-system python-build-system) - (native-inputs - (list python-nose)) - (home-page "https://github.com/embray/d2to1") - (synopsis "Allows for distutils2-like setup.cfg files as package metadata -in python") - (description "The python package d2to1 (the d is for distutils) allows -using distutils2-like setup.cfg files for a package's metadata with a -distribute/setuptools setup.py script.") - (license license:bsd-2))) - (define-public python-rapidfuzz (package (name "python-rapidfuzz") |
