aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-mopidy-spotify
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-03-30 06:09:28 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-03-30 06:09:39 +0000
commit25b82120fd489beeba375afce3354b0581f7e406 (patch)
treec3333016d24556b5f3defa36d70678449b58b48e /testing/py-mopidy-spotify
parentb90100a751c063b5beaae55796619d8485fa7b42 (diff)
downloadaports-25b82120fd489beeba375afce3354b0581f7e406.tar.bz2
aports-25b82120fd489beeba375afce3354b0581f7e406.tar.xz
unmaintained/py-mopidy-*: move into unmaintained since depends are in this status
Diffstat (limited to 'testing/py-mopidy-spotify')
-rw-r--r--testing/py-mopidy-spotify/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-mopidy-spotify/APKBUILD b/testing/py-mopidy-spotify/APKBUILD
deleted file mode 100644
index d559801fda..0000000000
--- a/testing/py-mopidy-spotify/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
-pkgname=py-mopidy-spotify
-pkgver=1.2.0
-pkgrel=0
-pkgdesc="Mopidy extension for playing music from Spotify"
-url="https://github.com/mopidy/mopidy-spotify"
-arch="noarch"
-license="Apache"
-depends="python2 mopidy"
-depends_dev=""
-makedepends="python2-dev py-setuptools"
-install=""
-subpackages=""
-source="https://files.pythonhosted.org/packages/source/M/Mopidy-Spotify/Mopidy-Spotify-$pkgver.tar.gz"
-
-_builddir="$srcdir"/Mopidy-Spotify-$pkgver
-
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="03fec138e5d96e6254ecefea46561fec Mopidy-Spotify-1.2.0.tar.gz"
-sha256sums="b677f20b63a37c0dc1c7a4fa635f6c2ff853a60a65bddebfae08dc1b4cd748cc Mopidy-Spotify-1.2.0.tar.gz"
-sha512sums="1a2d9201d1c1493a9ac1d067848e15cb7d05b0141877a7ccc6b07419c63fa56632c7101a2c94edbc5f37bf64576aa5060b81d23eaab8bcd504d0be05283b93e5 Mopidy-Spotify-1.2.0.tar.gz"