unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: "60857@debbugs.gnu.org" <60857@debbugs.gnu.org>
Cc: jgart <jgart@dismail.de>
Subject: [bug#60857] Include missing patches
Date: Wed, 08 Feb 2023 14:37:31 +0000	[thread overview]
Message-ID: <ui-Ec9yhOU19T7FYMvzaB6527wuoRNowA9a_C3zNNPn4KzIEkRyvKrYxJO9tcad9UxIaqCyiFKfIyXJMB2AfwP8daVyGRNpaDlXJXe1NtGg=@protonmail.com> (raw)
In-Reply-To: <tGnn-m9_s6RBc1MheYMdfJsNBu5b0GvXQZ8NQIzLuAHY-h5Cs1chRHFEZLs-VRSIvmmFfmHMidLVHWX4FUjeKo72PxGWcWwBReskB_AHTdg=@protonmail.com>


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

Hi,

here are the patches. Unfortunately, they were not included from the original message.

----
Petr

[-- Attachment #1.2: Type: text/html, Size: 189 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-python-rx.patch --]
[-- Type: text/x-patch; name=0001-gnu-Add-python-rx.patch, Size: 1265 bytes --]

From 31a313be47093eae5cd211094fa2bea38148f657 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Mon, 16 Jan 2023 11:40:34 +0100
Subject: [PATCH 1/2] gnu: Add python-rx.

* gnu/packages/python-xyz.scm (python-rx): New variable.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 32d826d3c5..a9e0981e9a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4028,6 +4028,25 @@ (define-public python-roman
 to Roman Numerals.")
     (license license:psfl)))
 
+(define-public python-rx
+  (package
+    (name "python-rx")
+    (version "3.2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "Rx" version))
+              (sha256
+               (base32
+                "076rcgcyqqpr5y7jyg7za6ngfm75qbx0kzfwyyi5sj5a8lmwlmxn"))))
+    (build-system python-build-system)
+    (arguments
+     (list #:tests? #f)) ;no test suite
+    (native-inputs (list python-pytest))
+    (home-page "https://reactivex.io/")
+    (synopsis "Reactive Extensions for Python")
+    (description "This package provides Reactive Extensions for Python.")
+    (license license:expat)))
+
 (define-public python-unidecode
   (package
     (name "python-unidecode")
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-Add-python-injector.patch --]
[-- Type: text/x-patch; name=0002-gnu-Add-python-injector.patch, Size: 1571 bytes --]

From a396f110c1111527b6f06839e91ea89d1d1724c6 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Mon, 16 Jan 2023 11:41:00 +0100
Subject: [PATCH 2/2] gnu: Add python-injector.

* gnu/packages/python-xyz.scm (python-injector): New variable.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a9e0981e9a..ebada3d15e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20228,6 +20228,31 @@ (define-public python-iniconfig
      @end itemize")
     (license license:expat)))
 
+(define-public python-injector
+  (package
+    (name "python-injector")
+    (version "0.20.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "injector" version))
+              (sha256
+               (base32
+                "0fi2zw6nffl91ihx25wfvr5mq8jyrdx2pa56wdhww2c35ydb8qc6"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-typing-extensions))
+    (native-inputs (list python-black
+                         python-check-manifest
+                         python-dataclasses
+                         python-mypy
+                         python-pytest
+                         python-pytest-cov))
+    (home-page "https://github.com/python-injector/injector")
+    (synopsis "Python dependency injection framework")
+    (description
+     "This package provides Python dependency injection framework - inspired by
+Guice.")
+    (license license:bsd-3)))
+
 (define-public python-mamba
   (package
     (name "python-mamba")
-- 
2.38.1


      reply	other threads:[~2023-02-08 14:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <XTP-m2gZ6z_R4HhkRVprhqt26bsbm-IOy7hYXrrhpnBke0s9nSC5CeZGVOdI8wzn8xjjDtYQndgvX-XBqMCGMNtrsoWGihDYWlZP_6sT4lM=@protonmail.com>
2023-01-16 11:04 ` [PATCH 1/2] gnu: Add python-rx phodina
2023-02-08 14:37   ` phodina via Guix-patches via [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='ui-Ec9yhOU19T7FYMvzaB6527wuoRNowA9a_C3zNNPn4KzIEkRyvKrYxJO9tcad9UxIaqCyiFKfIyXJMB2AfwP8daVyGRNpaDlXJXe1NtGg=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=60857@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=phodina@protonmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).