[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/15: gnu: Add python-proteus.
From: |
Danny Milosavljevic |
Subject: |
09/15: gnu: Add python-proteus. |
Date: |
Mon, 22 Jan 2018 14:00:59 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit bf3563d5a4cbd8ff83b564442105d1f0d5e100e2
Author: Adriano Peluso <address@hidden>
Date: Mon Jan 22 18:58:45 2018 +0100
gnu: Add python-proteus.
* gnu/packages/tryton.scm (python-proteus): New variable.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/packages/tryton.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 1fa6d4e..b4fb008 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -92,3 +92,24 @@ and security.")
(synopsis "Client component of Tryton")
(description "This package is the client component of Tryton.")
(license license:gpl3+)))
+
+(define-public python-proteus
+ (package
+ (name "python-proteus")
+ (version "4.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "proteus" version))
+ (sha256
+ (base32
+ "0flkf1vxbhz51b7bq31dn7q9mlkli3pmpbzfhsxfqpf6laghbkqg"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-dateutil" ,python-dateutil)))
+ (home-page "http://www.tryton.org/")
+ (synopsis
+ "Library to access a Tryton server as a client")
+ (description
+ "This package provides a library to access Tryton server as a client.")
+ (license license:lgpl3+)))
- 01/15: gnu: aria-maestosa: Use scons-python2., (continued)
- 01/15: gnu: aria-maestosa: Use scons-python2., Danny Milosavljevic, 2018/01/22
- 02/15: gnu: aria-maestosa: Use scons-build-system., Danny Milosavljevic, 2018/01/22
- 03/15: gnu: wxwidgets: Use webkitgtk-2.4., Danny Milosavljevic, 2018/01/22
- 05/15: gnu: python-relatorio: Update to 0.8.0., Danny Milosavljevic, 2018/01/22
- 04/15: gnu: python-magic: Update to 0.4.15., Danny Milosavljevic, 2018/01/22
- 07/15: gnu: tryton: Updated to 4.6.2., Danny Milosavljevic, 2018/01/22
- 08/15: gnu: Add python-phonenumbers., Danny Milosavljevic, 2018/01/22
- 06/15: gnu: trytond: Updated to 4.6.2., Danny Milosavljevic, 2018/01/22
- 10/15: gnu: Rename "trytond" to "python-trytond"., Danny Milosavljevic, 2018/01/22
- 15/15: gnu: aria-maestosa: Add scons-flags., Danny Milosavljevic, 2018/01/22
- 09/15: gnu: Add python-proteus.,
Danny Milosavljevic <=
- 13/15: gnu: Add python-trytond-party., Danny Milosavljevic, 2018/01/22
- 12/15: gnu: Add python-stdnum., Danny Milosavljevic, 2018/01/22
- 11/15: gnu: Add python-trytond-country., Danny Milosavljevic, 2018/01/22
- 14/15: gnu: python-proteus: Add dependencies., Danny Milosavljevic, 2018/01/22