From 6157d1990e68b21b64d94f31c16eefd21ee784ed Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 25 Aug 2013 03:03:56 -0300 Subject: [PATCH] New package: python-pyacoustid-1.0.0. --- srcpkgs/python-pyacoustid/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 srcpkgs/python-pyacoustid/template diff --git a/srcpkgs/python-pyacoustid/template b/srcpkgs/python-pyacoustid/template new file mode 100755 index 00000000000..1b8b8f624bb --- /dev/null +++ b/srcpkgs/python-pyacoustid/template @@ -0,0 +1,23 @@ +# Template file for 'python-pyacoustid' +pkgname=python-pyacoustid +version=1.0.0 +revision=1 +distfiles="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-${version}.tar.gz" +checksum="31900428e7b344dca0c2da594b387e88620c319298e3a6400a968078194407d4" +build_style=python-module +hostmakedepends="python-distribute" +makedepends="python-devel" +maintainer="Steven R " +homepage="https://github.com/sampsyo/pyacoustid" +license="MIT" +short_desc="Bindings for Chromaprint acoustic fingerprinting and the Acoustid API" +wrksrc="pyacoustid-${version}" + +python-pyacoustid_package() { + noarch="yes" + pycompile_module="pyacoustid" + depends="python>=2.7" + pkg_install() { + vmove all + } +} \ No newline at end of file