Merge pull request #8538 from blue-devil/master

python3 modules from contrib
This commit is contained in:
Blue DeviL
2020-05-19 16:32:32 +03:00
committed by GitHub
31 changed files with 1099 additions and 2 deletions
+430
View File
@@ -38639,6 +38639,50 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pyasn1-modules</Name>
<Homepage>https://github.com/etingof/pyasn1-modules/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">A collection of ASN.1-based protocols modules.</Summary>
<Summary xml:lang="tr">Python3 için ASN.1-temelli protokol modülleri kolleksiyonu</Summary>
<Description xml:lang="en">A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.).</Description>
<Description xml:lang="tr">python3-pyasn1-modules Python3 için ASN.1-temelli protokol modülleri kolleksiyonunu içerir.</Description>
<Archive type="targz" sha1sum="c8018d2eb53c51a74e955b7fdecda59e79f6f001" name="v0.2.8.tar.gz">https://github.com/etingof/pyasn1-modules/archive/v0.2.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-pyasn1-modules/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-pyasn1-modules</Name>
<Summary xml:lang="en">A collection of ASN.1-based protocols modules.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-pyasn1</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pyasn1-modules</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-23</Date>
<Version>0.2.8</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-websockets</Name>
@@ -39848,6 +39892,54 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pychromecast</Name>
<Homepage>https://github.com/balloob/pychromecast</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Python3 module to talk to Google Chromecast.</Summary>
<Summary xml:lang="tr">YouTube Chromecast APIsi sağlayan python3 bağlayıcısı.</Summary>
<Description xml:lang="en">python3-pychromecast provides a way to talk with the Google Chromecast.</Description>
<Description xml:lang="tr">python3-pychromecast, Google Chromecast ile konuşmayı sağayan bir python3 kitaplığıdır.</Description>
<Archive type="targz" sha1sum="212aab170aa34a71a592225eb9ceb486bfe4327b" name="5.2.0.tar.gz">https://github.com/home-assistant-libs/pychromecast/archive/5.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-pychromecast/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-pychromecast</Name>
<Summary xml:lang="en">Python3 module to talk to Google Chromecast.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-zeroconf</Dependency>
<Dependency>python3-protobuf</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pychromecast</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-19</Date>
<Version>5.2.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-distro</Name>
@@ -39995,6 +40087,51 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pypcap</Name>
<Homepage>https://github.com/pynetwork/pypcap</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Python3 pcap module</Summary>
<Summary xml:lang="tr">Python3 pcap modülü</Summary>
<Description xml:lang="en">This is a simplified object-oriented Python wrapper for libpcap - the current tcpdump.org version, and the WinPcap port for Windows.</Description>
<Description xml:lang="tr">python3-pypcap, python3 için basitleştirilmiş, nesne tabanlı bir sarmalayıcı modüldür.</Description>
<Archive type="targz" sha1sum="4be296c8612eb910cf573670d08a2ebe0a485389" name="pypcap-1.2.3.tar.gz">https://pypi.org/packages/source/p/pypcap/pypcap-1.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>libpcap-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-pypcap/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-pypcap</Name>
<Summary xml:lang="en">Python3 pcap module</Summary>
<RuntimeDependencies>
<Dependency>libpcap</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pypcap</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-13</Date>
<Version>1.2.3</Version>
<Comment>First pisi release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pyatspi</Name>
@@ -40107,6 +40244,50 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pycryptodome</Name>
<Homepage>https://www.pycryptodome.org/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">A self-contained Python package of low-level cryptographic primitives</Summary>
<Summary xml:lang="tr">Düşük seviye kriptografik ilkeler içeren python3 paketidir.</Summary>
<Description xml:lang="en">PyCryptodome is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1)</Description>
<Description xml:lang="tr">PyCrypto&apos;dan çatallanan PyCryptodome düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır.</Description>
<Archive type="targz" sha1sum="65c17bda5729dd849a5673e5d1c6e96448a7f970" name="v3.9.7.tar.gz">https://github.com/Legrandin/pycryptodome/archive/v3.9.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-pycryptodome/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-pycryptodome</Name>
<Summary xml:lang="en">A self-contained Python package of low-level cryptographic primitives</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>gmp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pycryptodome</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-21</Date>
<Version>3.9.7</Version>
<Comment>First release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-paramiko</Name>
@@ -41331,6 +41512,79 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pylibacl</Name>
<Homepage>https://pylibacl.k1024.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">This python 2.2+ extension module allows you to manipulate the POSIX.1e Access Control Lists present in some os/filesystem combinations</Summary>
<Summary xml:lang="tr">POSIX.1e Access Control Listelerini manipüle eden bir python 2.2+ eklentisi.</Summary>
<Description xml:lang="fr">Ce module d&apos;extension de python 2.2+ permet de manipuler les Listes de Contrôle d&apos;Accès POSIX.1e présentes dans certaines combinaisons de systèmes d&apos;exploitations/systèmes de fichiers.</Description>
<Description xml:lang="en">python-libacl is a C extension module for Python which implements POSIX ACLs manipulation. It is a wrapper on top of the systems&apos;s acl C library.</Description>
<Description xml:lang="tr">Bu python 2.2+ eklentisi sayesinde bazı işletim sistemi/dosya sistemi kombinasyonlarındaki POSIX.1e Erişim Kontrol Listeleri işlenebilir.</Description>
<Archive type="targz" sha1sum="a59eac60d52fca738603805749321471c175b918" name="pylibacl-0.5.4.tar.gz">https://pylibacl.k1024.org/downloads/pylibacl-0.5.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-pylibacl/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-pylibacl</Name>
<Summary xml:lang="en">This python 2.2+ extension module allows you to manipulate the POSIX.1e Access Control Lists present in some os/filesystem combinations</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pylibacl</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2019-12-13</Date>
<Version>0.5.4</Version>
<Comment>Rebuilt and split packages</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2019-11-21</Date>
<Version>0.5.4</Version>
<Comment>Ver. bump</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2016-04-03</Date>
<Version>0.5.3</Version>
<Comment>Version bump, rebuilt with docker</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="2">
<Date>2013-11-16</Date>
<Version>0.5.1</Version>
<Comment>Rebuild</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-04-30</Date>
<Version>0.5.1</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-nose</Name>
@@ -41607,6 +41861,50 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pycryptodomex</Name>
<Homepage>https://pypi.org/project/pycryptodomex/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">A self-contained Python package of low-level cryptographic primitives and doesn&apos;t conflict with pycrypto.</Summary>
<Summary xml:lang="tr">Düşük seviye kriptografik ilkeler içeren python3 paketidir.</Summary>
<Description xml:lang="en">PyCryptodomex is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1)</Description>
<Description xml:lang="tr">PyCrypto&apos;dan çatallanan PyCryptodomex düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır.</Description>
<Archive type="targz" sha1sum="274efa5d01753dda32530f037fc529fbe62ca431" name="pycryptodomex-3.9.7.tar.gz">https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-3.9.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-pycryptodomex/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-pycryptodomex</Name>
<Summary xml:lang="en">A self-contained Python package of low-level cryptographic primitives</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>gmp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pycryptodomex</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-24</Date>
<Version>3.9.7</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>cython3</Name>
@@ -43833,6 +44131,51 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pyelftools</Name>
<Homepage>https://github.com/eliben/pyelftools</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Public Domain</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Python3 library for analyzing ELF files and DWARF debugging information</Summary>
<Summary xml:lang="tr">Python3 için pyelftools modülü</Summary>
<Description xml:lang="en">pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information.</Description>
<Description xml:lang="tr">pyelftools ELF ve DWARF dosyaları için çözümleme, inceleme ve hata ayıklamak için python ile yazılmış bir kitaplıktır.</Description>
<Archive type="targz" sha1sum="62660ac5fa5fa675b14dda384561b63188cd3c69" name="v0.26.tar.gz">https://github.com/eliben/pyelftools/archive/v0.26.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-pyelftools/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-pyelftools</Name>
<Summary xml:lang="en">Python3 library for analyzing ELF files and DWARF debugging information</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-12</Date>
<Version>0.26</Version>
<Comment>First pisi release.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-dateutil</Name>
@@ -46883,6 +47226,50 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pycrypto</Name>
<Homepage>https://www.dlitz.net/software/pycrypto/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>PD</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Python3 pycrypto module</Summary>
<Summary xml:lang="tr">Python3 pycrypto modülü</Summary>
<Description xml:lang="en">A collection of cryptographic algorithms and protocols, implemented for use from Python2.</Description>
<Description xml:lang="tr">python3-pycrypto, Python2 için kriptografik algoritmalar ve protokoller içeren bir kitaplıktır.</Description>
<Archive type="targz" sha1sum="077feba65e9018df81d11e1a9f703a8b03fc8ec5" name="v2.7a1.tar.gz">https://github.com/dlitz/pycrypto/archive/v2.7a1.tar.gz</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-pycrypto/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-pycrypto</Name>
<Summary xml:lang="en">Python3 pycrypto module</Summary>
<RuntimeDependencies>
<Dependency>gmp</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pycrypto</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-11-21</Date>
<Version>2.7a.1</Version>
<Comment>First pisi release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-sphinx</Name>
@@ -48701,6 +49088,49 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pycountry</Name>
<Homepage>https://github.com/flyingcircusio/pycountry</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">ISO country, subdivision, language, currency and script definitions and their translations.</Summary>
<Summary xml:lang="tr">Python3 pycountry modülü</Summary>
<Description xml:lang="en">This is the pycountry module, a Python library to access ISO country, subdivision, language, currency and script definitions and their translations.</Description>
<Description xml:lang="tr">python3-pycountry modülü ISO ülke, kur bilgisi ve bunların çevirilerine ait kitaplık sunar.</Description>
<Archive type="targz" sha1sum="3caf9b5f3dc8f6b939fedaf4fa3c0806bd1c2dac" name="19.8.18.tar.gz">https://github.com/flyingcircusio/pycountry/archive/19.8.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-pycountry/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-pycountry</Name>
<Summary xml:lang="en">ISO country, subdivision, language, currency and script definitions and their translations.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pycountry</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-10</Date>
<Version>19.8.18</Version>
<Comment>First release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-contextlib2</Name>
+1 -1
View File
@@ -1 +1 @@
4520835410cd4f9cc2bd6c000d88dab3ec8eed3a
0694e6ac172f1eaad818df5cadf3a398fabdd575
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
c55ec9cb9470bc8d46d04566eda211d8218d0ab9
fae7f13eb4df4043a0e57beeef6588638f3c7ae0
@@ -0,0 +1,15 @@
#!/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
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*")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pyasn1-modules</Name>
<Homepage>https://github.com/etingof/pyasn1-modules/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A collection of ASN.1-based protocols modules.</Summary>
<Description>A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.).</Description>
<Archive sha1sum="c8018d2eb53c51a74e955b7fdecda59e79f6f001" type="targz">https://github.com/etingof/pyasn1-modules/archive/v0.2.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pyasn1-modules</Name>
<Summary>A collection of ASN.1-based protocols modules.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-pyasn1</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pyasn1-modules</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-23</Date>
<Version>0.2.8</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pyasn1-modules</Name>
<Summary xml:lang="tr">Python3 için ASN.1-temelli protokol modülleri kolleksiyonu</Summary>
<Description xml:lang="tr">python3-pyasn1-modules Python3 için ASN.1-temelli protokol modülleri kolleksiyonunu içerir.</Description>
</Source>
</PISI>
@@ -0,0 +1,13 @@
#!/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
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pychromecast</Name>
<Homepage>https://github.com/balloob/pychromecast</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Python3 module to talk to Google Chromecast.</Summary>
<Description>python3-pychromecast provides a way to talk with the Google Chromecast.</Description>
<Archive sha1sum="212aab170aa34a71a592225eb9ceb486bfe4327b" type="targz">https://github.com/home-assistant-libs/pychromecast/archive/5.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pychromecast</Name>
<Summary>Python3 module to talk to Google Chromecast.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-zeroconf</Dependency>
<Dependency>python3-protobuf</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pychromecast</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-19</Date>
<Version>5.2.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pychromecast</Name>
<Summary xml:lang="tr">YouTube Chromecast APIsi sağlayan python3 bağlayıcısı.</Summary>
<Description xml:lang="tr">python3-pychromecast, Google Chromecast ile konuşmayı sağayan bir python3 kitaplığıdır.</Description>
</Source>
</PISI>
@@ -0,0 +1,13 @@
#!/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
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pycountry</Name>
<Homepage>https://github.com/flyingcircusio/pycountry</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>ISO country, subdivision, language, currency and script definitions and their translations.</Summary>
<Description>This is the pycountry module, a Python library to access ISO country, subdivision, language, currency and script definitions and their translations.</Description>
<Archive sha1sum="3caf9b5f3dc8f6b939fedaf4fa3c0806bd1c2dac" type="targz">https://github.com/flyingcircusio/pycountry/archive/19.8.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pycountry</Name>
<Summary>ISO country, subdivision, language, currency and script definitions and their translations.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pycountry</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-10</Date>
<Version>19.8.18</Version>
<Comment>First release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pycountry</Name>
<Summary xml:lang="tr">Python3 pycountry modülü</Summary>
<Description xml:lang="tr">python3-pycountry modülü ISO ülke, kur bilgisi ve bunların çevirilerine ait kitaplık sunar.</Description>
</Source>
</PISI>
@@ -0,0 +1,18 @@
#!/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
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def build():
# suppress compiler warnings
shelltools.export("CFLAGS", "-fno-strict-aliasing -Wno-discarded-array-qualifiers -Wno-unused-const-variable -Wno-bool-compare -Wno-tautological-compare")
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pycrypto</Name>
<Homepage>https://www.dlitz.net/software/pycrypto/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>PD</License>
<IsA>library</IsA>
<Summary>Python3 pycrypto module</Summary>
<Description>A collection of cryptographic algorithms and protocols, implemented for use from Python2.</Description>
<Archive sha1sum="077feba65e9018df81d11e1a9f703a8b03fc8ec5" type="targz">https://github.com/dlitz/pycrypto/archive/v2.7a1.tar.gz</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pycrypto</Name>
<Summary>Python3 pycrypto module</Summary>
<RuntimeDependencies>
<Dependency>gmp</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pycrypto</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-11-21</Date>
<Version>2.7a.1</Version>
<Comment>First pisi release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pycrypto</Name>
<Summary xml:lang="tr">Python3 pycrypto modülü</Summary>
<Description xml:lang="tr">python3-pycrypto, Python2 için kriptografik algoritmalar ve protokoller içeren bir kitaplıktır.</Description>
</Source>
</PISI>
@@ -0,0 +1,16 @@
#!/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
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def build():
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pycryptodome</Name>
<Homepage>https://www.pycryptodome.org/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A self-contained Python package of low-level cryptographic primitives</Summary>
<Description>PyCryptodome is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1)</Description>
<Archive sha1sum="65c17bda5729dd849a5673e5d1c6e96448a7f970" type="targz">https://github.com/Legrandin/pycryptodome/archive/v3.9.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pycryptodome</Name>
<Summary>A self-contained Python package of low-level cryptographic primitives</Summary>
<RuntimeDependencies>
<!-- For faster public key operations we need GMP in our system. -->
<Dependency>python3</Dependency>
<Dependency>gmp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pycryptodome</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-21</Date>
<Version>3.9.7</Version>
<Comment>First release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pycryptodome</Name>
<Summary xml:lang="tr">Düşük seviye kriptografik ilkeler içeren python3 paketidir.</Summary>
<Description xml:lang="tr">PyCrypto'dan çatallanan PyCryptodome düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır.</Description>
</Source>
</PISI>
@@ -0,0 +1,16 @@
#!/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
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def build():
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pycryptodomex</Name>
<Homepage>https://pypi.org/project/pycryptodomex/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A self-contained Python package of low-level cryptographic primitives and doesn't conflict with pycrypto.</Summary>
<Description>PyCryptodomex is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1)</Description>
<Archive sha1sum="274efa5d01753dda32530f037fc529fbe62ca431" type="targz">https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-3.9.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pycryptodomex</Name>
<Summary>A self-contained Python package of low-level cryptographic primitives</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<!-- For faster public key operations we need GMP in our system. -->
<Dependency>gmp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pycryptodomex</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-24</Date>
<Version>3.9.7</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pycryptodomex</Name>
<Summary xml:lang="tr">Düşük seviye kriptografik ilkeler içeren python3 paketidir.</Summary>
<Description xml:lang="tr">PyCrypto'dan çatallanan PyCryptodomex düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır.</Description>
</Source>
</PISI>
@@ -0,0 +1,17 @@
#!/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
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def check():
pythonmodules.run("test/run_all_unittests.py",pyVer="3")
pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pyelftools</Name>
<Homepage>https://github.com/eliben/pyelftools</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>Public Domain</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Python3 library for analyzing ELF files and DWARF debugging information</Summary>
<Description>pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information.</Description>
<Archive sha1sum="62660ac5fa5fa675b14dda384561b63188cd3c69" type="targz">https://github.com/eliben/pyelftools/archive/v0.26.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pyelftools</Name>
<Summary>Python3 library for analyzing ELF files and DWARF debugging information</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-12</Date>
<Version>0.26</Version>
<Comment>First pisi release.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pyelftools</Name>
<Summary xml:lang="tr">Python3 için pyelftools modülü</Summary>
<Description xml:lang="tr">pyelftools ELF ve DWARF dosyaları için çözümleme, inceleme ve hata ayıklamak için python ile yazılmış bir kitaplıktır.</Description>
</Source>
</PISI>
@@ -0,0 +1,19 @@
#!/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
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def build():
# suppress compiler warnings
shelltools.export("CFLAGS", "-Wno-strict-aliasing %s" % get.CFLAGS())
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pylibacl</Name>
<Homepage>https://pylibacl.k1024.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>This python 2.2+ extension module allows you to manipulate the POSIX.1e Access Control Lists present in some os/filesystem combinations</Summary>
<Description>python-libacl is a C extension module for Python which implements POSIX ACLs manipulation. It is a wrapper on top of the systems's acl C library.</Description>
<Archive sha1sum="a59eac60d52fca738603805749321471c175b918" type="targz">https://pylibacl.k1024.org/downloads/pylibacl-0.5.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pylibacl</Name>
<Summary>This python 2.2+ extension module allows you to manipulate the POSIX.1e Access Control Lists present in some os/filesystem combinations</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pylibacl</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2019-12-13</Date>
<Version>0.5.4</Version>
<Comment>Rebuilt and split packages</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2019-11-21</Date>
<Version>0.5.4</Version>
<Comment>Ver. bump</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2016-04-03</Date>
<Version>0.5.3</Version>
<Comment>Version bump, rebuilt with docker</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="2">
<Date>2013-11-16</Date>
<Version>0.5.1</Version>
<Comment>Rebuild</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-04-30</Date>
<Version>0.5.1</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pylibacl</Name>
<Summary xml:lang="tr">POSIX.1e Access Control Listelerini manipüle eden bir python 2.2+ eklentisi.</Summary>
<Description xml:lang="tr">Bu python 2.2+ eklentisi sayesinde bazı işletim sistemi/dosya sistemi kombinasyonlarındaki POSIX.1e Erişim Kontrol Listeleri işlenebilir.</Description>
<Description xml:lang="fr">Ce module d'extension de python 2.2+ permet de manipuler les Listes de Contrôle d'Accès POSIX.1e présentes dans certaines combinaisons de systèmes d'exploitations/systèmes de fichiers.</Description>
</Source>
</PISI>
@@ -0,0 +1,24 @@
#!/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
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def build():
# suppress compiler warnings
shelltools.export("CFLAGS", "%s -fno-strict-aliasing -Wno-unused-function -Wno-implicit-function-declaration -Wno-deprecated-declarations" % get.CFLAGS())
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile(pyVer="3")
#pythonmodules.run("setup.py build_sphinx", pyVer="3")
def check():
pythonmodules.compile("test", pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pypcap</Name>
<Homepage>https://github.com/pynetwork/pypcap</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Python3 pcap module</Summary>
<Description>This is a simplified object-oriented Python wrapper for libpcap - the current tcpdump.org version, and the WinPcap port for Windows.</Description>
<Archive sha1sum="4be296c8612eb910cf573670d08a2ebe0a485389" type="targz">https://pypi.org/packages/source/p/pypcap/pypcap-1.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>libpcap-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<!-- documentation files-->
<!--<Dependency>python3-mock</Dependency>-->
<!--<Dependency>python3-sphinx</Dependency>-->
</BuildDependencies>
</Source>
<Package>
<Name>python3-pypcap</Name>
<Summary>Python3 pcap module</Summary>
<RuntimeDependencies>
<Dependency>libpcap</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pypcap</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-13</Date>
<Version>1.2.3</Version>
<Comment>First pisi release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pypcap</Name>
<Summary xml:lang="tr">Python3 pcap modülü</Summary>
<Description xml:lang="tr">python3-pypcap, python3 için basitleştirilmiş, nesne tabanlı bir sarmalayıcı modüldür.</Description>
</Source>
</PISI>