all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: Leo Famulari <leo@famulari.name>
Cc: 30211@debbugs.gnu.org
Subject: [bug#30211] [PATCH 2/4] gnu: Add python-iso3166.
Date: Tue, 23 Jan 2018 14:25:38 +0300	[thread overview]
Message-ID: <87a7x4rf4d.fsf@gmail.com> (raw)
In-Reply-To: <20180122202940.GB31770@jasmine.lan> (Leo Famulari's message of "Mon, 22 Jan 2018 15:29:40 -0500")


[-- Attachment #1.1: Type: text/plain, Size: 848 bytes --]

Leo Famulari <leo@famulari.name> writes:

> On Mon, Jan 22, 2018 at 11:05:23PM +0300, Oleg Pykhalov wrote:
>> * gnu/packages/iso-codes.scm (python-iso3166): New public variable.
>
>> +    (synopsis "Self-contained ISO 3166-1 country definitions")
>> +    (description "This package provides a ISO 3166-1 country definitions.")
>                                            |
> Please replace ---------------------------'a' with 'the'.
>
> LGTM with that change!

OK, done.

Also I fixed another lint warning:
--8<---------------cut here---------------start------------->8---
/home/natsu/src/guix-wip-streamlink/gnu/packages/iso-codes.scm:92:2:
python-iso3166@0.8: permanent redirect from
http://github.com/deactivated/python-iso3166 to
https://github.com/deactivated/python-iso3166
--8<---------------cut here---------------end--------------->8---


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: [PATCH 2/4] gnu: Add python-iso3166. --]
[-- Type: text/x-patch, Size: 1329 bytes --]

From 2d71acfbb99e272808b6ffb44d38a6d32975ee02 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@gmail.com>
Date: Fri, 19 Jan 2018 23:09:05 +0300
Subject: [PATCH] gnu: Add python-iso3166.

* gnu/packages/iso-codes.scm (python-iso3166): New public variable.
---
 gnu/packages/iso-codes.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm
index 929bb5826..9f67cf286 100644
--- a/gnu/packages/iso-codes.scm
+++ b/gnu/packages/iso-codes.scm
@@ -87,3 +87,23 @@ groups.")
 
 (define-public python2-iso639
   (package-with-python2 python-iso639))
+
+(define-public python-iso3166
+  (package
+    (name "python-iso3166")
+    (version "0.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "iso3166" version))
+       (sha256
+        (base32
+         "0cs9w507dj93jj9z9di93lx2fplf8pma4jkrsvvb258dv6z1gszv"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/deactivated/python-iso3166")
+    (synopsis "Self-contained ISO 3166-1 country definitions")
+    (description "This package provides the ISO 3166-1 country definitions.")
+    (license license:expat)))
+
+(define-public python2-iso3166
+  (package-with-python2 python-iso3166))
-- 
2.15.1


[-- Attachment #1.3: Type: text/plain, Size: 7 bytes --]


Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2018-01-23 11:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-22 19:33 [bug#30211] gnu: Add streamlink (program to extract streams from various services) Oleg Pykhalov
2018-01-22 20:05 ` [bug#30211] [PATCH 2/4] gnu: Add python-iso3166 Oleg Pykhalov
2018-01-22 20:05   ` [bug#30211] [PATCH 3/4] gnu: Add python-pycryptodome Oleg Pykhalov
2018-01-22 20:33     ` Leo Famulari
2018-01-23 10:23       ` Oleg Pykhalov
2018-01-23 21:25         ` Leo Famulari
2018-01-24 21:48           ` Oleg Pykhalov
2018-01-22 20:05   ` [bug#30211] [PATCH 4/4] gnu: Add streamlink Oleg Pykhalov
2018-01-22 20:35     ` Leo Famulari
2018-01-23 10:40       ` Oleg Pykhalov
2018-01-23 11:05       ` Oleg Pykhalov
2018-01-23 21:36         ` Leo Famulari
2018-01-24 21:58           ` bug#30211: " Oleg Pykhalov
2018-01-22 20:29   ` [bug#30211] [PATCH 2/4] gnu: Add python-iso3166 Leo Famulari
2018-01-23 11:25     ` Oleg Pykhalov [this message]
2018-01-24 21:50       ` Oleg Pykhalov
2018-01-22 20:28 ` [bug#30211] gnu: Add streamlink (program to extract streams from various services) Leo Famulari
2018-01-23 10:47   ` Oleg Pykhalov
2018-01-23 21:20     ` Leo Famulari
2018-01-24 21:50       ` Oleg Pykhalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a7x4rf4d.fsf@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=30211@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.