[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/15: gnu: Add python-trytond-country.
From: |
Danny Milosavljevic |
Subject: |
11/15: gnu: Add python-trytond-country. |
Date: |
Mon, 22 Jan 2018 14:00:59 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 0a92ebdeeb8d147badea2bc96352767290c2d30e
Author: Adriano Peluso <address@hidden>
Date: Mon Jan 22 19:02:00 2018 +0100
gnu: Add python-trytond-country.
* gnu/packages/tryton.scm (python-trytond-country): New variable.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/packages/tryton.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 357cc9f..65331bf 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -93,6 +93,40 @@ and security.")
(description "This package is the client component of Tryton.")
(license license:gpl3+)))
+(define-public python-trytond-country
+ (package
+ (name "python-trytond-country")
+ (version "4.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_country" version))
+ (sha256
+ (base32
+ "11c9mw2scbjn7c6yhlwh5ml266f0s31lh4jwj6gh7vl1shs3isr3"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'preparations
+ (lambda _
+ (setenv "DB_NAME" ":memory:")
+ #t)))))
+ (propagated-inputs
+ `(("python-trytond" ,python-trytond)
+ ("python-wrapt" ,python-wrapt)
+ ("python-werkzeug" ,python-werkzeug)
+ ("python-sql" ,python-sql)
+ ("python-polib" ,python-polib)
+ ("python-dateutil" ,python-dateutil)
+ ("python-genshi" ,python-genshi)
+ ("python-relatorio" ,python-relatorio)
+ ("python-magic" ,python-magic)))
+ (home-page "http://www.tryton.org/")
+ (synopsis "Tryton module with countries")
+ (description "This package provides a Tryton module with countries.")
+ (license license:gpl3+)))
+
(define-public python-proteus
(package
(name "python-proteus")
- 05/15: gnu: python-relatorio: Update to 0.8.0., (continued)
- 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, 2018/01/22
- 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 <=
- 14/15: gnu: python-proteus: Add dependencies., Danny Milosavljevic, 2018/01/22