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
c8e949e4
Commit
c8e949e4
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-oauth2client: drop py2
parent
8978e130
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
26 deletions
+14
-26
main/py3-oauth2client/APKBUILD
main/py3-oauth2client/APKBUILD
+14
-26
No files found.
main/py3-oauth2client/APKBUILD
View file @
c8e949e4
# Maintainer:
pkgname
=
py-oauth2client
pkgname
=
py
3
-oauth2client
_pkgname
=
oauth2client
pkgver
=
4.1.3
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A client library for OAuth 2.0"
options
=
"!check"
# Requires 'sqlalchemy' , 'fasteners' and 'flask'
url
=
"https://github.com/google/oauth2client"
arch
=
"noarch"
license
=
"Apache"
depends
=
"py
-asn1 py-httplib2 py-asn1-modules py-rsa py
-six"
makedepends
=
"py
thon2-dev python3-dev py
-setuptools"
subpackages
=
"py2-
${
_pkgname
}
:_py2 py3-
${
_pkgname
}
:_py3
"
depends
=
"py
thon3 py3-asn1 py3-httplib2 py3-asn1-modules py3-rsa py3
-six"
makedepends
=
"py
3
-setuptools"
checkdepends
=
"py3-mock py3-openssl py3-django
"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
replaces
=
"py-oauth2client"
# Backwards compatibility
provides
=
"py-oauth2client=
$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
=
"6ca6830c0461295b60598ef3e7ee047aa9fa463d1d2c19c18d6b8606a5b30b11f0798e06c51bd5be63afd8d408442fd846c2867f112655186f55c7dc8e0b7786 oauth2client-4.1.3.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