Page MenuHomeSolus

D1777.id4324.diff
No OneTemporary

D1777.id4324.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,30 @@
+name : python-blinker
+version : 1.4
+release : 1
+source :
+ - https://github.com/jek/blinker/archive/rel-1.4.tar.gz : ee9d6d52cbb93a8f9fe40205f7e0bd33af90458e27214ffcd35415d1a940c36b
+license : MIT
+component : programming.python
+summary : A fast Python in-process signal/event dispatching system
+description: |
+ A fast Python in-process signal/event dispatching system
+builddeps :
+ - pkgconfig(python-3.5)
+ - python-nose
+ - python-pytest
+ - python-setuptools
+build : |
+ %python_setup
+ %python3_setup
+check : |
+ export PYTHONPATH=$workdir/py2build
+ pushd py2build
+ pytest
+ popd
+ export PYTHONPATH=$workdir/py3build
+ pushd py3build
+ pytest3
+ popd
+install : |
+ %python_install
+ %python3_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,57 @@
+<PISI>
+ <Source>
+ <Name>python-blinker</Name>
+ <Packager>
+ <Name>Matthias Eliasson</Name>
+ <Email>matthias.eliasson@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">A fast Python in-process signal/event dispatching system</Summary>
+ <Description xml:lang="en">A fast Python in-process signal/event dispatching system
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-blinker</Name>
+ <Summary xml:lang="en">A fast Python in-process signal/event dispatching system</Summary>
+ <Description xml:lang="en">A fast Python in-process signal/event dispatching system
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker/_saferef.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker/_saferef.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker/_utilities.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker/_utilities.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker/base.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/blinker/base.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker-1.4-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker-1.4-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker-1.4-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker-1.4-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker/__pycache__/_saferef.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker/__pycache__/_utilities.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker/__pycache__/base.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker/_saferef.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker/_utilities.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/blinker/base.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-12-28</Date>
+ <Version>1.4</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

Mime Type
text/plain
Expires
Jun 5 2023, 9:51 AM (9 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5815023
Default Alt Text
D1777.id4324.diff (5 KB)

Event Timeline