python-httplib2: drop package
This commit is contained in:
parent
ab49c72da6
commit
e20aeccae7
2 changed files with 8 additions and 20 deletions
|
@ -1 +0,0 @@
|
||||||
python-httplib2
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'python-httplib2'
|
# Template file for 'python3-httplib2'
|
||||||
pkgname=python-httplib2
|
pkgname=python3-httplib2
|
||||||
version=0.14.0
|
version=0.14.0
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="httplib2-${version}"
|
build_wrksrc="httplib2-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python ca-certificates"
|
depends="python3 ca-certificates"
|
||||||
short_desc="Comprehensive HTTP client library (Python2)"
|
short_desc="Comprehensive HTTP client library (Python3)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/httplib2/httplib2"
|
homepage="https://github.com/httplib2/httplib2"
|
||||||
changelog="https://raw.githubusercontent.com/httplib2/httplib2/master/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/httplib2/httplib2/master/CHANGELOG"
|
||||||
|
@ -27,13 +26,3 @@ post_install() {
|
||||||
|
|
||||||
vlicense ../LICENSE.txt
|
vlicense ../LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-httplib2_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3 ca-certificates"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense ../LICENSE.txt
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue