python3 libffi icu4c boost rebuild list
This commit is contained in:
@@ -4,15 +4,17 @@
|
||||
# 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 python3modules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="blinker-%s" % get.srcVERSION()
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
def check():
|
||||
shelltools.system("nosetests3")
|
||||
# def check():
|
||||
# shelltools.system("nosetests3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install()
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
<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>
|
||||
<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-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<!-- check dependencies -->
|
||||
<Dependency>python3-nose</Dependency>
|
||||
@@ -36,11 +36,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>1.4</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user