Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
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
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
bff2b1a4
Commit
bff2b1a4
authored
6 months ago
by
Willow
Committed by
Patrycja Rosa
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-aiohttp-oauthlib: new aport
parent
a6bccbff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!69672
community/py3-aiohttp-oauthlib: new aport
Pipeline
#253573
passed
6 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-aiohttp-oauthlib/APKBUILD
+33
-0
33 additions, 0 deletions
community/py3-aiohttp-oauthlib/APKBUILD
with
33 additions
and
0 deletions
community/py3-aiohttp-oauthlib/APKBUILD
0 → 100644
+
33
−
0
View file @
bff2b1a4
# Maintainer: Willow Barraco <contact@willowbarraco.fr>
pkgname
=
py3-aiohttp-oauthlib
pkgver
=
0.1.0
pkgrel
=
0
pkgdesc
=
"oauthlib for aiohttp clients"
url
=
"https://git.sr.ht/~whynothugo/aiohttp-oauthlib"
options
=
"!check"
# No tests
arch
=
"noarch"
license
=
"ISC"
depends
=
"py3-aiohttp py3-oauthlib"
makedepends
=
"
py3-gpep517
py3-setuptools
py3-wheel
"
subpackages
=
"
$pkgname
-pyc"
source
=
"https://pypi.python.org/packages/source/a/aiohttp-oauthlib/aiohttp-oauthlib-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/aiohttp-oauthlib-
$pkgver
build
()
{
gpep517 build-wheel
\
--wheel-dir
.dist
\
--output-fd
3 3>&1
>
&2
}
package
()
{
python3
-m
installer
-d
"
$pkgdir
"
\
.dist/
*
.whl
}
sha512sums
=
"
7cb9c05ea14b65a7ab371742d92c9e8bb12dc802e37263ec5d74bf69d273c2e431f1510768fd83a1057f64c0e3421628907ce247b34c31f6a449b88c8a27a715 aiohttp-oauthlib-0.1.0.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