From 67bba71bd828ef348ecee80d73aff46748a2ff94 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 14 Sep 2014 11:35:07 +1000 Subject: [PATCH] beautifulsoup: don't remove egginfo --- beautifulsoup/.footprint | 1 + beautifulsoup/Pkgfile | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beautifulsoup/.footprint b/beautifulsoup/.footprint index 6762d1992..c64e60742 100644 --- a/beautifulsoup/.footprint +++ b/beautifulsoup/.footprint @@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python2.7/ drwxr-xr-x root/root usr/lib/python2.7/site-packages/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/BeautifulSoup-3.2.1-py2.7.egg-info -rw-r--r-- root/root usr/lib/python2.7/site-packages/BeautifulSoup.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/BeautifulSoup.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/BeautifulSoupTests.py diff --git a/beautifulsoup/Pkgfile b/beautifulsoup/Pkgfile index a5a65abc8..f7eabba4e 100644 --- a/beautifulsoup/Pkgfile +++ b/beautifulsoup/Pkgfile @@ -2,15 +2,14 @@ # URL: http://www.crummy.com/software/BeautifulSoup/ # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: James Mills, prologic at shortcircuit dot net dot au -# Depends on: python +# Depends on: setuptools name=beautifulsoup version=3.2.1 -release=1 +release=2 source=(http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-$version.tar.gz) build() { cd BeautifulSoup-$version /usr/bin/python setup.py install --root=$PKG - find $PKG -name '*.egg-info' | xargs rm -rf }