61 lines
2.3 KiB
XML
61 lines
2.3 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-blinker</Name>
|
|
<Homepage>https://github.com/jek/blinker</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</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="dd861281e5c1c62fde4096595addd8769bacfd80" type="targz">https://github.com/pallets-eco/blinker/releases/download/1.6.3/blinker-1.6.3.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-build</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<!-- check dependencies -->
|
|
<Dependency>python3-nose</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-blinker</Name>
|
|
<Summary>A fast Python in-process signal/event dispatching system.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python3-blinker</Path>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="3">
|
|
<Date>2023-10-18</Date>
|
|
<Version>1.6.3</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2021-10-25</Date>
|
|
<Version>1.4</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
<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>
|