Files
2023-10-19 09:07:34 +03:00

71 lines
2.7 KiB
XML

<?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="0e8d5e6e126dd17d622076cad20f292aa44afca3" type="targz">https://github.com/home-assistant-libs/pychromecast/archive/9.3.1.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="4">
<Date>2023-10-17</Date>
<Version>9.3.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-10-28</Date>
<Version>9.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-08-31</Date>
<Version>7.2.1</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<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>