From cef9ab1f1c58de40f20493bb5b7c618df8f66218 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 6 Jul 2015 23:46:07 +0200 Subject: [PATCH] python-BeautifulSoup4: update to 4.4.0 --- srcpkgs/python-BeautifulSoup4/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-BeautifulSoup4/template b/srcpkgs/python-BeautifulSoup4/template index 7e37d1eec89..20ef7f0ff0d 100644 --- a/srcpkgs/python-BeautifulSoup4/template +++ b/srcpkgs/python-BeautifulSoup4/template @@ -1,6 +1,6 @@ # Template file for 'python-BeautifulSoup4' pkgname=python-BeautifulSoup4 -version=4.3.2 +version=4.4.0 revision=1 noarch=yes wrksrc="beautifulsoup4-${version}" @@ -13,11 +13,11 @@ short_desc="Python2 HTML/XML parser" maintainer="Alessio Sergi " homepage="http://www.crummy.com/software/BeautifulSoup/" license="MIT" -distfiles="https://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz" -checksum=a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e +distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz" +checksum=fad91da88f69438b9ba939ab1b2cabaa31b1d914f1cccb4bb157a993ed2917f6 -pre_build() { - sed -i "s,'bs4.tests',," setup.py +post_install() { + vlicense COPYING.txt LICENSE } python3.4-BeautifulSoup4_package() { @@ -28,5 +28,6 @@ python3.4-BeautifulSoup4_package() { short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 + vlicense COPYING.txt LICENSE } }