libbytesize-2.10

This commit is contained in:
Rmys
2024-01-23 17:44:17 +03:00
parent f177bb6ade
commit b45e059d4d
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's|python2|python|g' configure")
autotools.configure()
# shelltools.export("PYTHON", "/usr/bin/python3")
autotools.configure("--with-python3=yes")
def build():
autotools.make()
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app</IsA>
<Summary>A tiny library providing a C "class" for working with arbitrary big sizes in bytes</Summary>
<Description>Bayt cinsinden rastgele büyük boyutlarla çalışmak için C sınıfı olan kütüphane</Description>
<Archive sha1sum="9d8198ebd4c11b7fbcfdd9788140fd7f868d3048" type="targz">https://github.com/storaged-project/libbytesize/releases/download/2.9/libbytesize-2.9.tar.gz</Archive>
<Archive sha1sum="bf786fda3aca41457ad117463c5fb54643247462" type="targz">https://github.com/storaged-project/libbytesize/releases/download/2.10/libbytesize-2.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>libpcre2-devel</Dependency>
<Dependency>python3-devel</Dependency>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="7">
<Date>2024-01-20</Date>
<Version>2.10</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2023-10-17</Date>
<Version>2.9</Version>