GNU bug report logs - #73449
[PATCH] gnu: Add python-country-converter.

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Tue, 24 Sep 2024 11:41:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73449 in the body.
You can then email your comments to 73449 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73449; Package guix-patches. (Tue, 24 Sep 2024 11:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 24 Sep 2024 11:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH] gnu: Add python-country-converter.
Date: Tue, 24 Sep 2024 12:39:25 +0100
* gnu/packages/iso-codes.scm (python-country-converter): New variable.

Change-Id: Ib40f94c22b297de02a2ab16b143dcfa59e3a5bdd
---
 gnu/packages/iso-codes.scm | 44 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm
index d2bace6a3c..746f3ce0ba 100644
--- a/gnu/packages/iso-codes.scm
+++ b/gnu/packages/iso-codes.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013 Cyril Roelandt <tipecaml <at> gmail.com>
 ;;; Copyright © 2016, 2019 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2018, 2022 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25,9 +26,12 @@ (define-module (gnu packages iso-codes)
   #:use-module (guix git-download)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system pyproject)
+  #:use-module (gnu packages check)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages perl)
-  #:use-module (gnu packages python))
+  #:use-module (gnu packages python)
+  #:use-module (gnu packages python-science))
 
 (define-public iso-codes/official
   ;; This package variant is intended for ‘external’ use, such as users running
@@ -87,6 +91,44 @@ (define-public iso-codes
               (("(Taiwan), [^\"]*" _ name) name))))))
      (synopsis "Various ISO standards as used by GNU <at> tie{}Guix"))))
 
+(define-public python-country-converter
+  (package
+    (name "python-country-converter")
+    (version "1.2")
+    (source
+     (origin
+       (method git-fetch) ;no test data in PyPI archive
+       (uri (git-reference
+             (url "https://github.com/IndEcol/country_converter")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0i1nlbahfwgx1f5q4ib32539xmc694834s0flzp0wlki0hwzd4rd"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs
+     (list python-pandas))
+    (native-inputs
+     (list python-pytest))
+    (home-page "https://github.com/IndEcol/country_converter")
+    (synopsis "Auto conversion from different country name standards")
+    (description
+     "The country converter (coco) automates the conversion from different
+standards and version of country names.  Internally, coco is based on a table
+specifying the different ISO and UN standards per country together with the
+official name and a regular expression which aim to match all English versions
+of a specific country name.  In addition, coco includes classification based
+on UN-, EU-, OECD-membership, UN regions specifications, continents and
+various MRIO and IAM databases.
+
+Supported classification schemas: APEC, BASIC, BRIC, CC41, CIS, Cecilia 2050
+classification, DACcode, EEA membership, EU membership, EXIOBASE 1
+classification, EXIOBASE 2 classification, EXIOBASE 3 classification, Eora,
+FAOcode, G20, G7, GBDcode, GWcode, IEA, IMAGE, IOC ISO 3166-1 alpha-2, ISO
+3166-1 alpha-3, ISO 3166-1 numeric, MESSAGE 11-region classification, OECD
+membership, REMIND, Schengen region, UN membership, UN numeric code, UN
+region, WIOD classification, ccTLD.")
+    (license license:gpl3)))
+
 (define-public python-iso639
   (package
     (name "python-iso639")

base-commit: 75824be1ac60b39e123e6ee9617a64bbf2ee4add
-- 
2.46.0





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Wed, 02 Oct 2024 22:07:01 GMT) Full text and rfc822 format available.

Notification sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
bug acknowledged by developer. (Wed, 02 Oct 2024 22:07:01 GMT) Full text and rfc822 format available.

Message #10 received at 73449-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 73449-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-country-converter.
Date: Wed, 02 Oct 2024 23:05:43 +0100
[Message part 1 (text/plain, inline)]
Pushed as 308877be17b2c2c92d972e105e8cc6a782ab4c82 to mster.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 31 Oct 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 233 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.