summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-11 03:26:54 +0100
committerAndreas Enge <andreas@enge.fr>2026-08-24 15:31:56 +0200
commitd05a98a9e7a962c096f74396333cbe01584206ad (patch)
tree289e422a5447a6df9227af0bb17e7055ac537d53 /gnu/packages/python-xyz.scm
parentefd326aa63879f67640161fb425ac269e28c729f (diff)
gnu: Remove python-pypytools.
* gnu/packages/python-xyz.scm (python-pypytools): Delete variable. * gnu/packages/patches/python-pypytools-python-3-fixes.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Deregister patch. Relates-to: guix/guix#7475 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm39
1 files changed, 0 insertions, 39 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3d522b72820..68b8e733d0b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15958,45 +15958,6 @@ Python.")
15958sophisticated version manipulation.") 15958sophisticated version manipulation.")
15959 (license license:expat))) 15959 (license license:expat)))
15960 15960
15961(define-public python-pypytools
15962 (package
15963 (name "python-pypytools")
15964 (version "0.6.2")
15965 (source
15966 (origin
15967 (method git-fetch)
15968 (uri (git-reference
15969 (url "https://github.com/antocuni/pypytools/")
15970 (commit version)))
15971 (file-name (git-file-name name version))
15972 (sha256
15973 (base32 "1nmq4gsw3hcayj2d96n8n166h0wnmp7n28fqswcn562hx57mlh05"))
15974 (patches (search-patches "python-pypytools-python-3-fixes.patch"))))
15975 (build-system pyproject-build-system)
15976 (arguments
15977 (list
15978 ;; These tests are using deprecated py.code module.
15979 #:test-flags
15980 #~(list
15981 "--deselect=pypytools/testing/test_codegen.py::test_def__default_args"
15982 "--deselect=pypytools/testing/test_codegen.py::test_def_"
15983 "--deselect=pypytools/testing/test_codegen.py::test_compile"
15984 "--ignore=pypytools/testing/test_unroll.py"
15985 ;; clone_func returns an object of the wrong type.
15986 "--deselect=pypytools/testing/test_util.py::test_clonefunc")))
15987 (native-inputs
15988 (list python-freezegun
15989 python-numpy
15990 python-pytest
15991 python-setuptools))
15992 (propagated-inputs (list python-py))
15993 (home-page "https://github.com/antocuni/pypytools/")
15994 (synopsis "Tools to use PyPy-specific features, with CPython fallbacks")
15995 (description
15996 "This package provides a collection of useful tools to use PyPy-specific
15997features, with CPython fallbacks.")
15998 (license license:x11)))
15999
16000(define-public python-simplegeneric 15961(define-public python-simplegeneric
16001 (package 15962 (package
16002 (name "python-simplegeneric") 15963 (name "python-simplegeneric")