python-httplib2: leave builddir clean
This commit is contained in:
parent
2a32291b97
commit
e5a21723d2
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python-httplib2'
|
||||
pkgname=python-httplib2
|
||||
version=0.14.0
|
||||
revision=2
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="httplib2-${version}"
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="httplib2-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="httplib2"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python ca-certificates"
|
||||
short_desc="Comprehensive HTTP client library (Python2)"
|
||||
|
@ -30,7 +30,6 @@ post_install() {
|
|||
|
||||
python3-httplib2_package() {
|
||||
archs=noarch
|
||||
pycompile_module="httplib2"
|
||||
depends="python3 ca-certificates"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue