python-urlnorm: update to 1.1.4.

This commit is contained in:
Michael Gehring 2016-08-14 08:25:31 +02:00
parent ab3f0efaf6
commit 030af6417e

View file

@ -1,7 +1,7 @@
# Template file for 'python-urlnorm' # Template file for 'python-urlnorm'
pkgname=python-urlnorm pkgname=python-urlnorm
version=1.1.3 version=1.1.4
revision=2 revision=1
noarch=yes noarch=yes
wrksrc="urlnorm-${version}" wrksrc="urlnorm-${version}"
build_style=python-module build_style=python-module
@ -14,7 +14,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="MIT" license="MIT"
homepage="https://github.com/jehiah/urlnorm" homepage="https://github.com/jehiah/urlnorm"
distfiles="${PYPI_SITE}/u/urlnorm/urlnorm-${version}.tar.gz" distfiles="${PYPI_SITE}/u/urlnorm/urlnorm-${version}.tar.gz"
checksum=c9ea4ed056716df565ecbc34bc2b024970368a91e496009089cb54abea010059 checksum=3cde99b7ec8edb6768dfecbed5d97e9bd0c784b0593ee28a3f83b20419dcd75e
post_install() { post_install() {
sed -n '/^__license__/,/^"""/{/"""$/d;p}' urlnorm.py > LICENSE sed -n '/^__license__/,/^"""/{/"""$/d;p}' urlnorm.py > LICENSE