mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-mox3: Use @uref in description.
* gnu/packages/openstack.scm (python-mox3)[description]: Use @uref.
This commit is contained in:
parent
0dfc7612ea
commit
5eaa7bb077
1 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
||||||
;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com>
|
;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com>
|
||||||
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2016, 2017 Clément Lassieur <clement@lassieur.org>
|
;;; Copyright © 2016, 2017 Clément Lassieur <clement@lassieur.org>
|
||||||
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -175,10 +176,10 @@ (define-public python-mox3
|
||||||
(home-page "https://www.openstack.org/")
|
(home-page "https://www.openstack.org/")
|
||||||
(synopsis "Mock object framework for Python")
|
(synopsis "Mock object framework for Python")
|
||||||
(description
|
(description
|
||||||
"Mox3 is an unofficial port of the Google mox framework
|
"Mox3 is an unofficial port of the @uref{https://code.google.com/p/pymox/,
|
||||||
(http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible
|
Google mox framework} to Python 3. It was meant to be as compatible
|
||||||
with mox as possible, but small enhancements have been made. The library was
|
with mox as possible, but small enhancements have been made. The library was
|
||||||
tested on Python version 3.2, 2.7 and 2.6.")
|
tested on Python versions 3.2, 2.7, and 2.6.")
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
(define-public python2-mox3
|
(define-public python2-mox3
|
||||||
|
|
Loading…
Reference in a new issue