python-blinker:first release
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import pythonmodules
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def build():
|
||||||
|
pythonmodules.compile()
|
||||||
|
|
||||||
|
def check():
|
||||||
|
shelltools.system("nosetests")
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pythonmodules.install()
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python-blinker</Name>
|
||||||
|
<Homepage>https://github.com/jek/blinker</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Packager>
|
||||||
|
<PartOf>programming.language.python</PartOf>
|
||||||
|
<License>MIT</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>A fast Python in-process signal/event dispatching system.</Summary>
|
||||||
|
<Description>Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".</Description>
|
||||||
|
<Archive sha1sum="a0a8e58fed69af62d37b4b9618f270d01b255c31" type="targz">https://github.com/jek/blinker/archive/rel-1.4.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>python-setuptools</Dependency>
|
||||||
|
<Dependency>python-devel</Dependency>
|
||||||
|
<!-- check dependencies -->
|
||||||
|
<Dependency>python-nose</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>python-blinker</Name>
|
||||||
|
<Summary>A fast Python in-process signal/event dispatching system.</Summary>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python-blinker</Path>
|
||||||
|
<Path fileType="library">/usr/lib/python2*</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2020-02-12</Date>
|
||||||
|
<Version>1.4</Version>
|
||||||
|
<Comment>First pisi release.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python-blinker</Name>
|
||||||
|
<Summary xml:lang="tr">Python için hızlı bir proses-içi sinyal/olay dağıtım dizimi</Summary>
|
||||||
|
<Description xml:lang="tr">python-blinker, istekli/ilgili partilerin olay veya sinyallere kaydolmasına izin veren hızlı bir dağıtım dizimi sağlar.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user