pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/py-acoustid py-acoustid: updated to 1.1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/107a7ca71d03
branches:  trunk
changeset: 335382:107a7ca71d03
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jun 18 15:11:56 2019 +0000

description:
py-acoustid: updated to 1.1.7

1.1.7
Include a LICENSE file.

1.1.6
In submission, avoid an error on non-integer durations. A new function, get_submission_status, abstracts the API endpoint for monitoring submissions using the (new) result from the submit function.

1.1.5
Fix compatibility with Python 3 in the submit function. Errors in submit are now also handled correctly (i.e., they raise an informative WebServiceError instead of a TypeError).

1.1.4
Fix an error on versions of the fpcalc tool that report the duration as a fractional number.

1.1.3
Accept bytearray objects in addition to other bytes-like types.

1.1.2
Fix a possible crash on Unicode text in Python 2 in a non-Unicode locale. Look for version ?1? of the Chromaprint shared library file.

1.1.1
Fix a possible setup error on Python 3.

1.1.0
Include fpcalc.py script in source distributions. Add Python 3 support

diffstat:

 audio/py-acoustid/Makefile |  15 ++++++---------
 audio/py-acoustid/PLIST    |  13 +++++++------
 audio/py-acoustid/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 20 deletions(-)

diffs (71 lines):

diff -r 6a97edbaace5 -r 107a7ca71d03 audio/py-acoustid/Makefile
--- a/audio/py-acoustid/Makefile        Tue Jun 18 14:59:45 2019 +0000
+++ b/audio/py-acoustid/Makefile        Tue Jun 18 15:11:56 2019 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2019/04/26 14:12:31 maya Exp $
+# $NetBSD: Makefile,v 1.10 2019/06/18 15:11:56 adam Exp $
 
-DISTNAME=      v1.0.0
-PKGNAME=       ${PYPKGPREFIX}-acoustid-1.0.0
-CATEGORIES=    audio
-MASTER_SITES=  https://github.com/sampsyo/pyacoustid/archive/
-DIST_SUBDIR=   pyacoustid
+DISTNAME=      pyacoustid-1.1.7
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES=    audio python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyacoustid/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/sampsyo/pyacoustid
@@ -12,12 +11,10 @@
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-audioread-[0-9]*:../../audio/py-audioread
+DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=      chromaprint-[0-9]*:../../audio/chromaprint
 
-WRKSRC=                ${WRKDIR}/pyacoustid-1.0.0
 USE_LANGUAGES= # none
-EGG_NAME=      pyacoustid-1.0.0
-PYTHON_VERSIONS_INCOMPATIBLE=  36 37 # not yet ported as of 1.0.0
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6a97edbaace5 -r 107a7ca71d03 audio/py-acoustid/PLIST
--- a/audio/py-acoustid/PLIST   Tue Jun 18 14:59:45 2019 +0000
+++ b/audio/py-acoustid/PLIST   Tue Jun 18 15:11:56 2019 +0000
@@ -1,12 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2013/04/02 10:44:41 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/06/18 15:11:56 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/.pbr.json.icloud
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/acoustid.py
 ${PYSITELIB}/acoustid.pyc
 ${PYSITELIB}/acoustid.pyo
 ${PYSITELIB}/chromaprint.py
 ${PYSITELIB}/chromaprint.pyc
 ${PYSITELIB}/chromaprint.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r 6a97edbaace5 -r 107a7ca71d03 audio/py-acoustid/distinfo
--- a/audio/py-acoustid/distinfo        Tue Jun 18 14:59:45 2019 +0000
+++ b/audio/py-acoustid/distinfo        Tue Jun 18 15:11:56 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 01:12:46 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/06/18 15:11:56 adam Exp $
 
-SHA1 (pyacoustid/v1.0.0.tar.gz) = c5fee198dd91e9aa3f5f26d1884e1127a0038e6a
-RMD160 (pyacoustid/v1.0.0.tar.gz) = 188a08842bcdba9220726327f3a5475cbe4dcf86
-SHA512 (pyacoustid/v1.0.0.tar.gz) = b61266a045c76788122e8758fc3ff5e90e322df5030f45338a1463464251bbb63bda05f12f6c475432bbfe368858f905b10ab7f543690b89ce7127ecb11b2577
-Size (pyacoustid/v1.0.0.tar.gz) = 9816 bytes
+SHA1 (pyacoustid-1.1.7.tar.gz) = 9ba9454231d7173ad071c61f1853e6bbc29f7bc0
+RMD160 (pyacoustid-1.1.7.tar.gz) = 68c0d9223c6ad1b41ae539176f11cc69b702324c
+SHA512 (pyacoustid-1.1.7.tar.gz) = 2bd301ce51df8a352c71493dac5b5c15cdd0af0a9a0bf0c8640857a9d99c5f0c9d59c5c2bf8c2aec61689481dacc42948f847e0c11ac7d581a7338e6d1088162
+Size (pyacoustid-1.1.7.tar.gz) = 14990 bytes



Home | Main Index | Thread Index | Old Index