mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-factory-boy: Update to 3.3.3.
* gnu/packages/python-xyz.scm (python-factory-boy): Update to 3.3.3. [build-system]: Use pyproject. [home-page]: Fix URL. [native-inputs]: Add python-setuptools. Change-Id: I585f6547e74e61236df80a75ea63f9606355611b
This commit is contained in:
parent
f447c1d0ce
commit
db736c3483
1 changed files with 5 additions and 4 deletions
|
@ -26653,19 +26653,20 @@ parts of the lines that were modified.")
|
||||||
(define-public python-factory-boy
|
(define-public python-factory-boy
|
||||||
(package
|
(package
|
||||||
(name "python-factory-boy")
|
(name "python-factory-boy")
|
||||||
(version "3.2.1")
|
(version "3.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "factory_boy" version))
|
(uri (pypi-uri "factory_boy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pm5lbvnwm0kg5i6z611rg907yw1gy551f2advmpaz041ixjg3d9"))))
|
(base32 "00rx3v5y5l03vlkq6xqj4r7zbnlrx23h45mlyb3zm38j4v964s46"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests are not included in the tarball.
|
;; Tests are not included in the tarball.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
|
(native-inputs (list python-setuptools))
|
||||||
(propagated-inputs (list python-faker))
|
(propagated-inputs (list python-faker))
|
||||||
(home-page "https://github.com/benhoyt/scandir")
|
(home-page "https://github.com/FactoryBoy/factory_boy")
|
||||||
(synopsis "Versatile test fixtures replacement")
|
(synopsis "Versatile test fixtures replacement")
|
||||||
(description "Factory_boy is a fixtures replacement based on thoughtbot’s
|
(description "Factory_boy is a fixtures replacement based on thoughtbot’s
|
||||||
factory_girl. As a fixtures replacement tool, it aims to replace static, hard
|
factory_girl. As a fixtures replacement tool, it aims to replace static, hard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue