python-urlnorm: switch to python2-module

This commit is contained in:
Alessio Sergi 2016-10-17 09:40:17 +02:00
parent e0f6db88d6
commit c5275e9afa

View file

@ -1,13 +1,12 @@
# Template file for 'python-urlnorm'
pkgname=python-urlnorm
version=1.1.4
revision=1
revision=2
noarch=yes
wrksrc="urlnorm-${version}"
build_style=python-module
python_versions="2.7"
build_style=python2-module
pycompile_module="urlnorm"
hostmakedepends="python-setuptools python3.4-setuptools"
hostmakedepends="python-setuptools"
depends="python"
short_desc="Python2 module for normalizing URLs"
maintainer="Eivind Uggedal <eivind@uggedal.com>"