Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Johannes Müller
aports
Commits
e391664e
Commit
e391664e
authored
Sep 15, 2019
by
Leo
Committed by
Natanael Copa
Sep 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/py3-flask-oauthlib: drop py2
parent
2f20c9ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
29 deletions
+10
-29
main/py3-flask-oauthlib/APKBUILD
main/py3-flask-oauthlib/APKBUILD
+10
-29
No files found.
main/py3-flask-oauthlib/APKBUILD
View file @
e391664e
# Maintainer:
pkgname
=
py-flask-oauthlib
pkgname
=
py
3
-flask-oauthlib
_pkgname
=
Flask-OAuthlib
pkgver
=
0.9.5
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Flask OAuth extension using OAuthlib"
url
=
"https://github.com/lepture/flask-oauthlib"
arch
=
"noarch"
license
=
"BSD"
depends
=
"py-flask py-requests-oauthlib"
makedepends
=
"python2-dev python3-dev py-setuptools"
subpackages
=
"py2-
${
pkgname
#py-
}
:_py2 py3-
${
pkgname
#py-
}
:_py3"
license
=
"BSD-3-Clause"
depends
=
"py3-flask py3-requests-oauthlib py3-oauthlib python3"
makedepends
=
"py3-setuptools"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
replaces
=
"py-flask-oauthlib"
# Backwards compatibility
provides
=
"py-flask-oauthlib=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
build
()
{
cd
"
$builddir
"
python2 setup.py build
||
return
1
python3 setup.py build
||
return
1
python3 setup.py build
}
package
()
{
mkdir
-p
"
$pkgdir
"
}
_py2
()
{
depends
=
"
${
depends
//py-/py2-
}
"
_py python2
}
_py3
()
{
replaces
=
"
$pkgname
"
depends
=
"
${
depends
//py-/py3-
}
"
_py python3
}
_py
()
{
local
python
=
"
$1
"
pkgdesc
=
"
$pkgdesc
(for
$python
)"
depends
=
"
$depends
$python
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
$python
"
cd
"
$builddir
"
$python
setup.py
install
--prefix
=
/usr
--root
=
"
$sub
pkgdir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$
pkgdir
"
}
sha512sums
=
"4dceac5517612987b506016e2a2d5e90274045df3423e21003fafa43cdd312c41108e97f1b1ba361182e9f499fd102de9e709645be9c470c424bdc8d04364863 Flask-OAuthlib-0.9.5.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment