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>
|
||||
|
||||
@@ -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,9 +13,12 @@
|
||||
<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>
|
||||
|
||||
@@ -32,6 +35,13 @@
|
||||
</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>
|
||||
|
||||
@@ -5,9 +5,12 @@
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer = '3')
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = '3')
|
||||
|
||||
pisitools.dodoc("LICENSE.txt")
|
||||
|
||||
@@ -13,13 +13,10 @@
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary>Colored terminal output for Python’s logging module.</Summary>
|
||||
<Description>The coloredlogs package enables colored terminal output for Python’s logging module.</Description>
|
||||
<Archive sha1sum="f318edc930c87e15df54d6a1bb43b22246667d09" type="targz">
|
||||
https://files.pythonhosted.org/packages/source/c/coloredlogs/coloredlogs-15.0.1.tar.gz
|
||||
</Archive>
|
||||
<Archive sha1sum="f318edc930c87e15df54d6a1bb43b22246667d09" type="targz">https://files.pythonhosted.org/packages/source/c/coloredlogs/coloredlogs-15.0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-importlib_metadata</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level='1'></Patch> -->
|
||||
@@ -29,7 +26,7 @@
|
||||
<Package>
|
||||
<Name>python3-coloredlogs</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-colorama</Dependency>
|
||||
<Dependency>python3-humanfriendly</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -39,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-04-16</Date>
|
||||
<Version>15.0.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>15.0.1</Version>
|
||||
|
||||
@@ -1,16 +1,13 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import python3modules
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
python3modules.install()
|
||||
|
||||
@@ -1,41 +1,34 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-dnspython</Name>
|
||||
<Homepage>https://pypi.org/project/dnspython/</Homepage>
|
||||
<Homepage>https://www.dnspython.org/about/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>ISC</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>app</IsA>
|
||||
<Summary>A DNS toolkit for Python</Summary>
|
||||
<Description>A DNS toolkit for Python</Description>
|
||||
<Archive sha1sum="14bfee6e0d3192d8922a3c4dd585b1989ee1b1fd" type="zip">https://files.pythonhosted.org/packages/13/27/5277de856f605f3429d752a39af3588e29d10181a3aa2e2ee471d817485a/dnspython-2.1.0.zip</Archive>
|
||||
<Summary>A DNS toolkit for Python.</Summary>
|
||||
<Description>It can be used for queries, zone transfers, dynamic updates, nameserver testing, and many other things.</Description>
|
||||
<Archive sha1sum="f8d925755974425676b66cf11bdb3b529a1a5121" type="targz">https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.7.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-ecdsa</Dependency>
|
||||
<Dependency>python3-idna</Dependency>
|
||||
<Dependency>python3-pycryptodome</Dependency>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-hatchling</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>python3-dnspython.patch</Patch>
|
||||
<Patch level="1">python3-dnspython.patch</Patch>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-dnspython</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-ecdsa</Dependency>
|
||||
<Dependency>python3-idna</Dependency>
|
||||
<Dependency>python3-pycryptodome</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -44,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-04-16</Date>
|
||||
<Version>2.7.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>2.1.0</Version>
|
||||
|
||||
@@ -5,9 +5,12 @@
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer = '3')
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = '3')
|
||||
|
||||
pisitools.dodoc("LICENSE.txt")
|
||||
|
||||
@@ -13,13 +13,10 @@
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary>Human friendly input/output in Python.</Summary>
|
||||
<Description>The functions and classes in the humanfriendly package can be used to make text interfaces more user friendly.</Description>
|
||||
<Archive sha1sum="7aad370e5590cf5d90eaa0f6e69ed753945f7c37" type="targz">
|
||||
https://files.pythonhosted.org/packages/source/h/humanfriendly/humanfriendly-10.0.tar.gz
|
||||
</Archive>
|
||||
<Archive sha1sum="7aad370e5590cf5d90eaa0f6e69ed753945f7c37" type="targz">https://files.pythonhosted.org/packages/source/h/humanfriendly/humanfriendly-10.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-importlib_metadata</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level='1'></Patch> -->
|
||||
|
||||
@@ -13,13 +13,10 @@
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary>SimpleHTTPServer with support for Range requests.</Summary>
|
||||
<Description>SimpleHTTPServer with support for Range requests.</Description>
|
||||
<Archive sha1sum="858b53f646ebcb563fbfe2a2c7339391b8572096" type="targz">
|
||||
https://files.pythonhosted.org/packages/source/r/rangehttpserver/rangehttpserver-1.2.0.tar.gz
|
||||
</Archive>
|
||||
<Archive sha1sum="d7512a9a0225ecc1b6d92c179de4bb1a18cb2308" type="targz">https://files.pythonhosted.org/packages/source/r/rangehttpserver/rangehttpserver-1.4.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-importlib_metadata</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level='1'></Patch> -->
|
||||
@@ -32,12 +29,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/python3*</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-04-16</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>1.2.0</Version>
|
||||
|
||||
@@ -13,13 +13,10 @@
|
||||
<PartOf>util.antivirus</PartOf>
|
||||
<Summary>ClamAV Private Database Mirror Updater Tool.</Summary>
|
||||
<Description>This tool downloads the latest ClamAV databases along with the latest database patch files.</Description>
|
||||
<Archive sha1sum="a5728247bc77a2967cade2c1af307cdc12723035" type="targz">
|
||||
https://files.pythonhosted.org/packages/source/c/cvdupdate/cvdupdate-1.1.1.tar.gz
|
||||
</Archive>
|
||||
<Archive sha1sum="5d00a661a585798b33a20afa562b58130c713f61" type="targz">https://files.pythonhosted.org/packages/source/c/cvdupdate/cvdupdate-1.1.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-importlib_metadata</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level='1'></Patch> -->
|
||||
@@ -36,8 +33,6 @@
|
||||
<Dependency>python3-dnspython</Dependency>
|
||||
<Dependency>python3-coloredlogs</Dependency>
|
||||
<Dependency>python3-rangehttpserver</Dependency>
|
||||
<Dependency>python3-charset-normalizer</Dependency>
|
||||
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -47,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-04-16</Date>
|
||||
<Version>1.1.2</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2023-11-04</Date>
|
||||
<Version>1.1.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user