Page MenuHomeSolus

D4194.id10305.diff
No OneTemporary

D4194.id10305.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,21 @@
+name : python-more-itertools
+version : 4.3.0
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-4.3.0.tar.gz : c476b5d3a34e12d40130bc2f935028b5f636df8f372dc2c1c01dc19681b2039e
+license : MIT
+component : programming.python
+summary : More routines for operating on iterables, beyond itertools
+description: |
+ Python's `itertools` library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In `more-itertools` we collect additional building blocks, recipes, and routines for working with Python iterables.
+builddeps :
+ - python-setuptools
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
+check : |
+ %python_test
+ %python3_test
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,67 @@
+<PISI>
+ <Source>
+ <Name>python-more-itertools</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">More routines for operating on iterables, beyond itertools</Summary>
+ <Description xml:lang="en">Python&apos;s `itertools` library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In `more-itertools` we collect additional building blocks, recipes, and routines for working with Python iterables.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-more-itertools</Name>
+ <Summary xml:lang="en">More routines for operating on iterables, beyond itertools</Summary>
+ <Description xml:lang="en">Python&apos;s `itertools` library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In `more-itertools` we collect additional building blocks, recipes, and routines for working with Python iterables.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools-4.3.0-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools-4.3.0-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools-4.3.0-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools-4.3.0-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools-4.3.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/more.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/more.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/recipes.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/recipes.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/tests/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/tests/test_more.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/tests/test_more.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/tests/test_recipes.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/more_itertools/tests/test_recipes.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools-4.3.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools-4.3.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools-4.3.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools-4.3.0-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools-4.3.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/__pycache__/more.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/__pycache__/recipes.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/more.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/recipes.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/tests/__pycache__/test_more.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/tests/__pycache__/test_recipes.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/tests/test_more.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/more_itertools/tests/test_recipes.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-10-28</Date>
+ <Version>4.3.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 7:16 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5841100
Default Alt Text
D4194.id10305.diff (6 KB)

Event Timeline