diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-21 13:33:50 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:47 +0100 |
| commit | 6e583aa629bec041fe2e98e8b8924e9ac93c2d27 (patch) | |
| tree | c5aeef85f11b7ffaa7a1e75da17032db4066a934 /gnu | |
| parent | cd6140ac0c781f20dabc1e88ec99feb301ae8e3c (diff) | |
gnu: Remove python-oslosphinx.
This package is leaf and obsoleted upstream, see
https://pypi.org/project/oslosphinx/
* gnu/packages/openstack.scm (python-oslosphinx): Delete variable.
Change-Id: I1409cb7e5df5217aaf6c7f109788481c49b05427
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/openstack.scm | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 9a1c26feb1a..ac0ab05ca11 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -866,40 +866,6 @@ in transmittable and storable formats, such as JSON and MessagePack.") and building documentation from them.") (license license:asl2.0))) -(define-public python-oslosphinx - (package - (name "python-oslosphinx") - (version "4.18.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "oslosphinx" version)) - (sha256 - (base32 "1xm41857vzrzjmnyi6bqirg4i5qa61v7wxcsdc4q1nzgr3ndgz5k")))) - (build-system pyproject-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'relax-requirements - (lambda _ - (substitute* "test-requirements.txt" - (("(hacking|reno).*") - ""))))))) - (propagated-inputs - (list python-requests)) - (native-inputs - (list python-openstackdocstheme - python-pbr - python-setuptools - python-sphinx - python-wheel)) - (home-page "https://www.openstack.org/") - (synopsis "OpenStack sphinx extensions and theme") - (description "This package provides themes and extensions for Sphinx -documentation from the OpenStack project.") - (license license:asl2.0))) - (define-public python-oslotest (package (name "python-oslotest") |
