1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

audio/beets: add missing dependency.

Add devel/py-confuse to the tree since audio/beets needs it.

PR:		243601
Approved by:	portmgr (blanket: missing dependency), tcberner (mentor)
MFH:		2019Q1
This commit is contained in:
Alexandre C. Guimarães 2020-01-30 06:21:12 +00:00
parent 419f4b793d
commit c9ed86b9d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524632
5 changed files with 36 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= beets
PORTVERSION= 1.4.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
@ -13,7 +13,8 @@ COMMENT= Media library management system for obsessive-compulsive music geeks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jellyfish>=0:devel/py-jellyfish@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confuse>=1.0.0:devel/py-confuse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jellyfish>=0:devel/py-jellyfish@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}munkres10>=0:math/py-munkres10@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0.4:audio/py-musicbrainzngs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mutagen>=1.33:audio/py-mutagen@${PY_FLAVOR} \

View File

@ -4291,6 +4291,7 @@
SUBDIR += py-configobj
SUBDIR += py-configparser
SUBDIR += py-confusable_homoglyphs
SUBDIR += py-confuse
SUBDIR += py-constantly
SUBDIR += py-construct
SUBDIR += py-contextlib2

20
devel/py-confuse/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= confuse
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rigoletto@FreeBSD.org
COMMENT= Configuration library for Python that uses YAML
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1580070354
SHA256 (confuse-1.0.0.tar.gz) = 5977c6a876b179f8c86ecaf530cc24bf00baaad028c3350b502ee6949536188c
SIZE (confuse-1.0.0.tar.gz) = 32235

View File

@ -0,0 +1,9 @@
Confuse is a configuration library for Python that uses YAML.
It takes care of defaults, overrides, type checking, command-line
integration, human-readable errors, and standard OS-specific locations.
Confuse was made to power beets. Like beets, it is available under the MIT
license.
WWW: https://github.com/beetbox/confuse