Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10824433
D1777.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D1777.id.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,28 @@
+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 : |
+ pushd $PKG_BUILD_DIR/py2build
+ PYTHONPATH=$PWD py.test -v
+ popd
+ pushd $PKG_BUILD_DIR/py3build
+ PYTHONPATH=$PWD py.test3 -v
+ 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
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2023, 1:40 PM (9 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804813
Default Alt Text
D1777.id.diff (5 KB)
Attached To
Mode
D1777: Initial commit of python-blinker
Attached
Detach File
Event Timeline
Log In to Comment