diff options
| author | Cyril Roelandt <tipecaml@gmail.com> | 2015-10-12 23:27:16 +0200 |
|---|---|---|
| committer | Cyril Roelandt <tipecaml@gmail.com> | 2015-11-03 21:38:13 +0100 |
| commit | aee6412ad8525f25b7dabe02ef5af23485f1e196 (patch) | |
| tree | fe9e8ec1fe14b241af44bc04989218ae217ac855 | |
| parent | a3fc12daa7ee35d78180c21fa5d62616108fef53 (diff) | |
gnu: Add python-oslo.log.
* gnu/packages/openstack.scm (python-oslo.log,
python2-oslo.log): New variables.
| -rw-r--r-- | gnu/packages/openstack.scm | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index d8f3bd364b7..7581e6a5e75 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -460,6 +460,47 @@ in an application or library.") | |||
| 460 | (define-public python2-oslo.i18n | 460 | (define-public python2-oslo.i18n |
| 461 | (package-with-python2 python-oslo.i18n)) | 461 | (package-with-python2 python-oslo.i18n)) |
| 462 | 462 | ||
| 463 | (define-public python-oslo.log | ||
| 464 | (package | ||
| 465 | (name "python-oslo.log") | ||
| 466 | (version "1.6.0") | ||
| 467 | (source | ||
| 468 | (origin | ||
| 469 | (method url-fetch) | ||
| 470 | (uri (string-append | ||
| 471 | "https://pypi.python.org/packages/source/o/oslo.log/oslo.log-" | ||
| 472 | version | ||
| 473 | ".tar.gz")) | ||
| 474 | (sha256 | ||
| 475 | (base32 | ||
| 476 | "1fhy6yvbd565nv4x4i3ppyrlbmz3yy9d0xsvw5nkqsa7g43nmf8z")))) | ||
| 477 | (build-system python-build-system) | ||
| 478 | (propagated-inputs | ||
| 479 | `(("python-debtcollector" ,python-debtcollector) | ||
| 480 | ("python-oslo.config" ,python-oslo.config) | ||
| 481 | ("python-oslo.context" ,python-oslo.context) | ||
| 482 | ("python-oslo.i18n" ,python-oslo.i18n) | ||
| 483 | ("python-oslo.utils" ,python-oslo.utils) | ||
| 484 | ("python-oslo.serialization" ,python-oslo.serialization) | ||
| 485 | ("python-six" ,python-six))) | ||
| 486 | (inputs | ||
| 487 | `(("python-babel" ,python-babel) | ||
| 488 | ("python-iso8601" ,python-iso8601) | ||
| 489 | ("python-mock" ,python-mock) | ||
| 490 | ("python-oslotest" ,python-oslotest) | ||
| 491 | ("python-pbr" ,python-pbr) | ||
| 492 | ("python-setuptools" ,python-setuptools))) | ||
| 493 | (home-page "http://launchpad.net/oslo") | ||
| 494 | (synopsis "Python logging library of the Oslo project") | ||
| 495 | (description | ||
| 496 | "The oslo.log (logging) configuration library provides standardized | ||
| 497 | configuration for all OpenStack projects. It also provides custom formatters, | ||
| 498 | handlers and support for context specific logging (like resource id’s etc).") | ||
| 499 | (license asl2.0))) | ||
| 500 | |||
| 501 | (define-public python2-oslo.log | ||
| 502 | (package-with-python2 python-oslo.log)) | ||
| 503 | |||
| 463 | (define-public python-oslo.serialization | 504 | (define-public python-oslo.serialization |
| 464 | (package | 505 | (package |
| 465 | (name "python-oslo.serialization") | 506 | (name "python-oslo.serialization") |
