update to beets-1.4.1

This commit is contained in:
sthen 2016-12-16 11:22:39 +00:00
parent afdb25d998
commit 36fe6f9513
2 changed files with 23 additions and 15 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.19 2016/08/26 18:25:34 danj Exp $
# $OpenBSD: Makefile,v 1.20 2016/12/16 11:22:39 sthen Exp $
COMMENT = CLI tools to manage music collections
MODPY_EGG_VERSION = 1.3.19
MODPY_EGG_VERSION = 1.4.1
DISTNAME = beets-${MODPY_EGG_VERSION}
CATEGORIES = audio
REVISION = 0
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
@ -20,16 +19,25 @@ MODPY_PI = Yes
NO_TEST = Yes
USE_GROFF = Yes
RUN_DEPENDS = audio/py-discogs-client>=2.0.2 \
audio/py-musicbrainzngs \
audio/py-last \
audio/py-mutagen \
devel/py-algorithm-munkres \
devel/py-enum34>=1.0.4 \
textproc/py-jellyfish \
textproc/py-unidecode \
textproc/py-yaml \
www/py-requests
# py3 support is currently experimental; packagers are requested not
# to use it yet.
# MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
RUN_DEPENDS = audio/py-discogs-client${MODPY_FLAVOR}>=2.0.2 \
audio/py-last${MODPY_FLAVOR} \
audio/py-mutagen${MODPY_FLAVOR} \
devel/py-six${MODPY_FLAVOR} \
textproc/py-jellyfish${MODPY_FLAVOR} \
textproc/py-unidecode${MODPY_FLAVOR} \
textproc/py-yaml${MODPY_FLAVOR} \
www/py-requests${MODPY_FLAVOR}
# need py3 flavours for these before we can switch
RUN_DEPENDS += audio/py-musicbrainzngs${MODPY_FLAVOR} \
devel/py-algorithm-munkres${MODPY_FLAVOR}
# remove when switching to py3
RUN_DEPENDS+= devel/py-enum34>=1.0.4
post-install:
${INSTALL_MAN} ${WRKSRC}/man/beet.1 ${PREFIX}/man/man1

View File

@ -1,2 +1,2 @@
SHA256 (beets-1.3.19.tar.gz) = ayQeYnZKnEv5v1cKysxGgdMFE/DyJo+qXaSU7AZsIe4=
SIZE (beets-1.3.19.tar.gz) = 1349402
SHA256 (beets-1.4.1.tar.gz) = NzqHI8njj1spM5SO5qT/jfLKQVYFCRbHa9dGljtC1pM=
SIZE (beets-1.4.1.tar.gz) = 1418587