Commit graph

13 commits

Author SHA1 Message Date
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
f72505d976 Update to 3.2.1, bugfix release. 2012-04-22 21:15:21 +00:00
wiz
c595076396 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
obache
0bf6580681 tabify. 2012-01-27 06:23:20 +00:00
obache
334fb86156 patch-aa had be removed at last update. 2012-01-27 06:21:31 +00:00
darcy
6ae0e5ce5c 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.
2011-11-29 17:00:54 +00:00
obache
6acb75cd09 * LICENSE=modified-bsd
* regist egg-info

Bump PKGREVISION.
2011-10-15 11:24:19 +00:00
joerg
b6582615d1 Add missing patches for beautifulsoup-3.1.0.1 2009-10-19 11:07:41 +00:00
joerg
3e68208c40 Update to BeautifulSoup 3.1.0.1:
- various changes to prepare for Python 3
2009-10-19 11:05:52 +00:00
joerg
63d5953a15 Supports destdir installation. 2009-01-15 00:13:59 +00:00
wiz
144837d797 Remove homepage URL from DESCR. 2008-12-10 12:32:27 +00:00
wiz
408855ab91 Fix PKGNAME. 2008-12-10 12:32:09 +00:00
darcy
6ac689b419 Add BeautifullSoup package.
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround
projects like screen-scraping. Three features make it powerful:

1. Beautiful Soup won't choke if you give it bad markup. It yields a parse
tree that makes approximately as much sense as your original document. This
is usually good enough to collect the data you need and run away.

2. Beautiful Soup provides a few simple methods and Pythonic idioms for
navigating, searching, and modifying a parse tree: a toolkit for dissecting
a document and extracting what you need. You don't have to create a custom
parser for each application.

3. Beautiful Soup automatically converts incoming documents to Unicode and
outgoing documents to UTF-8. You don't have to think about encodings, unless
the document doesn't specify an encoding and Beautiful Soup can't autodetect
one. Then you just have to specify the original encoding.
2008-09-05 15:46:51 +00:00