cvdupdate-1.1.2
This commit is contained in:
@@ -4,15 +4,12 @@
|
||||
# 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 pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
pisitools.dodoc("LICENSE*")
|
||||
for dirs in ["examples"]:
|
||||
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
|
||||
python3modules.install()
|
||||
pisitools.dodoc("LICENSE.txt")
|
||||
|
||||
@@ -12,11 +12,13 @@
|
||||
<License>BSD-3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python3 composable command line interface toolkit</Summary>
|
||||
<Description>Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.</Description>
|
||||
<Archive sha1sum="26213ffa4032eea7d860316b14d4325ea7e4cc4e" type="targz">https://github.com/pallets/click/archive/refs/tags/8.1.3.tar.gz</Archive>
|
||||
<Description>Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary.</Description>
|
||||
<Archive sha1sum="e572a08305110db09578d788357f2aa5f99af7fa" type="targz">https://files.pythonhosted.org/packages/source/c/click/click-8.1.8.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-installer</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -33,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2025-04-16</Date>
|
||||
<Version>8.1.8</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>8.1.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user