From f52005382f9e0dc3f5e160b215439105e8e1de9a Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 15:14:08 +0300 Subject: [PATCH] python3-beautifulsoup4:moved from contrib --- .../python3/python3-beautifulsoup4/actions.py | 15 +++ .../python3/python3-beautifulsoup4/pspec.xml | 94 +++++++++++++++++++ .../python3-beautifulsoup4/translations.xml | 8 ++ 3 files changed, 117 insertions(+) create mode 100644 programming/language/python3/python3-beautifulsoup4/actions.py create mode 100644 programming/language/python3/python3-beautifulsoup4/pspec.xml create mode 100644 programming/language/python3/python3-beautifulsoup4/translations.xml diff --git a/programming/language/python3/python3-beautifulsoup4/actions.py b/programming/language/python3/python3-beautifulsoup4/actions.py new file mode 100644 index 0000000000..6538be9f2a --- /dev/null +++ b/programming/language/python3/python3-beautifulsoup4/actions.py @@ -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="beautifulsoup4-%s" % get.srcVERSION() + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-beautifulsoup4/pspec.xml b/programming/language/python3/python3-beautifulsoup4/pspec.xml new file mode 100644 index 0000000000..b236f88dcf --- /dev/null +++ b/programming/language/python3/python3-beautifulsoup4/pspec.xml @@ -0,0 +1,94 @@ + + + + + python3-beautifulsoup4 + https://www.crummy.com/software/BeautifulSoup/index.html + + PisiLinux Community + admins@pisilinux.org + + programming.language.python3 + MIT + library + HTML/XML parser for quick-turnaround applications like screen-scraping + Beautiful Soup parses arbitrarily invalid SGML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree. + https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-4.9.1.tar.gz + + python3-devel + python3-setuptools + + + + + python3-beautifulsoup4 + HTML/XML parser for quick-turnaround applications like screen-scraping + + python3 + python3-soupsieve + + + /usr/lib/python3* + /usr/share/doc/python3-beautifulsoup4 + + + + + + 2020-05-19 + 4.9.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-08 + 4.9.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 4.8.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-24 + 4.8.1 + Rebuilt, split packages and fix dependency + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-21 + 4.8.1 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-05 + 4.4.1 + Version bump. + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2013-11-05 + 4.3.2 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-09-04 + 4.3.1 + First release + Fatih Turgel + hitaf@pisilinux.org + + + \ No newline at end of file diff --git a/programming/language/python3/python3-beautifulsoup4/translations.xml b/programming/language/python3/python3-beautifulsoup4/translations.xml new file mode 100644 index 0000000000..dec542396f --- /dev/null +++ b/programming/language/python3/python3-beautifulsoup4/translations.xml @@ -0,0 +1,8 @@ + + + + python3-beautifulsoup4 + Ekran çıktısından ayıklama gibi uygulamalarda kolaylık sağlayan HTML/XML ayıklayıcısı + Beautiful Soup, geçersiz SGML'leri keyfi bir şekilde ayıklar ve ayıklanmış ağaç üzerinden ilerleme ve arama işlemleri için çeşitli Python deyimleri ve metodları sağlar. + + \ No newline at end of file