8 Each Python Module for Jelvis

This commit is contained in:
alick01
2022-01-24 17:24:36 +03:00
parent 33ad869192
commit f0b97df720
24 changed files with 580 additions and 0 deletions
@@ -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
#WorkDir="bs4-%s" % get.srcVERSION()
def build():
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-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="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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-bs4</Name>
<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>
</Source>
</PISI>