Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F13056
0001-Initial-inclusion-of-python-argh.patch
BridouZ (Justin Berthault)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
BridouZ
Feb 27 2017, 8:56 PM
2017-02-27 20:56:10 (UTC+0)
Size
8 KB
Referenced Files
None
Subscribers
None
0001-Initial-inclusion-of-python-argh.patch
View Options
From cca20415e4a63981cd79074d1efefa2ba42c5c72 Mon Sep 17 00:00:00 2001
From: Justin Bridouz <justin.berthault@zaclys.net>
Date: Sun, 26 Feb 2017 10:08:11 +0100
Subject: [PATCH] Initial inclusion of python-argh
---
Makefile | 1 +
package.yml | 18 ++++++++++++
pspec_x86_64.xml | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 108 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..8400199
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,18 @@
+name : python-argh
+version : 0.26.2
+release : 1
+source :
+ - https://github.com/neithere/argh/archive/v0.26.2.tar.gz : eb5476ac788e5c4f5e01825455630218aba055c29240637988f4c99532e7bdb6
+license : GPL-3.0
+component : programming.python
+summary : An unobtrusive argparse wrapper with natural syntax
+description: |
+ An unobtrusive argparse wrapper with natural syntax
+builddeps :
+ - python-setuptools
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..286e244
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,89 @@
+<PISI>
+ <Source>
+ <Name>python-argh</Name>
+ <Packager>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">An unobtrusive argparse wrapper with natural syntax</Summary>
+ <Description xml:lang="en">An unobtrusive argparse wrapper with natural syntax
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-argh</Name>
+ <Summary xml:lang="en">An unobtrusive argparse wrapper with natural syntax</Summary>
+ <Description xml:lang="en">An unobtrusive argparse wrapper with natural syntax
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh-0.26.2-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh-0.26.2-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh-0.26.2-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh-0.26.2-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/assembling.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/assembling.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/compat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/completion.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/completion.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/constants.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/constants.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/decorators.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/decorators.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/dispatching.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/dispatching.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/exceptions.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/helpers.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/helpers.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/interaction.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/interaction.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/io.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/io.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/utils.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/argh/utils.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh-0.26.2-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh-0.26.2-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh-0.26.2-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh-0.26.2-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/assembling.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/compat.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/completion.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/constants.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/decorators.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/dispatching.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/exceptions.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/helpers.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/interaction.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/io.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/__pycache__/utils.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/assembling.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/completion.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/constants.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/decorators.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/dispatching.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/helpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/interaction.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/io.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/argh/utils.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-02-25</Date>
+ <Version>0.26.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.1
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
8642
Default Alt Text
0001-Initial-inclusion-of-python-argh.patch (8 KB)
Attached To
Mode
T2746: Python-argh
Attached
Detach File
Event Timeline
Log In to Comment