From f8ad742e8993cfb53d85608f808eba2d236bec65 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Wed, 11 Feb 2009 22:10:51 -0800
Subject: Needed by MythVodka.

---
 abs/extra-testing/beautiful-soup/PKGBUILD | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 abs/extra-testing/beautiful-soup/PKGBUILD

diff --git a/abs/extra-testing/beautiful-soup/PKGBUILD b/abs/extra-testing/beautiful-soup/PKGBUILD
new file mode 100644
index 0000000..082700c
--- /dev/null
+++ b/abs/extra-testing/beautiful-soup/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
+# Contributor: phrakture < aaron m griffin * gmail::com >
+# Contributor: tardo <tardo@nagi-fanboi.net>
+
+pkgname=beautiful-soup
+pkgver=3.1.0.1
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like screen-scraping"
+arch=('i686' 'x86_64')
+url="http://www.crummy.com/software/BeautifulSoup/index.html"
+license=('PSF')
+depends=('python')
+source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-$pkgver.tar.gz)
+
+build() {
+    cd $startdir/src/BeautifulSoup-$pkgver
+    python setup.py install --root=$startdir/pkg
+}
+md5sums=('bcffef3eda6e06e6d1e18c06a9db8a24')
-- 
cgit v0.12