mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-requests-oauthlib: drop package
This commit is contained in:
parent
4d7f50c0f1
commit
1befd1026f
2 changed files with 7 additions and 21 deletions
|
@ -1 +0,0 @@
|
||||||
python-requests-oauthlib
|
|
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'python-requests-oauthlib'
|
# Template file for 'python3-requests-oauthlib'
|
||||||
pkgname=python-requests-oauthlib
|
pkgname=python3-requests-oauthlib
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
pycompile_module="requests_oauthlib"
|
hostmakedepends="python3-setuptools"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
depends="python3-requests python3-oauthlib"
|
||||||
depends="python-requests python-oauthlib"
|
short_desc="OAuthlib authentication support for Requests (Python3)"
|
||||||
short_desc="OAuthlib authentication support for Requests (Python2)"
|
|
||||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/requests/requests-oauthlib"
|
homepage="https://github.com/requests/requests-oauthlib"
|
||||||
|
@ -19,14 +17,3 @@ checksum=b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8beeaa6a
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-requests-oauthlib_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3-requests python3-oauthlib"
|
|
||||||
pycompile_module="requests_oauthlib"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove "usr/lib/python3*"
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue