update to py-beautifulsoup-3.2.2 and update the descr to make it clear
that people shouldn't be using it (the only ports using it are calibre, which it might be possible to update now that we have qtwebengine, and anki which is marked BROKEN and might also be possible to update now that we have qtwebengine).
This commit is contained in:
parent
efab8587a8
commit
826443c389
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2020/06/12 04:43:27 kn Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2020/06/12 13:22:20 sthen Exp $
|
||||
|
||||
COMMENT = HTML/XML parser that supports invalid markup
|
||||
|
||||
MODPY_EGG_VERSION = 3.2.1
|
||||
MODPY_EGG_VERSION = 3.2.2
|
||||
DISTNAME = BeautifulSoup-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:L}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = www
|
||||
|
||||
@ -17,6 +16,7 @@ PERMIT_PACKAGE = Yes
|
||||
MASTER_SITES = ${HOMEPAGE}bs3/download/3.x/
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PYTEST = Yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${MODPY_BIN} BeautifulSoupTests.py
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (BeautifulSoup-3.2.1.tar.gz) = 9bqF6Qfn39eOROQACz6u86ZQrvxXgx6KZFcC2y5bUNs=
|
||||
SIZE (BeautifulSoup-3.2.1.tar.gz) = 31224
|
||||
SHA256 (BeautifulSoup-3.2.2.tar.gz) = 2PJm4r/4UqVUL/kaArazWWs/siXTTwnrnNYJW5C2wNk=
|
||||
SIZE (BeautifulSoup-3.2.2.tar.gz) = 32704
|
||||
|
@ -1,5 +1,14 @@
|
||||
Previous official release of Beautiful Soup until March 2012.
|
||||
The current release is Beautiful Soup 4 (py-beautifulsoup4).
|
||||
Beautiful Soup parses arbitrarily invalid SGML and provides
|
||||
a variety of methods and Pythonic idioms for iterating and
|
||||
searching the parse tree.
|
||||
Beautiful Soup is a library that makes it easy to scrape information
|
||||
from web pages. It sits atop an HTML or XML parser, providing Pythonic
|
||||
idioms for iterating, searching, and modifying the parse tree.
|
||||
|
||||
# Discontinuation notice
|
||||
|
||||
You should use the 'beautifulsoup4' package instead of this package.
|
||||
|
||||
Development on the 3.x release of Beautiful Soup ended in 2011. With
|
||||
the sunsetting of Python 2 in 2020, the 3.x release of Beautiful Soup
|
||||
will be discontinued so that the 'beautifulsoup' package name can be
|
||||
used by a more recent release that supports Python 3.
|
||||
|
||||
January 1, 2021 is the cutoff date.
|
||||
|
@ -1,6 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/02 01:20:28 fgsch Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2020/06/12 13:22:20 sthen Exp $
|
||||
@conflict py-BeautifulSoup-*
|
||||
lib/python${MODPY_VERSION}/site-packages/BeautifulSoup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/BeautifulSoup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/BeautifulSoup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/BeautifulSoup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/BeautifulSoup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/BeautifulSoup-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/BeautifulSoup.py
|
||||
lib/python${MODPY_VERSION}/site-packages/BeautifulSoup.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/BeautifulSoupTests.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user