Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
3a5b54c5
Commit
3a5b54c5
authored
6 years ago
by
zlg
Browse files
Options
Downloads
Patches
Plain Diff
user/py3-requests: new package
parent
b54e41a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!113
Add certbot and dependencies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/py3-requests/APKBUILD
+30
-0
30 additions, 0 deletions
user/py3-requests/APKBUILD
with
30 additions
and
0 deletions
user/py3-requests/APKBUILD
0 → 100644
+
30
−
0
View file @
3a5b54c5
# Contributor: Peter Bui <pnutzh4x0r@gmail.com>
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname
=
py3-requests
_pkgname
=
${
pkgname
#py3-
}
pkgver
=
2.19.1
pkgrel
=
0
pkgdesc
=
"A HTTP request library for Python"
url
=
"http://www.python-requests.org/"
arch
=
"noarch"
license
=
"Apache-2.0"
options
=
"!check"
# tests connect to remote sites
depends
=
"py3-chardet py3-idna py3-certifi py3-urllib3"
makedepends
=
"python3-dev"
subpackages
=
""
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
package
()
{
mkdir
-p
"
$pkgdir
"
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"deef2662227497b472f6e7eb7f0ee468c772069fc66552f71d80e5a12af62a187f8bc6a8a78531915e824c7f277d0db61c1534c89d13d473f68504f0bd6edf47 requests-2.19.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