Skip to content

Commit

Permalink
py-acoustid: updated to 1.3.0
Browse files Browse the repository at this point in the history
1.3.0

Multiple artists are joined by join phrases, as displayed on the web page. A
new (pure-Python) function compares two Chromaprint fingerprints for
similarity. Search more shared-library locations for the Chromaprint library on
Windows.
  • Loading branch information
adam committed Jun 13, 2024
1 parent d0bbe53 commit 839f3e4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
12 changes: 7 additions & 5 deletions audio/py-acoustid/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2022/07/08 13:58:55 wiz Exp $
# $NetBSD: Makefile,v 1.13 2024/06/13 07:31:47 adam Exp $

DISTNAME= pyacoustid-1.2.2
DISTNAME= pyacoustid-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyacoustid/}
Expand All @@ -10,13 +10,15 @@ HOMEPAGE= https://github.com/sampsyo/pyacoustid
COMMENT= Audio fingerprinting
LICENSE= mit

TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-audioread-[0-9]*:../../audio/py-audioread
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= chromaprint-[0-9]*:../../audio/chromaprint

PYTHON_VERSIONS_INCOMPATIBLE= 27

USE_LANGUAGES= # none

.include "../../lang/python/egg.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
14 changes: 7 additions & 7 deletions audio/py-acoustid/PLIST
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@comment $NetBSD: PLIST,v 1.3 2022/07/08 13:58:55 wiz Exp $
@comment $NetBSD: PLIST,v 1.4 2024/06/13 07:31:47 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/pbr.json
${PYSITELIB}/${WHEEL_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}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8 changes: 4 additions & 4 deletions audio/py-acoustid/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2022/07/08 13:58:55 wiz Exp $
$NetBSD: distinfo,v 1.7 2024/06/13 07:31:47 adam Exp $

BLAKE2s (pyacoustid-1.2.2.tar.gz) = 1e1008d23adbccc5b5f69a8f80e3e8e3fa9b9b4f697cee30c1879a5aca0de581
SHA512 (pyacoustid-1.2.2.tar.gz) = 5bcb3f017c3013eb8fc9e335540a1f5e6a52fc2fefa53d5ef246ba16e4ff615dd1d1cf08b5c80b1a38b149e0fa7dc0b15e4890dcc3f5478ef874b4ec22cf0813
Size (pyacoustid-1.2.2.tar.gz) = 15869 bytes
BLAKE2s (pyacoustid-1.3.0.tar.gz) = d65d961b046a9ab6f312af0ca9c420143f91e6275aee845537c8ac80f1314506
SHA512 (pyacoustid-1.3.0.tar.gz) = 3b38e580b2deda30df683fe749b338929be0ca23fb3ff462a5df9b98f140db4bde682d74254e7f3a157e394e824ecb6929171392b5e6c9bd92ca05fb6f71ed0a
Size (pyacoustid-1.3.0.tar.gz) = 17369 bytes

0 comments on commit 839f3e4

Please sign in to comment.