Skip to content
Snippets Groups Projects
Commit 10556c9e authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

main/py3-urllib3: new package for py3-requests

parent f6ac4e46
No related branches found
No related tags found
No related merge requests found
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=py3-urllib3
pkgver=1.24.1
pkgrel=0
pkgdesc="High-quality URL library for Python"
url="https://urllib3.readthedocs.io/en/latest/"
arch="noarch"
license="MIT"
depends="python3"
source="py3-urllib3-$pkgver.tar.gz::https://github.com/urllib3/urllib3/archive/$pkgver.tar.gz"
builddir="$srcdir/urllib3-$pkgver"
build() {
cd "$builddir"
python3 setup.py build
}
check() {
cd "$builddir"
python3 setup.py check
}
package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="2f5453cf0ec1b65de9a9fca0fdb45664f7481507c875b7115c063cb177628b4b611377e588508ab8433e0797fc78b60fd3ea5cc5ac0a3f105d36bfff9a56f1f4 py3-urllib3-1.24.1.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment