1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

audio/py-eyed3: update to 0.7.10

- update to 0.7.10
- remove dependency upon magic: it is not used since 0.7.8

Changelog:
0.7.10 - 12.10.2016 (Hollow)
    Bug Fixes:
        [issue 97] - Missing import
        [issue 105] - Fix the rendering of default constructed id3.TagHeader
        Fixed Tag.frameiter
This commit is contained in:
Ruslan Makhmatkhanov 2016-12-14 21:02:37 +00:00
parent f458a93fa3
commit 0e7f5b5ac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428592
2 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eyed3
PORTVERSION= 0.7.9
PORTVERSION= 0.7.10
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,8 +14,6 @@ COMMENT= Python module for processing ID3 tags
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}magic>0:devel/py-magic
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils

View File

@ -1,2 +1,3 @@
SHA256 (eyeD3-0.7.9.tar.gz) = 34b97f6e99da41a42a0c66eebe351cf515fcafe0f4d85850e937ed224ee39395
SIZE (eyeD3-0.7.9.tar.gz) = 230175
TIMESTAMP = 1481747988
SHA256 (eyeD3-0.7.10.tar.gz) = 98a7d249136e845eb5469866657160f623d0a44f602e59bc907a12a3bf665172
SIZE (eyeD3-0.7.10.tar.gz) = 232523