aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-28 16:10:46 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-05-09 17:24:23 +0000
commite25b6de9085992f608a8518a3abcfea0cb5704a5 (patch)
treec8f7cb49d000015b35cc9a6f758cae7e0f5fbc53 /testing
parente11063bcb331ea507ac773cb1224ff33966dcb1c (diff)
downloadaports-e25b6de9085992f608a8518a3abcfea0cb5704a5.tar.bz2
aports-e25b6de9085992f608a8518a3abcfea0cb5704a5.tar.xz
testing/py3-casttube: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-casttube/APKBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/py3-casttube/APKBUILD b/testing/py3-casttube/APKBUILD
new file mode 100644
index 0000000000..b1fb4d41bc
--- /dev/null
+++ b/testing/py3-casttube/APKBUILD
@@ -0,0 +1,24 @@
+# Contributor: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
+pkgname=py3-casttube
+pkgver=0.2.0
+pkgrel=0
+pkgdesc="YouTube Chromecast API"
+url="https://github.com/ur1katz/casttube"
+arch="noarch"
+license="MIT"
+depends="python3 py3-requests"
+makedepends="py3-setuptools"
+source="https://pypi.python.org/packages/source/c/casttube/casttube-$pkgver.tar.gz"
+options="!check" # No tests
+builddir="$srcdir/casttube-$pkgver"
+
+build() {
+ python3 setup.py build
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+sha512sums="0ab69a92d49a9095c0adb70fec95011447d1f2a57e7642504d2ab4f19fc5f93b09db0e5d277bf7876311e5f26067a687bde58e3aa12469dcc6778486fc19c836 casttube-0.2.0.tar.gz"