emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43030: closed ([PATCH 1/8] gnu: Add python-forex-python.)


From: GNU bug Tracking System
Subject: bug#43030: closed ([PATCH 1/8] gnu: Add python-forex-python.)
Date: Tue, 25 Aug 2020 14:50:02 +0000

Your message dated Tue, 25 Aug 2020 16:49:30 +0200
with message-id <878se2u6f9.fsf@gnu.org>
and subject line Re: [bug#43030] [PATCH 1/8] gnu: Add python-forex-python.
has caused the debbugs.gnu.org bug report #43030,
regarding [PATCH 1/8] gnu: Add python-forex-python.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43030: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43030
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/8] gnu: Add python-forex-python. Date: Mon, 24 Aug 2020 19:17:48 -0300
* gnu/packages/python-xyz.scm (python-forex-python): New variable.
---
 gnu/packages/python-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e1b1729b43..adecc49b78 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9460,6 +9460,42 @@ functions to find and load entry points.")
 from elisp.")
     (license license:gpl3)))
 
+(define-public python-forex-python
+  (package
+    (name "python-forex-python")
+    (version "1.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "forex-python" version))
+       (sha256
+        (base32 "1ma8cl1i2dh8aa99pifnlilyy4d1gd1s07fj0yd17wcbpsh532cj"))))
+    (build-system python-build-system)
+    (arguments
+     ;; Tests are not included in the PyPI tarball.  Also, the tests in the
+     ;; repository require online data.
+     `(#:tests? #f))
+    (propagated-inputs
+     `(("python-requests" ,python-requests)
+       ("python-simplejson" ,python-simplejson)))
+    (home-page "https://github.com/MicroPyramid/forex-python";)
+    (synopsis "Foreign exchange rates and currency conversion")
+    (description
+     "Forex Python is a Free Foreign exchange rates and currency conversion.
+
+Features:
+@itemize
+@item List all currency rates.
+@item BitCoin price for all currencies.
+@item Converting amount to BitCoins.
+@item Get historical rates for any day since 1999.
+@item Conversion rate for one currency(ex; USD to INR).
+@item Convert amount from one currency to other.('USD 10$' to INR).
+@item Currency symbols.
+@item Currency names.
+@end itemize")
+    (license license:expat)))
+
 (define-public python-nbconvert
   (package
     (name "python-nbconvert")
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43030] [PATCH 1/8] gnu: Add python-forex-python. Date: Tue, 25 Aug 2020 16:49:30 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Nice job, thanks for your contribution :)

> +     "Forex Python is a Free Foreign exchange rates and currency conversion.

I edited this description and pushed the whole serie.

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]