Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11004625
D1787.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D1787.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,26 @@
+name : python-mimeparse
+version : 1.6.0
+release : 1
+source :
+ - https://github.com/dbtsai/python-mimeparse/archive/1.6.0.tar.gz : 515b964bbcf0d7b6bf2a148a7d53c72ff64402e276f6202b95810545a1576b9d
+license : MIT
+component : programming.python
+summary : Basic functions for handling mime-types in python
+description: |
+ Basic functions for handling mime-types in python
+builddeps :
+ - pkgconfig(python-3.5)
+ - python-setuptools
+build : |
+ %python_setup
+ %python3_setup
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ PYTHONPATH=$PWD python2 -m unittest -v mimeparse_test
+ popd
+ pushd $PKG_BUILD_DIR/py3build
+ PYTHONPATH=$PWD python3 -m unittest -v mimeparse_test
+ popd
+install : |
+ %python_install
+ %python3_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,45 @@
+<PISI>
+ <Source>
+ <Name>python-mimeparse</Name>
+ <Packager>
+ <Name>Matthias Eliasson</Name>
+ <Email>matthias.eliasson@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Basic functions for handling mime-types in python</Summary>
+ <Description xml:lang="en">Basic functions for handling mime-types in python
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-mimeparse</Name>
+ <Summary xml:lang="en">Basic functions for handling mime-types in python</Summary>
+ <Description xml:lang="en">Basic functions for handling mime-types in python
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/mimeparse.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/mimeparse.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/python_mimeparse-1.6.0-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/python_mimeparse-1.6.0-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/python_mimeparse-1.6.0-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/python_mimeparse-1.6.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/__pycache__/mimeparse.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mimeparse.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/python_mimeparse-1.6.0-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/python_mimeparse-1.6.0-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/python_mimeparse-1.6.0-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/python_mimeparse-1.6.0-py3.5.egg-info/top_level.txt</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-12-28</Date>
+ <Version>1.6.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
Wed, Aug 2, 2:49 AM (6 d, 16 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799935
Default Alt Text
D1787.diff (3 KB)
Attached To
Mode
D1787: Initial commit of python-mimeparse
Attached
Detach File
Event Timeline
Log In to Comment