summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing2023-12-29 23:25:39 +0100
committer Willy Sudiarto Raharjo2024-01-06 02:08:51 +0100
commit0c1d6c37200e987b67282928e87ebce30627561a (patch)
tree03390a437ac261eb1a6b0643a8b3c2cf5ae62f58
parentc23c4a4557835015b08022d6f501271121c4bee0 (diff)
downloadslackbuilds-0c1d6c37200e987b67282928e87ebce30627561a.tar.gz
python/feedparser: Updated for version 6.0.11
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/feedparser/README7
-rw-r--r--python/feedparser/feedparser.SlackBuild18
-rw-r--r--python/feedparser/feedparser.info6
3 files changed, 5 insertions, 26 deletions
diff --git a/python/feedparser/README b/python/feedparser/README
index 71f3d8b4db..74539768b3 100644
--- a/python/feedparser/README
+++ b/python/feedparser/README
@@ -1,9 +1,2 @@
feedparser is a Python utility library to parse RSS and Atom feeds.
-Since update to version 6.0.8, along with sgmllib being dropped from
-python3 it is now necessary to manually add necessary sgml support by
-running (as root):
- python3 -m pip install sgmllib3k
-
-This will enable 'import feedparser' to work as expected with python3
-until a SlackBuild for sgmllib3k is able to be included at SBo.
diff --git a/python/feedparser/feedparser.SlackBuild b/python/feedparser/feedparser.SlackBuild
index e4b165b539..0b37c60099 100644
--- a/python/feedparser/feedparser.SlackBuild
+++ b/python/feedparser/feedparser.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for feedparser
# Modified by Luis Henrique <lmello.009@gmail.com>
-# Maintained 2014-2022 by Christoph Willing <chris.willing@linux.com>
+# Maintained 2014-2023 by Christoph Willing <chris.willing@linux.com>
# Copyright 2008-2009 Chess Griffin <chess@chessgriffin.com>
# All rights reserved.
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=feedparser
-VERSION=${VERSION:-6.0.10}
+VERSION=${VERSION:-6.0.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -51,20 +51,6 @@ OUTPUT=${OUTPUT:-/tmp}
DOCS="LICENSE NEWS README.rst"
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
rm -rf $PKG
diff --git a/python/feedparser/feedparser.info b/python/feedparser/feedparser.info
index 2a91628658..1fd13c9066 100644
--- a/python/feedparser/feedparser.info
+++ b/python/feedparser/feedparser.info
@@ -1,8 +1,8 @@
PRGNAM="feedparser"
-VERSION="6.0.10"
+VERSION="6.0.11"
HOMEPAGE="https://github.com/kurtmckee/feedparser"
-DOWNLOAD="https://github.com/kurtmckee/feedparser/archive/6.0.10/feedparser-6.0.10.tar.gz"
-MD5SUM="d69e59156dfe7b64842befdc1c621a2d"
+DOWNLOAD="https://github.com/kurtmckee/feedparser/archive/6.0.11/feedparser-6.0.11.tar.gz"
+MD5SUM="bbb8814240ef30c930ad8ea8eeb8e80b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-sgmllib3k"