Files
main/programming/language/python3/python3-bs4/pspec.xml
T
2023-10-18 12:36:43 +03:00

53 lines
2.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-bs4</Name>
<Homepage>https://www.crummy.com/software/BeautifulSoup/index.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>custom:unknown</License>
<IsA>library</IsA>
<Summary>This is a dummy package managed by the developer of Beautiful Soup to prevent name squatting. g</Summary>
<Description>The official name of PyPIs Beautiful Soup Python package is beautifulsoup4. This package ensures that if you type pip install bs4 by mistake you will end up with Beautiful Soup.</Description>
<Archive sha1sum="b309d9b50489cc64263d11491e6a19c29c3a484d" type="targz">https://files.pythonhosted.org/packages/source/b/bs4/bs4-0.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-beautifulsoup4</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-bs4</Name>
<Summary>This is a dummy package managed by the developer of Beautiful Soup to prevent name squatting.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-bs4</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-10-17</Date>
<Version>0.0.1</Version>
<Comment>Rebuild</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-01-23</Date>
<Version>0.0.1</Version>
<Comment>First release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>