summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-02-07 12:38:40 +0100
committerJohannes Dewender2014-02-07 12:38:40 +0100
commit4c275dac34756274beabdf2705d6dab73afd29a3 (patch)
treef45fdfb0d14dfd9bedf581b2c2c8ff3ccf7cb28f
parent0d8d347c2c820a225854e6b569af147e1a9a4b48 (diff)
downloadaur-4c275dac34756274beabdf2705d6dab73afd29a3.tar.gz
python-musicbrainzngs: 0.5
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
-rw-r--r--remove_unused_data.patch20
3 files changed, 6 insertions, 33 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c112da21ee48..593cc82a919c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
pkgbase = python-musicbrainzngs
pkgdesc = bindings for the MusicBrainz NGS service
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = http://python-musicbrainzngs.readthedocs.org/
arch = any
license = BSD
- makedepends = python-distribute
depends = python
- source = http://pypi.python.org/packages/source/m/musicbrainzngs/musicbrainzngs-0.4.tar.gz
- source = remove_unused_data.patch
- md5sums = ec4323fa1ad4938f9376496bc8c27b05
- md5sums = 95dd1b00b5946775299cc787d328b152
+ source = http://pypi.python.org/packages/source/m/musicbrainzngs/musicbrainzngs-0.5.tar.gz
+ md5sums = 9e17a181af72d04a291c9a960bc73d44
pkgname = python-musicbrainzngs
diff --git a/PKGBUILD b/PKGBUILD
index 9189fa616668..f1fb80b45a9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,22 +5,18 @@ python=python
name=musicbrainzngs
pkgname=$python-$name
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="bindings for the MusicBrainz NGS service"
url="http://python-musicbrainzngs.readthedocs.org/"
license="BSD"
arch=('any')
depends=('python')
-makedepends=('python-distribute')
-source=(http://pypi.python.org/packages/source/m/$name/$name-$pkgver.tar.gz
-remove_unused_data.patch)
-md5sums=('ec4323fa1ad4938f9376496bc8c27b05'
- '95dd1b00b5946775299cc787d328b152')
+source=(http://pypi.python.org/packages/source/m/$name/$name-$pkgver.tar.gz)
+md5sums=('9e17a181af72d04a291c9a960bc73d44')
prepare() {
cd $srcdir/$name-$pkgver
- patch -p1 < ../remove_unused_data.patch
}
build() {
diff --git a/remove_unused_data.patch b/remove_unused_data.patch
deleted file mode 100644
index a62f05a6a09e..000000000000
--- a/remove_unused_data.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Remove the unused package data in setup.py
-Author: Simon Chopin <chopin.simon@gmail.com>
---- a/setup.py
-+++ b/setup.py
-@@ -52,15 +52,6 @@
- author_email="alastair@porter.net.nz",
- url="https://github.com/alastair/python-musicbrainz-ngs",
- packages=['musicbrainzngs'],
-- package_data={'musicbrainzngs': ['CHANGES',
-- '../docs/*',
-- '../examples/*',
-- '../test/data/*.xml',
-- '../test/data/artist/*',
-- '../test/data/label/*',
-- '../test/data/release/*',
-- '../test/data/release-group/*',
-- '../test/data/work/*']},
- cmdclass={'test': test },
- license='BSD 2-clause',
- classifiers=[