python3 ver. bump

This commit is contained in:
Rmys
2021-06-19 13:00:29 +03:00
parent 26edc2ad0e
commit de92b06461
3 changed files with 6 additions and 13 deletions
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.configure("--prefix=/usr/")
autotools.configure("--prefix=/usr")
def build():
autotools.make()
@@ -17,4 +17,4 @@ def build():
def install():
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
pisitools.dodoc("LICENSE.txt", "README.txt")
pisitools.dodoc("LICENSE.txt", "README.txt")
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Package for correctly-rounded arbitrary precision decimal floating point arithmetic</Summary>
<Description>mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic.</Description>
<Archive sha1sum="16d0b8df9be8cacda90dd4cd041e3f5838e17074" type="targz">http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.1.tar.gz</Archive>
<Archive sha1sum="c7f4cd22308db22a09efc0cfd80b18a6d22c2f03" type="targz">http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
@@ -40,13 +40,6 @@
</Package>
<History>
<Update release="6">
<Date>2021-06-19</Date>
<Version>2.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-12-09</Date>
<Version>2.5.0</Version>