beautifulsoup: dropped use beautifulsoup4

This commit is contained in:
Danny Rawlins 2019-11-30 16:16:19 +11:00
parent f29556315c
commit 140097217b
3 changed files with 0 additions and 29 deletions

View File

@ -1,9 +0,0 @@
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
-rw-r--r-- root/root usr/lib/python2.7/site-packages/BeautifulSoupTests.pyc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF339hSLiFeow3WwcOdqLPRJ2HkvBdSkY1fMp+wI2shSwQfuBVVS1N6TZbAZlwm25yjHCNxwPCfEJrjeABIXn37AU=
SHA256 (Pkgfile) = 01b4622e9e4a4dc89ac462858d0f446cb6eb5441daf357b53019c9e790e26974
SHA256 (.footprint) = 3659d851268573aac197a8e4f868ee4360ec7fd964b1ebb1cc29520f1b33cdf0
SHA256 (BeautifulSoup-3.2.1.tar.gz) = f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db

View File

@ -1,15 +0,0 @@
# Description: Python HTML/XML Parser.
# URL: http://www.crummy.com/software/BeautifulSoup/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: python-setuptools
name=beautifulsoup
version=3.2.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
}