python-shellingham 1.5.0-1 (aarch64;znver1;x86_64) 2023-17336
9999

Status published
Submitter mandian [@T] tutanota.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/293878
Packages
python-shellingham-1.5.0-1.aarch64.source
python-shellingham-1.5.0-1.aarch64.binary
python-shellingham-1.5.0-1.znver1.binary
python-shellingham-1.5.0-1.znver1.source
python-shellingham-1.5.0-1.x86_64.source
python-shellingham-1.5.0-1.x86_64.binary
Build Date 2023-03-09 15:39:02 +0000 UTC
Last Updated 2023-03-14 15:40:13.202362762 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 7880dedda72f3fb3eb33b712e6a74470db6e4264

commit 7880dedda72f3fb3eb33b712e6a74470db6e4264
Author:     mandian <mandian@users.noreply.github.com>
AuthorDate: Thu Mar 9 15:21:35 2023 +0000
Commit:     mandian <mandian@users.noreply.github.com>
CommitDate: Thu Mar 9 15:21:35 2023 +0000

    Initial release
---
 .abf.yml                |  2 ++
 python-shellingham.spec | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 .abf.yml
 create mode 100644 python-shellingham.spec

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..6426719
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  shellingham-1.5.0.tar.gz: e13624c87907f9b026050a9b6a9ef81d011ccac0
diff --git a/python-shellingham.spec b/python-shellingham.spec
new file mode 100644
index 0000000..64448b2
--- /dev/null
+++ b/python-shellingham.spec
@@ -0,0 +1,35 @@
+Summary:	A tool to Detect Surrounding Shell
+Name:		python-shellingham
+Version:	1.5.0
+Release:	1
+License:	ISC
+Group:		Development/Python
+URL:		https://pypi.org/project/shellingham/
+Source0:	https://files.pythonhosted.org/packages/source/s/shellingham/shellingham-%{version}.tar.gz
+BuildRequires:	pkgconfig(python3)
+BuildRequires:	python%{pyver}dist(pip)
+BuildRequires:	python%{pyver}dist(setuptools)
+BuildRequires:	python%{pyver}dist(wheel)
+
+BuildArch:	noarch
+
+%description
+Shellingham detects what shell the current Python executable is running in.
+
+%files
+%license LICENSE
+%doc README.rst
+%{py_sitedir}/shellingham
+%{py_sitedir}/shellingham-*.*-info
+
+#--------------------------------------------------------------------
+
+%prep
+%autosetup -p1 -n shellingham-%{version}
+
+%build
+%py_build
+
+%install
+%py_install
+
Not Available

benbullard79 [@T] cox.netNo Comment.380d 18hrs
benbullard79 [@T] cox.netNo Comment.380d 18hrs