~ruther/guix-local

34cfd525b1a8853b47b018af217c004c20f73ae2 — Sharlatan Hellseher 1 year, 2 months ago 451c8fd
gnu: python-doc8: Move to python-check.

* gnu/packages/python-xyz.scm (python-doc8): Move from here ...
* gnu/packages/python-check.scm: ... to here.

Change-Id: Ib82f3564bd1f06d822fce39b002b2f93c160c1d6
2 files changed, 29 insertions(+), 30 deletions(-)

M gnu/packages/python-check.scm
M gnu/packages/python-xyz.scm
M gnu/packages/python-check.scm => gnu/packages/python-check.scm +29 -0
@@ 438,6 438,35 @@ nosetests, etc...) in Python projects.")
@command{behave}.")
    (license license:expat)))

(define-public python-doc8
  (package
    (name "python-doc8")
    (version "1.1.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "doc8" version))
       (sha256
        (base32 "162b6lff5pcd4sp6sfm5fds8kllnx7ipzbyvi3irgk718h0z698j"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-setuptools
           python-setuptools-scm
           python-wheel))
    (propagated-inputs
     (list python-docutils
           python-pygments
           python-restructuredtext-lint
           python-stevedore
           python-tomli))
    (home-page "https://launchpad.net/doc8")
    (synopsis "Style checker for Sphinx (or other) RST documentation")
    (description
     "Doc8 is an opinionated style checker for reStructured Text and plain
text styles of documentation.")
    (license license:asl2.0)))

(define-public python-eradicate
  (package
    (name "python-eradicate")

M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +0 -30
@@ 7789,36 7789,6 @@ format.")
    (description "This package provides a REPL plugin for Click.")
    (license license:expat)))

(define-public python-doc8
  (package
    (name "python-doc8")
    (version "1.1.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "doc8" version))
       (sha256
        (base32
         "162b6lff5pcd4sp6sfm5fds8kllnx7ipzbyvi3irgk718h0z698j"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-setuptools
           python-setuptools-scm
           python-wheel))
    (propagated-inputs
     (list python-docutils
           python-pygments
           python-restructuredtext-lint
           python-stevedore
           python-tomli))
    (home-page "https://launchpad.net/doc8")
    (synopsis "Style checker for Sphinx (or other) RST documentation")
    (description
     "Doc8 is an opinionated style checker for reStructured Text and plain
text styles of documentation.")
    (license license:asl2.0)))

(define-public python-pygdbmi
  (package
    (name "python-pygdbmi")