- update py-beautifulsoup4 to 4.1.3

- new MAINTAINER
- update licence, DESCR and MASTER_SITES
- remove PKG_ARCH and WRKSRC

from Frantisek Holop, minor tweaks by me.
This commit is contained in:
benoit 2013-03-13 08:12:10 +00:00
parent d5e90604ff
commit c637af8108
3 changed files with 14 additions and 17 deletions

View File

@ -1,27 +1,24 @@
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:44:48 espie Exp $
# $OpenBSD: Makefile,v 1.3 2013/03/13 08:12:10 benoit Exp $
COMMENT = HTML/XML parser that supports invalid markup
MODPY_EGG_VERSION = 4.1.0
MODPY_EGG_VERSION = 4.1.3
DISTNAME = beautifulsoup4-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = www
HOMEPAGE = http://www.crummy.com/software/BeautifulSoup/
MAINTAINER = frantisek holop <minusf@obiit.org>
# BSD
# MIT
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}bs4/download/4.0/
MASTER_SITES = ${HOMEPAGE}bs4/download/
MODULES = lang/python
PKG_ARCH = *
WRKSRC = ${WRKDIR}/${DISTNAME}
do-test:
@cd ${WRKSRC} && ${MODPY_BIN} -m unittest discover -s bs4
cd ${WRKSRC} && ${MODPY_BIN} -m unittest discover -s bs4
.include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (beautifulsoup4-4.1.0.tar.gz) = v2k2K+fQwyUVhy+UR2Nliw==
RMD160 (beautifulsoup4-4.1.0.tar.gz) = J2SkurqGwOfAkN1I088gbQyBJzg=
SHA1 (beautifulsoup4-4.1.0.tar.gz) = tJ3hq2MGWsLFeVbS+Z79+YEehCc=
SHA256 (beautifulsoup4-4.1.0.tar.gz) = b935ljaVl5IOUxpP+fNJGhq1iPWfy7AGH9zlr4tHTxE=
SIZE (beautifulsoup4-4.1.0.tar.gz) = 128946
SHA256 (beautifulsoup4-4.1.3.tar.gz) = 8em3tI6T78BEx5+grFgFCUq29C+JRuxKv4QHU+DeqR8=
SIZE (beautifulsoup4-4.1.3.tar.gz) = 131290

View File

@ -1,3 +1,6 @@
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 Python library for pulling data out
of HTML and XML files. It works with your favorite parser
to provide idiomatic ways of navigating, searching, and
modifying the parse tree. Beautiful Soup 3 is no longer
being developed, and Beautiful Soup 4 is recommended for
all new projects.