46 lines
1.9 KiB
XML
46 lines
1.9 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://www.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 PyPI’s 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="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>
|