summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-03-03 21:13:00 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-03 21:13:10 +0100
commitbc6de88ba366b1c3f87acb7f44d84be339a64991 (patch)
treebf757158c499407c538980c28808e5c214859c71 /gnu
parentb6f7a95dc16a9fabdba37f78c0efa665a636d519 (diff)
gnu: Remove python-sparqlkernel.
* gnu/packages/jupyter.scm (python-sparqlkernel): Delete variable. Fixes: guix/guix#6031 Change-Id: I9bd90118efa1f6d46ac1c850ea64d209678ee752
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/jupyter.scm44
1 files changed, 0 insertions, 44 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 63b81659666..9879e4b7b4d 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -1613,50 +1613,6 @@ Docker registry.")
1613 (description "A bash shell kernel for Jupyter.") 1613 (description "A bash shell kernel for Jupyter.")
1614 (license license:expat))) 1614 (license license:expat)))
1615 1615
1616(define-public python-sparqlkernel
1617 (package
1618 (name "python-sparqlkernel")
1619 (version "1.3.0")
1620 (source (origin
1621 (method url-fetch)
1622 (uri (pypi-uri "sparqlkernel" version))
1623 (sha256
1624 (base32
1625 "004v22nyi5cnpxq4fiws89p7i5wcnzv45n3n70axdd6prh6rkapx"))))
1626 (build-system pyproject-build-system)
1627 (arguments
1628 (list
1629 #:tests? #f ;no test suite
1630 #:phases
1631 #~(modify-phases %standard-phases
1632 (add-after 'unpack 'no-custom-css
1633 (lambda _
1634 (substitute* "sparqlkernel/install.py"
1635 (("notebook.DEFAULT_STATIC_FILES_PATH") "\"/does-not-matter\"")
1636 (("install_custom_css\\( destd, PKGNAME \\)") ""))))
1637 (add-after 'wrap 'install-kernelspec
1638 (lambda _
1639 (setenv "HOME" "/tmp")
1640 (invoke
1641 (string-append #$output "/bin/jupyter-sparqlkernel")
1642 "install"
1643 (string-append "--InstallKernelSpec.prefix=" #$output)))))))
1644 (native-inputs (list python-setuptools))
1645 (propagated-inputs
1646 (list python-ipykernel
1647 python-notebook
1648 python-pygments
1649 python-rdflib
1650 python-sparqlwrapper
1651 python-traitlets))
1652 (home-page "https://github.com/paulovn/sparql-kernel")
1653 (synopsis "Jupyter kernel for SPARQL")
1654 (description
1655 "This module installs a Jupyter kernel for SPARQL. It allows sending
1656queries to an SPARQL endpoint, fetching and presenting the results in a
1657notebook.")
1658 (license license:bsd-3)))
1659
1660(define-public python-ipydatawidgets 1616(define-public python-ipydatawidgets
1661 (package 1617 (package
1662 (name "python-ipydatawidgets") 1618 (name "python-ipydatawidgets")