From 8a62cd46201c9cdce19915fcacb6541e8e326ae9 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 22 May 2020 21:36:13 +0700 Subject: [PATCH] python/BeautifulSoup4: Updated for v 4.9.1, moved from libraries. Signed-off-by: Willy Sudiarto Raharjo --- .../BeautifulSoup4/BeautifulSoup4.SlackBuild | 2 +- {libraries => python}/BeautifulSoup4/BeautifulSoup4.info | 6 +++--- {libraries => python}/BeautifulSoup4/README | 9 +++++---- {libraries => python}/BeautifulSoup4/slack-desc | 0 4 files changed, 9 insertions(+), 8 deletions(-) rename {libraries => python}/BeautifulSoup4/BeautifulSoup4.SlackBuild (99%) rename {libraries => python}/BeautifulSoup4/BeautifulSoup4.info (73%) rename {libraries => python}/BeautifulSoup4/README (88%) rename {libraries => python}/BeautifulSoup4/slack-desc (100%) diff --git a/libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild b/python/BeautifulSoup4/BeautifulSoup4.SlackBuild similarity index 99% rename from libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild rename to python/BeautifulSoup4/BeautifulSoup4.SlackBuild index 5fe2f506d4..d082584c74 100644 --- a/libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild +++ b/python/BeautifulSoup4/BeautifulSoup4.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=BeautifulSoup4 -VERSION=${VERSION:-4.9.0} +VERSION=${VERSION:-4.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/BeautifulSoup4/BeautifulSoup4.info b/python/BeautifulSoup4/BeautifulSoup4.info similarity index 73% rename from libraries/BeautifulSoup4/BeautifulSoup4.info rename to python/BeautifulSoup4/BeautifulSoup4.info index 41649766ff..90f2bc9616 100644 --- a/libraries/BeautifulSoup4/BeautifulSoup4.info +++ b/python/BeautifulSoup4/BeautifulSoup4.info @@ -1,8 +1,8 @@ PRGNAM="BeautifulSoup4" -VERSION="4.9.0" +VERSION="4.9.1" HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/" -DOWNLOAD="https://www.crummy.com/software/BeautifulSoup/bs4/download/4.9/beautifulsoup4-4.9.0.tar.gz" -MD5SUM="54e86045e37b578036f34b0e4927c85f" +DOWNLOAD="https://www.crummy.com/software/BeautifulSoup/bs4/download/4.9/beautifulsoup4-4.9.1.tar.gz" +MD5SUM="57502b5b34ccfd97b180260071f5799a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-soupsieve" diff --git a/libraries/BeautifulSoup4/README b/python/BeautifulSoup4/README similarity index 88% rename from libraries/BeautifulSoup4/README rename to python/BeautifulSoup4/README index 177bad7002..e0e102b270 100644 --- a/libraries/BeautifulSoup4/README +++ b/python/BeautifulSoup4/README @@ -1,5 +1,6 @@ -Beautiful Soup is a Python HTML/XML parser designed for quick turnaround -projects like screen-scraping. Three features make it powerful: +Beautiful Soup is a Python HTML/XML parser designed for quick +turnaround projects like screen-scraping. Three features make it +powerful: 1. Beautiful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original @@ -14,8 +15,8 @@ create a custom parser for each application. 3. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and -Beautiful Soup can't autodetect one. Then you just have to specify the -original encoding. +Beautiful Soup can't autodetect one. Then you just have to specify +the original encoding. Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it "Find all the links", or "Find all the diff --git a/libraries/BeautifulSoup4/slack-desc b/python/BeautifulSoup4/slack-desc similarity index 100% rename from libraries/BeautifulSoup4/slack-desc rename to python/BeautifulSoup4/slack-desc