aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-27 06:49:11 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-02 15:56:04 +0000
commit3a6a8a33aa4281e3a0fd392d67e1fe77a6451c30 (patch)
tree38f8f7bbe4fc3f715e46aaa6dc62e31da503694d /main
parent0751ab39d461d4e7fe172188768b12a05914e918 (diff)
downloadaports-3a6a8a33aa4281e3a0fd392d67e1fe77a6451c30.tar.bz2
aports-3a6a8a33aa4281e3a0fd392d67e1fe77a6451c30.tar.xz
community/py3-twitter: move from main
Closes !212
Diffstat (limited to 'main')
-rw-r--r--main/py3-twitter/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/main/py3-twitter/APKBUILD b/main/py3-twitter/APKBUILD
deleted file mode 100644
index 3d447cc97e..0000000000
--- a/main/py3-twitter/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: prspkt <prspkt@protonmail.com>
-pkgname=py3-twitter
-_pkgname=python-twitter
-pkgver=3.5
-pkgrel=2
-pkgdesc="Python3 wrapper around the Twitter API"
-options="!check" # Requires 'pytest-runner' which is in community
-url="https://pypi.python.org/pypi/python-twitter"
-arch="noarch"
-license="Apache-2.0"
-depends="python3 py3-future py3-requests py3-requests-oauthlib"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-replaces="py-twitter" # Backwards compatibility
-provides="py-twitter=$pkgver-r$pkgrel" # Backwards compatibility
-
-build() {
- cd "$builddir"
- python3 setup.py build
-}
-
-package() {
- cd "$builddir"
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="6ccd5aa81ec433a86a8d4db0fe28ab12d4b434849e2d06ae3cd70449d98fd642d4c16221113f4b6fd82610093c11ea042118cab0a876e4ec1208b0c8e14b41b5 python-twitter-3.5.tar.gz"