mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ppft: Move to parallel.
* gnu/packages/python-xyz.scm (python-ppft): Move from here ... * gnu/packages/parallel.scm: ... to here. Change-Id: Iea421ea9d6fef3de33707d0cbc83b351f9dff050
This commit is contained in:
parent
62b19a2919
commit
2785a55cbd
2 changed files with 32 additions and 32 deletions
|
@ -539,6 +539,38 @@ launcher contains the syntactic logic to configure and launch jobs in an
|
||||||
execution environment.")
|
execution environment.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-ppft
|
||||||
|
(package
|
||||||
|
(name "python-ppft")
|
||||||
|
(version "1.7.7")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "ppft" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"15hvw39m2r3chm8zbqgkld0m1cl049rxidln4a6jnk72rx479xzk"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(replace 'check
|
||||||
|
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
|
||||||
|
(when tests?
|
||||||
|
(invoke "python" "./ppft/tests/__main__.py")))))))
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools-next))
|
||||||
|
(home-page "https://pypi.org/project/ppft/")
|
||||||
|
(synopsis "Fork of Parallel Python")
|
||||||
|
(description
|
||||||
|
"This package is a fork of Parallel Python. The Parallel Python
|
||||||
|
module (@code{pp}) provides an easy and efficient way to create
|
||||||
|
parallel-enabled applications for @dfn{symmetric multiprocessing} (SMP)
|
||||||
|
computers and clusters. It features cross-platform portability and dynamic
|
||||||
|
load balancing.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-schwimmbad
|
(define-public python-schwimmbad
|
||||||
(package
|
(package
|
||||||
(name "python-schwimmbad")
|
(name "python-schwimmbad")
|
||||||
|
|
|
@ -32128,38 +32128,6 @@ layer and then tune the behaviour with any of the lower layers including the
|
||||||
native API of @code{python-argparse}.")
|
native API of @code{python-argparse}.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
(define-public python-ppft
|
|
||||||
(package
|
|
||||||
(name "python-ppft")
|
|
||||||
(version "1.7.7")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "ppft" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"15hvw39m2r3chm8zbqgkld0m1cl049rxidln4a6jnk72rx479xzk"))))
|
|
||||||
(build-system pyproject-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
(invoke "python" "./ppft/tests/__main__.py")))))))
|
|
||||||
(native-inputs
|
|
||||||
(list python-setuptools-next))
|
|
||||||
(home-page "https://pypi.org/project/ppft/")
|
|
||||||
(synopsis "Fork of Parallel Python")
|
|
||||||
(description
|
|
||||||
"This package is a fork of Parallel Python. The Parallel Python
|
|
||||||
module (@code{pp}) provides an easy and efficient way to create
|
|
||||||
parallel-enabled applications for @dfn{symmetric multiprocessing} (SMP)
|
|
||||||
computers and clusters. It features cross-platform portability and dynamic
|
|
||||||
load balancing.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public python-pox
|
(define-public python-pox
|
||||||
(package
|
(package
|
||||||
(name "python-pox")
|
(name "python-pox")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue