aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-27 06:46:49 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-02 15:56:04 +0000
commit0751ab39d461d4e7fe172188768b12a05914e918 (patch)
tree07140a8e44841ca140b7c691813943b10b8e0f0a
parent124da9767588900000a0fc3e129a29c65e4e34c6 (diff)
downloadaports-0751ab39d461d4e7fe172188768b12a05914e918.tar.bz2
aports-0751ab39d461d4e7fe172188768b12a05914e918.tar.xz
community/py3-requests-oauthlib: move from community
Closes !212
-rw-r--r--community/py3-requests-oauthlib/APKBUILD (renamed from main/py3-requests-oauthlib/APKBUILD)3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/py3-requests-oauthlib/APKBUILD b/community/py3-requests-oauthlib/APKBUILD
index 15b65cebcd..f4d474220c 100644
--- a/main/py3-requests-oauthlib/APKBUILD
+++ b/community/py3-requests-oauthlib/APKBUILD
@@ -18,17 +18,14 @@ replaces="py-requests-oauthlib" # Backwards compatibility
provides="py-requests-oauthlib=$pkgver-r$pkgrel" # Backwards compatibility
build() {
- cd "$builddir"
python3 setup.py build
}
check() {
- cd "$builddir"
python3 setup.py test
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}