mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'python-httplib2'
|
||||||
pkgname=python-httplib2
|
pkgname=python-httplib2
|
||||||
version=0.14.0
|
version=0.14.0
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="httplib2-${version}"
|
create_wrksrc=yes
|
||||||
|
build_wrksrc="httplib2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="httplib2"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python ca-certificates"
|
depends="python ca-certificates"
|
||||||
short_desc="Comprehensive HTTP client library (Python2)"
|
short_desc="Comprehensive HTTP client library (Python2)"
|
||||||
|
@ -30,7 +30,6 @@ post_install() {
|
||||||
|
|
||||||
python3-httplib2_package() {
|
python3-httplib2_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="httplib2"
|
|
||||||
depends="python3 ca-certificates"
|
depends="python3 ca-certificates"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue