cvdupdate-1.1.2
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install()
|
||||
|
||||
pisitools.dodoc("LICENSE*")
|
||||
pisitools.dodoc("LICENSE.txt")
|
||||
|
||||
@@ -13,12 +13,15 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Cross-platform colored terminal text.</Summary>
|
||||
<Description>Python API for cross-platform colored terminal text.</Description>
|
||||
<Archive type="targz" sha1sum="de74bba6bdebef25664a298b6f07ec86b40377c9">https://github.com/tartley/colorama/archive/0.4.4.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="9c372475952ad7ea297d25d9a14d225ab31f56d7">https://files.pythonhosted.org/packages/source/c/colorama/colorama-0.4.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-hatchling</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>python3-colorama</Name>
|
||||
<Summary>Cross-platform colored terminal text.</Summary>
|
||||
@@ -30,8 +33,15 @@
|
||||
<Path fileType="doc">/usr/share/doc/python3-colorama</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2025-04-16</Date>
|
||||
<Version>0.4.6</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>0.4.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user