summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2007-02-25 20:35:17 +0100
committerTreeve Jelbert2007-02-25 20:35:17 +0100
commitbc269bd164d27b14321e80f74259e81fd65a27bd (patch)
tree8d58339bc787f23c20a10763506a9f31afc67f20
parentc89c2f018f5cb4302b5cef9daaef0eeda50f962c (diff)
beautifulsoup-3.0.3
-rw-r--r--ChangeLog3
-rwxr-xr-xpython-devel/beautifulsoup/DEPENDS2
-rwxr-xr-xpython-devel/beautifulsoup/DETAILS16
-rw-r--r--python-devel/beautifulsoup/HISTORY4
4 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 144bc53c59..e6da826b5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2007-02-25 Treeve Jelbert <treeve@pi.be>
+ * python-devel/beautifulsoup: new spell
+
+2007-02-25 Treeve Jelbert <treeve@pi.be>
* python-devel/kaa-{base,metadata,imlib2}: new spells
2007-02-24 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
diff --git a/python-devel/beautifulsoup/DEPENDS b/python-devel/beautifulsoup/DEPENDS
new file mode 100755
index 0000000000..2994f4c62f
--- /dev/null
+++ b/python-devel/beautifulsoup/DEPENDS
@@ -0,0 +1,2 @@
+depends python
+
diff --git a/python-devel/beautifulsoup/DETAILS b/python-devel/beautifulsoup/DETAILS
new file mode 100755
index 0000000000..771e020522
--- /dev/null
+++ b/python-devel/beautifulsoup/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=beautifulsoup
+ SPELLX=BeautifulSoup
+ VERSION=3.0.3
+ SOURCE_HASH=sha512:c4fbf567549ee60bb738a95d992b362eaa84fb7a493293af42dacfc728ca12f41b9af1a82c0e437ec85ee05895519a3dbc41ca83f957557363bcf131dc5d39c6
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://www.crummy.com/software/BeautifulSoup/
+ SOURCE_URL[0]=$WEB_SITE/download/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20070225
+ KEYWORDS="python"
+ SHORT="parser for python
+cat << EOF
+Beautiful Soup is a Python HTML/XML parser designed for quick turnaround
+projects like screen-scraping.
+EOF
diff --git a/python-devel/beautifulsoup/HISTORY b/python-devel/beautifulsoup/HISTORY
new file mode 100644
index 0000000000..4bd1213c61
--- /dev/null
+++ b/python-devel/beautifulsoup/HISTORY
@@ -0,0 +1,4 @@
+2007-02-25 Treeve Jelbert <treeve@pi.be>
+ * DETAILS: version 3.0.3
+ spell created
+