New package: python-cssselect-0.9.1 with 3.4 subpkg

CSS selectors for Python.
This commit is contained in:
Alessio Sergi 2014-07-04 10:10:09 +02:00
parent 42a0747054
commit ffdc85a128
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# Template file for 'python-cssselect'
pkgname=python-cssselect
version=0.9.1
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style="python-module"
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
depends="python"
pycompile_module="cssselect"
short_desc="CSS selectors for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://pypi.python.org/pypi/cssselect"
license="BSD"
distfiles="https://pypi.python.org/packages/source/c/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
checksum=0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682
pre_install() {
sed -i 's,#!/usr/bin/env python,&3.4,' build-3.4/lib/cssselect/tests.py
}
python3.4-cssselect_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="cssselect"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}

1
srcpkgs/python3.4-cssselect Symbolic link
View File

@ -0,0 +1 @@
python-cssselect