Page MenuHomeSolus

D8408.id.diff
No OneTemporary

D8408.id.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,14 @@
+name : python-humanfriendly
+version : 8.2
+release : 1
+source :
+ - https://github.com/xolox/python-humanfriendly/archive/8.2.tar.gz : 0dd214b258ad4be58c8c8302e328c3149ee4af46a4db5dd91dbeaba2c006e0d3
+license : MIT
+component : programming.python
+summary : Human friendly input/output for text interfaces using Python
+description : |
+ Human friendly input/output for text interfaces using Python
+build : |
+ %python3_setup
+install : |
+ %python3_install
\ No newline at end of file
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,72 @@
+<PISI>
+ <Source>
+ <Name>python-humanfriendly</Name>
+ <Packager>
+ <Name>Jeremy Potter</Name>
+ <Email>solus@stormdesign.us</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Human friendly input/output for text interfaces using Python</Summary>
+ <Description xml:lang="en">Human friendly input/output for text interfaces using Python
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-humanfriendly</Name>
+ <Summary xml:lang="en">Human friendly input/output for text interfaces using Python</Summary>
+ <Description xml:lang="en">Human friendly input/output for text interfaces using Python
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/humanfriendly</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly-8.2-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly-8.2-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly-8.2-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly-8.2-py3.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly-8.2-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly-8.2-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/case.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/cli.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/compat.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/decorators.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/deprecation.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/prompts.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/sphinx.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/tables.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/testing.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/tests.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/text.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/__pycache__/usage.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/case.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/cli.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/decorators.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/deprecation.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/prompts.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/sphinx.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/tables.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/terminal/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/terminal/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/terminal/__pycache__/html.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/terminal/__pycache__/spinners.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/terminal/html.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/terminal/spinners.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/testing.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/tests.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/text.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/humanfriendly/usage.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-05-20</Date>
+ <Version>8.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jeremy Potter</Name>
+ <Email>solus@stormdesign.us</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 9:10 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5807412
Default Alt Text
D8408.id.diff (6 KB)

Event Timeline