Update to version 3.2.0. Not much in the way of release notes except this:
Beautiful Soup 3.2.0 features very little new functionality, but its version number leapfrogs the defunct 3.1 series, preventing confusion about which version is the latest. However, the web site also says this about our previous version: Beautiful Soup version 3.1.0.1 was released January 6, 2009. It won't work very well — I consider it a failed experiment.
This commit is contained in:
parent
0828b9245c
commit
6ae0e5ce5c
3 changed files with 8 additions and 22 deletions
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/10/15 11:24:19 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2011/11/29 17:00:54 darcy Exp $
|
||||
#
|
||||
|
||||
DISTNAME= BeautifulSoup-3.1.0.1
|
||||
PKGNAME= ${PYPKGPREFIX}-beautifulsoup-3.1.0.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= BeautifulSoup-3.2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-beautifulsoup-3.2.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
|
||||
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/
|
||||
|
||||
MAINTAINER= darcy@NetBSD.org
|
||||
HOMEPAGE= http://www.crummy.com/software/BeautifulSoup/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/10/19 11:05:52 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/11/29 17:00:54 darcy Exp $
|
||||
|
||||
SHA1 (BeautifulSoup-3.1.0.1.tar.gz) = e9593b0412402325b6a98e3bf35ac8d00da5fc00
|
||||
RMD160 (BeautifulSoup-3.1.0.1.tar.gz) = 24a4ac2a5faef8136223cba3f3532f7ce0b6bb70
|
||||
Size (BeautifulSoup-3.1.0.1.tar.gz) = 71460 bytes
|
||||
SHA1 (BeautifulSoup-3.2.0.tar.gz) = 924eb4e43144e233e3749edadc8dc5cd8ec8a3be
|
||||
RMD160 (BeautifulSoup-3.2.0.tar.gz) = 44c04cf55cf8fe7d192a32d8362a36d292acb767
|
||||
Size (BeautifulSoup-3.2.0.tar.gz) = 31056 bytes
|
||||
SHA1 (patch-aa) = 759fb0b55b5c731998e4b7c7cd4dbda45e47771f
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1 2009/10/19 11:07:41 joerg Exp $
|
||||
|
||||
--- setup.py.orig 2009-10-12 14:48:56.000000000 +0200
|
||||
+++ setup.py
|
||||
@@ -37,7 +37,7 @@ if not result.wasSuccessful():
|
||||
setup(name="BeautifulSoup",
|
||||
version=__version__,
|
||||
py_modules=['BeautifulSoup', 'BeautifulSoupTests'],
|
||||
- scripts=['testall.sh', 'to3.sh',
|
||||
+ scripts=[
|
||||
## Whatever, I'll fix this later.
|
||||
#'README', 'CHANGELOG',
|
||||
# 'BeautifulSoup.py.3.diff', 'BeautifulSoupTests.py.3.diff'],
|
Loading…
Reference in a new issue