python-httplib2: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 22:29:54 +07:00
parent ab49c72da6
commit e20aeccae7
2 changed files with 8 additions and 20 deletions

View file

@ -1 +0,0 @@
python-httplib2

View file

@ -1,15 +1,14 @@
# Template file for 'python-httplib2'
pkgname=python-httplib2
# Template file for 'python3-httplib2'
pkgname=python3-httplib2
version=0.14.0
revision=3
archs=noarch
revision=4
create_wrksrc=yes
build_wrksrc="httplib2-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python ca-certificates"
short_desc="Comprehensive HTTP client library (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 ca-certificates"
short_desc="Comprehensive HTTP client library (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/httplib2/httplib2"
changelog="https://raw.githubusercontent.com/httplib2/httplib2/master/CHANGELOG"
@ -27,13 +26,3 @@ post_install() {
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
}
}