[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/19: gnu: Add python-iwlib.
From: |
guix-commits |
Subject: |
06/19: gnu: Add python-iwlib. |
Date: |
Tue, 23 Nov 2021 04:26:34 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 5e21fc56edb817c1f327963c9ca9e2330efc2a39
Author: Stephen Paul Weber <singpolyma@singpolyma.net>
AuthorDate: Mon Oct 18 12:48:32 2021 -0500
gnu: Add python-iwlib.
* gnu/packages/python-xyz.scm (python-iwlib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0020412..fdbca24 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28062,3 +28062,23 @@ interfaces.")
It is used to parse text files formatted in @acronym{SGML,Standard Generalized
Mark-up Language}.")
(license license:bsd-3)))
+
+(define-public python-iwlib
+ (package
+ (name "python-iwlib")
+ (version "1.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "iwlib" version))
+ (sha256
+ (base32 "18bd35wn7zclalpqbry42pf7bjrdggxkkw58mc0k1vkhg9czc1d8"))))
+ (build-system python-build-system)
+ (inputs
+ `(("wireless-tools" ,wireless-tools)))
+ (propagated-inputs `(("python-cffi" ,python-cffi)))
+ (home-page "https://github.com/nhoad/python-iwlib")
+ (synopsis "Python module to interface with iwlib")
+ (description
+ "This package provides a Python interface to iw wireless tools.")
+ (license license:gpl2)))
- 04/19: gnu: python-xcffib: Upgrade to 0.11.1., (continued)
- 04/19: gnu: python-xcffib: Upgrade to 0.11.1., guix-commits, 2021/11/23
- 14/19: system: Warn about swap-devices format change, guix-commits, 2021/11/23
- 18/19: guix graph: Show '-M' in '--help' output., guix-commits, 2021/11/23
- 09/19: gnu: piper: Update to 0.6., guix-commits, 2021/11/23
- 15/19: system: Add swap flags., guix-commits, 2021/11/23
- 12/19: doc: Fix the example of "Using virt-viewer with Spice"., guix-commits, 2021/11/23
- 11/19: docker: Enable arm64 docker image building for 'guix pack'., guix-commits, 2021/11/23
- 16/19: system: Filter out boot dependencies from swap-space., guix-commits, 2021/11/23
- 13/19: system: Rework swap space support, add dependencies., guix-commits, 2021/11/23
- 19/19: Update NEWS., guix-commits, 2021/11/23
- 06/19: gnu: Add python-iwlib.,
guix-commits <=
- 07/19: gnu: Add qtile., guix-commits, 2021/11/23
- 10/19: gnu: pipe-viewer: Update to 0.1.7., guix-commits, 2021/11/23
- 08/19: gnu: libratbag: Update to 0.16., guix-commits, 2021/11/23
- 17/19: doc: Add new Swap Space section., guix-commits, 2021/11/23