guix-patches
[Top][All Lists]
Advanced

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

[bug#30159] [PATCH 2/2] gnu: Add python2-libtorrent.


From: mike rosset
Subject: [bug#30159] [PATCH 2/2] gnu: Add python2-libtorrent.
Date: Thu, 18 Jan 2018 07:03:51 -0800

* gnu/packages/bittorrent.scm (python2-libtorrent): New variable.
---
 gnu/packages/bittorrent.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 17c72a635..5ce1d1361 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -409,6 +409,13 @@ focusing on efficiency and scalability.  It runs on 
embedded devices as well as
 desktops.")
     (license l:bsd-2)))
 
+(define-public python2-libtorrent
+  (package
+    (inherit libtorrent-rasterbar)
+    (name "python2-libtorrent")
+    (build-system python-build-system)
+    (arguments `(#:python ,python-2))
+    (synopsis "python bindings for libtorrent")))
 
 (define-public deluge
   (package
-- 
2.15.1






reply via email to

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