[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37704] [PATCH v4 3/9] gnu: Add python-shellingham.
From: |
Tanguy Le Carrour |
Subject: |
[bug#37704] [PATCH v4 3/9] gnu: Add python-shellingham. |
Date: |
Mon, 28 Oct 2019 15:41:31 +0100 |
* gnu/packages/python-xyz.scm (python-shellingham): New public variable.
---
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 a6b3db83b4..aa534badda 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10639,6 +10639,26 @@ create new TOML documents from scratch using the
provided helpers. Part of the
implementation as been adapted, improved and fixed from Molten.")
(license license:expat)))
+(define-public python-shellingham
+ (package
+ (name "python-shellingham")
+ (version "1.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "shellingham" version))
+ (sha256
+ (base32
+ "1q7kws7w4x2hji3g7y0ni9ddk4sd676ylrb3db54gbpys6xj6nwq"))))
+ (build-system python-build-system)
+ (home-page
+ "https://github.com/sarugaku/shellingham")
+ (synopsis "Tool to detect surrounding shell")
+ (description
+ "Shellingham detects what shell the current Python executable is
+running in.")
+ (license license:isc)))
+
(define-public python-lazy-object-proxy
(package
(name "python-lazy-object-proxy")
--
2.23.0
[bug#37704] [PATCH v4 1/9] gnu: python-cleo: Update to 0.6.8., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 2/9] gnu: Add python-tomlkit., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 3/9] gnu: Add python-shellingham.,
Tanguy Le Carrour <=
- [bug#37704] [PATCH v4 4/9] gnu: Add python-memcached., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 5/9] gnu: Add python-clikit., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 8/9] gnu: python-cachecontrol: Update to 0.12.5., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 7/9] gnu: Add python-cachy., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 6/9] gnu: Add python-msgpack-python., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 9/9] gnu: Add poetry., Tanguy Le Carrour, 2019/10/28