~whereiseveryone/guixrus

06f347ffc9292d740279e868de1179b6bbe285bd — jgart 3 months ago ea698db
remove upstreamed python-nanoid
1 files changed, 0 insertions(+), 34 deletions(-)

M guixrus/packages/python.scm
M guixrus/packages/python.scm => guixrus/packages/python.scm +0 -34
@@ 278,40 278,6 @@ date with the source code.")
    (description "RFC 3676 format=flowed text processing")
    (license license:psfl)))

(define-public python-nanoid
  ;; There are no tests on PyPi.
  (let ((commit "061f9a598f310b0e2e91b9ed6ce725a22770da64")
        (revision "0"))
  (package
    (name "python-nanoid")
    (version "2.0.0")
      (source
       (origin
         (method git-fetch)
         (uri
          (git-reference
           (url "https://github.com/puyuan/py-nanoid")
           (commit commit)))
         (file-name (git-file-name name commit))
         (sha256
          (base32 "0y1bcw0h27g8rkqq7cp33ywn0i0lp0q3rjixzkh4191y1dp9yf8s"))))
    (build-system python-build-system)
    (native-inputs (list python-pytest))
    (arguments
     '(#:phases
       (modify-phases %standard-phases
         (replace 'check
           (lambda* (#:key tests? inputs outputs #:allow-other-keys)
             (when tests?
               (invoke "pytest")))))))
    (home-page "https://github.com/puyuan/py-nanoid")
    (synopsis
     "Unique string ID generator")
    (description
"This package provides a tiny, secure, URL-friendly, unique string ID
generator for Python")
    (license license:expat))))

(define-public python-bisect-demo
  (let ((commit "b750bdcf934517f39c3d0f6ff2b703eb482f0691")
        (revision "0"))