Files
main/programming/language/python3/python3-pyserial/pspec.xml
T
4fury-c3440d8 ae2f46967e my new email.
2021-07-23 21:37:33 +03:00

49 lines
1.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pyserial</Name>
<Homepage>https://pyserial.readthedocs.io/en/latest/shortintro.html</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>BSD-3-Clause</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>This module encapsulates the access for the serial port.</Summary>
<Description>This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named “serial” automatically selects the appropriate backend.</Description>
<Archive sha1sum="8709dd72730f6d097fc2e039bc0e264dc1c9341a" type="targz">
https://files.pythonhosted.org/packages/source/p/pyserial/pyserial-3.5.tar.gz
</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pyserial</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-urllib3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-01-03</Date>
<Version>3.5</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>