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
9b7aa5cc
Commit
9b7aa5cc
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-oauthlib: drop py2
parent
2dfa1751
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
28 deletions
+16
-28
main/py3-oauthlib/APKBUILD
main/py3-oauthlib/APKBUILD
+16
-28
No files found.
main/py3-oauthlib/APKBUILD
View file @
9b7aa5cc
# Contributor: Eivind Uggedal <eu@eju.no>
# Maintainer:
pkgname
=
py-oauthlib
_pkgname
=
${
pkgname
#py-
}
pkgname
=
py
3
-oauthlib
_pkgname
=
oauthlib
pkgver
=
2.1.0
pkgrel
=
1
pkgdesc
=
"A Python implementation of the OAuth request-signing logic"
pkgrel
=
2
pkgdesc
=
"Python3 implementation of the OAuth request-signing logic"
options
=
"!check"
# requires 'blinker' that is in testing/
url
=
"https://github.com/idan/oauthlib"
arch
=
"noarch"
license
=
"BSD"
depends
=
"py
-crypto py-jwt
"
makedepends
=
"py
thon2-dev python3-dev py
-setuptools"
subpackages
=
"py2-
${
pkgname
#py-
}
:_py2 py3-
${
pkgname
#py-
}
:_py3
"
depends
=
"py
thon3
"
makedepends
=
"py
3
-setuptools"
checkdepends
=
"py3-nose py3-cryptography py3-jwt"
# py3-blinker
"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
replaces
=
"py-oauthlib"
# Backwards compatibility
provides
=
"py-oauthlib=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
build
()
{
cd
"
$builddir
"
python2 setup.py build
python3 setup.py build
}
package
()
{
mkdir
-p
"
$pkgdir
"
}
_py2
()
{
replaces
=
"
$pkgname
"
depends
=
"
${
depends
//py-/py2-
}
"
_py python2
}
_py3
()
{
depends
=
"
${
depends
//py-/py3-
}
"
_py python3
check
()
{
cd
"
$builddir
"
python3 setup.py
test
}
_py
()
{
local
python
=
"
$1
"
pkgdesc
=
"
$pkgdesc
(for
$python
)"
depends
=
"
$depends
$python
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
$python
"
package
()
{
cd
"
$builddir
"
$python
setup.py
install
--prefix
=
/usr
--root
=
"
$sub
pkgdir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$
pkgdir
"
}
sha512sums
=
"bd749c7b65de00cc0c371053577623aca5767a0b20e41b2d5e3e20f8246e84bf360472b4ec983023227d6164ecd7ed4647c41cd8f425fe21200a2c25a9049ffd oauthlib-2.1.0.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