Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10939012
D1808.id4316.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D1808.id4316.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,29 @@
+name : python-extras
+version : 1.0.0
+release : 1
+source :
+ - https://github.com/testing-cabal/extras/archive/1.0.0.tar.gz : fe6c15e75040b8825d5677df2aaed7105182ece4db3b402b02371b98e7a5b518
+license : MIT
+component : programming.python
+summary : Useful extra bits for Python
+description: |
+ Useful extra bits for Python - things that shold be in the standard library
+builddeps :
+ - pkgconfig(python-3.5)
+ - python-pytest
+ - python-setuptools
+ #-python-testtools
+build : |
+ %python_setup
+ %python3_setup
+# Will re-add checks when we have python-testtools in repo which depends on this package
+#check : |
+# pushd py2build
+# pytest
+# popd
+# pushd py3build
+# pytest
+# popd
+install : |
+ %python_install
+ %python3_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,53 @@
+<PISI>
+ <Source>
+ <Name>python-extras</Name>
+ <Packager>
+ <Name>Matthias Eliasson</Name>
+ <Email>matthias.eliasson@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Useful extra bits for Python</Summary>
+ <Description xml:lang="en">Useful extra bits for Python - things that shold be in the standard library
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-extras</Name>
+ <Summary xml:lang="en">Useful extra bits for Python</Summary>
+ <Description xml:lang="en">Useful extra bits for Python - things that shold be in the standard library
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/extras-1.0.0-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/extras-1.0.0-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/extras-1.0.0-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/extras-1.0.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/extras/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/extras/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/extras/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/extras/tests/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/extras/tests/test_extras.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/extras/tests/test_extras.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/extras-1.0.0-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/extras-1.0.0-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/extras-1.0.0-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/extras-1.0.0-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/extras/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/extras/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/extras/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/extras/tests/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/extras/tests/__pycache__/test_extras.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/extras/tests/test_extras.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-12-28</Date>
+ <Version>1.0.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Matthias Eliasson</Name>
+ <Email>matthias.eliasson@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 14, 8:29 PM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5815018
Default Alt Text
D1808.id4316.diff (4 KB)
Attached To
Mode
D1808: Initial commit for python-extras
Attached
Detach File
Event Timeline
Log In to Comment