Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
APK Fission
packages
Commits
10556c9e
Commit
10556c9e
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
main/py3-urllib3: new package for py3-requests
parent
f6ac4e46
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/py3-urllib3/APKBUILD
+29
-0
29 additions, 0 deletions
main/py3-urllib3/APKBUILD
with
29 additions
and
0 deletions
main/py3-urllib3/APKBUILD
0 → 100644
+
29
−
0
View file @
10556c9e
# 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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment