From 140097217bd08a8f00332b9aeee17287545c667e Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 30 Nov 2019 16:16:19 +1100 Subject: [PATCH] beautifulsoup: dropped use beautifulsoup4 --- beautifulsoup/.footprint | 9 --------- beautifulsoup/.signature | 5 ----- beautifulsoup/Pkgfile | 15 --------------- 3 files changed, 29 deletions(-) delete mode 100644 beautifulsoup/.footprint delete mode 100644 beautifulsoup/.signature delete mode 100644 beautifulsoup/Pkgfile diff --git a/beautifulsoup/.footprint b/beautifulsoup/.footprint deleted file mode 100644 index c64e60742..000000000 --- a/beautifulsoup/.footprint +++ /dev/null @@ -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 diff --git a/beautifulsoup/.signature b/beautifulsoup/.signature deleted file mode 100644 index 773763907..000000000 --- a/beautifulsoup/.signature +++ /dev/null @@ -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 diff --git a/beautifulsoup/Pkgfile b/beautifulsoup/Pkgfile deleted file mode 100644 index 4f752932c..000000000 --- a/beautifulsoup/Pkgfile +++ /dev/null @@ -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 -}