From 296364e3320181a6d7a3070cdb7d055e01ede368 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Fri, 10 Apr 2015 09:30:48 +0200 Subject: main/py-pylast: move to main and upgrade to 1.1.0 --- main/py-pylast/APKBUILD | 40 ++++++++++++++++++++++++++++++++++++++++ testing/py-pylast/APKBUILD | 40 ---------------------------------------- 2 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 main/py-pylast/APKBUILD delete mode 100644 testing/py-pylast/APKBUILD diff --git a/main/py-pylast/APKBUILD b/main/py-pylast/APKBUILD new file mode 100644 index 0000000000..3725630d12 --- /dev/null +++ b/main/py-pylast/APKBUILD @@ -0,0 +1,40 @@ +# Contributor: Carlo Landmeter +# Maintainer: +pkgname=py-pylast +pkgver=1.1.0 +pkgrel=0 +pkgdesc="A Python interface to the last.fm API" +url="https://github.com/pylast/pylast" +arch="noarch" +license="Apache" +depends="python" +depends_dev="" +makedepends="python-dev py-setuptools" +install="" +subpackages="" +source="https://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz" + +_builddir="$srcdir"/pylast-$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" + python setup.py build || return 1 +} + +package() { + cd "$_builddir" + python setup.py install --prefix=/usr --root="$pkgdir" || return 1 +} + +md5sums="a8529f07bb6c935777236affd67ea976 pylast-1.1.0.tar.gz" +sha256sums="f7da6f8f5c02bff18e4600ad7d44b7d82cbf78d3a9b09c33e168def4280953ce pylast-1.1.0.tar.gz" +sha512sums="61fd99597582b14b62e8c931a68d296a5a30dfc732112ee5fca6c7061f7a4fa391ea76520699278d89d2ee121dfbf1805eb925c176fc48704add8374fceb95ab pylast-1.1.0.tar.gz" diff --git a/testing/py-pylast/APKBUILD b/testing/py-pylast/APKBUILD deleted file mode 100644 index 22b5efadb6..0000000000 --- a/testing/py-pylast/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Contributor: Carlo Landmeter -# Maintainer: -pkgname=py-pylast -pkgver=1.0.0 -pkgrel=0 -pkgdesc="A Python interface to the last.fm API" -url="https://github.com/pylast/pylast" -arch="noarch" -license="Apache" -depends="python" -depends_dev="" -makedepends="python-dev py-setuptools" -install="" -subpackages="" -source="https://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz" - -_builddir="$srcdir"/pylast-$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" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="a8404fee22b55352c9da25d6fa55c38c pylast-1.0.0.tar.gz" -sha256sums="948bc9efb2e2785db8c303cc6559358b943538cc45f902838db770b84843d605 pylast-1.0.0.tar.gz" -sha512sums="1d6183596ff994f37722be493e22c65a2c441f5890b539fd9e19d515a5a38afc7017524600903879a8c76b938a52dec6ef4753c0e01dd59bae4e1596962755a0 pylast-1.0.0.tar.gz" -- cgit v1.2.3