all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32589] [PATCH] Add python-pycountry.
@ 2018-08-30 13:13 Maxim Cournoyer
  2018-09-15  4:19 ` bug#32589: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Cournoyer @ 2018-08-30 13:13 UTC (permalink / raw)
  To: 32589

[-- Attachment #1: Type: text/plain, Size: 48 bytes --]

Hello,

This adds pycountry.

Thank you,

Maxim

[-- Attachment #2: 0001-gnu-Add-python-pycountry.patch --]
[-- Type: text/x-patch, Size: 2081 bytes --]

From ea5e5b3585b5fb35b5a356a9546d85bf66f08a66 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Wed, 29 Aug 2018 00:53:34 -0400
Subject: [PATCH] gnu: Add python-pycountry.

* gnu/packages/python.scm (python-pycountry): New variable.
---
 gnu/packages/python.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f59e24d5f..57fa92b91 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -54,6 +54,7 @@
 ;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
+;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -10778,6 +10779,38 @@ cases.")
 (define-public python2-ddt
   (package-with-python2 python-ddt))
 
+(define-public python-pycountry
+  (package
+    (name "python-pycountry")
+    (version "18.5.26")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pycountry" version))
+       (sha256
+        (base32
+         "15q9j047s3yc9cfcxq1ch8b71f81na44cr6dydd5gxk0ki9a4akz"))))
+    (build-system python-build-system)
+    (home-page "https://bitbucket.org/flyingcircus/pycountry")
+    (synopsis
+     "ISO databases for languages, countries, currencies, etc.")
+    (description
+     "pycountry provides the ISO databases for the standards:
+@enumerate
+@item 639-3 (Languages)
+@item 3166 (Countries)
+@item 3166-3 (Deleted Countries)
+@item 3166-2 (Subdivisions of countries)
+@item 4217 (Currencies)
+@item 15924 (Scripts)
+@end enumerate
+It includes a copy from Debian’s pkg-isocodes and makes the data accessible
+through a Python API.")
+    (license license:lgpl2.1+)))
+
+(define-public python2-pycountry
+  (package-with-python2 python-pycountry))
+
 (define-public python-pycosat
   (package
     (name "python-pycosat")
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32589: [PATCH] Add python-pycountry.
  2018-08-30 13:13 [bug#32589] [PATCH] Add python-pycountry Maxim Cournoyer
@ 2018-09-15  4:19 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2018-09-15  4:19 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 32589-done

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hello,
>
> This adds pycountry.
>

Pushed, thank you!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-15  4:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-30 13:13 [bug#32589] [PATCH] Add python-pycountry Maxim Cournoyer
2018-09-15  4:19 ` bug#32589: " 宋文武

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.