1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Update to 0.5

This commit is contained in:
Mark Felder 2014-02-13 14:22:04 +00:00
parent 40e92fa47f
commit 9b90b0eb6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344119
3 changed files with 5 additions and 22 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= musicbrainzngs
PORTVERSION= 0.4
PORTVERSION= 0.5
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,7 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Python Musicbrainz NGS site bindings
LICENSE= BSD
LICENSE= BSD2CLAUSE ISCL
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
USE_PYTHON= yes

View File

@ -1,2 +1,2 @@
SHA256 (musicbrainzngs-0.4.tar.gz) = 1a1b7c3cce851c491d5ad71b501bbed2bd653098e33565a0534050d4b922265a
SIZE (musicbrainzngs-0.4.tar.gz) = 52858
SHA256 (musicbrainzngs-0.5.tar.gz) = 281388ab750d2996e9feca4580fd4215d616a698e02cd6719cb9b8562945c489
SIZE (musicbrainzngs-0.5.tar.gz) = 61632

View File

@ -1,18 +0,0 @@
--- setup.py.orig 2013-06-06 19:19:28.876582953 -0500
+++ setup.py 2013-06-06 19:19:45.698579171 -0500
@@ -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=[