- update py-beautifulsoup to 3.2.1

- change MAINTAINER
- remove PKG_ARCH and WRKSRC
- update DESCR

from Frantisek Holop (new maintainer)
This commit is contained in:
benoit 2013-03-17 11:48:22 +00:00
parent 7bd192704f
commit 699f435a05
3 changed files with 10 additions and 15 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:44:48 espie Exp $
# $OpenBSD: Makefile,v 1.14 2013/03/17 11:48:22 benoit Exp $
COMMENT = HTML/XML parser that supports invalid markup
MODPY_EGG_VERSION = 3.2.0
REVISION = 1
MODPY_EGG_VERSION = 3.2.1
DISTNAME = BeautifulSoup-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
CATEGORIES = www
HOMEPAGE = http://www.crummy.com/software/BeautifulSoup/
MAINTAINER = frantisek holop <minusf@obiit.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
@ -18,10 +18,6 @@ MASTER_SITES = ${HOMEPAGE}download/3.x/
MODULES = lang/python
PKG_ARCH = *
WRKSRC = ${WRKDIR}/${DISTNAME}
do-test:
@cd ${WRKSRC} && ${MODPY_BIN} BeautifulSoupTests.py

View File

@ -1,5 +1,2 @@
MD5 (BeautifulSoup-3.2.0.tar.gz) = 7x5492iephMU973evP3ojA==
RMD160 (BeautifulSoup-3.2.0.tar.gz) = RMBM9Vz4/n0ZKjLYNio20pKst2c=
SHA1 (BeautifulSoup-3.2.0.tar.gz) = kk605DFE4jPjdJ7a3I3FzY7Io74=
SHA256 (BeautifulSoup-3.2.0.tar.gz) = oOozd6EFW/LhdZTAgIQUr7ZeEfJc6JmPHtPpuHHeb/Y=
SIZE (BeautifulSoup-3.2.0.tar.gz) = 31056
SHA256 (BeautifulSoup-3.2.1.tar.gz) = 9bqF6Qfn39eOROQACz6u86ZQrvxXgx6KZFcC2y5bUNs=
SIZE (BeautifulSoup-3.2.1.tar.gz) = 31224

View File

@ -1,3 +1,5 @@
Beautiful Soup parses arbitrarily invalid SGML and provides a variety
of methods and Pythonic idioms for iterating and searching the parse
tree.
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.