From owner-svn-ports-all@freebsd.org Thu Jan 30 06:21:14 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 93F4222E20E; Thu, 30 Jan 2020 06:21:14 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 487Vbt1zmFz3FHl; Thu, 30 Jan 2020 06:21:14 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F4B720A90; Thu, 30 Jan 2020 06:21:14 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00U6LExf016679; Thu, 30 Jan 2020 06:21:14 GMT (envelope-from rigoletto@FreeBSD.org) Received: (from rigoletto@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00U6LD1x016674; Thu, 30 Jan 2020 06:21:13 GMT (envelope-from rigoletto@FreeBSD.org) Message-Id: <202001300621.00U6LD1x016674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rigoletto set sender to rigoletto@FreeBSD.org using -f From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= Date: Thu, 30 Jan 2020 06:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524632 - in head: audio/beets devel devel/py-confuse X-SVN-Group: ports-head X-SVN-Commit-Author: rigoletto X-SVN-Commit-Paths: in head: audio/beets devel devel/py-confuse X-SVN-Commit-Revision: 524632 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2020 06:21:14 -0000 Author: rigoletto Date: Thu Jan 30 06:21:12 2020 New Revision: 524632 URL: https://svnweb.freebsd.org/changeset/ports/524632 Log: 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 Added: head/devel/py-confuse/ head/devel/py-confuse/Makefile (contents, props changed) head/devel/py-confuse/distinfo (contents, props changed) head/devel/py-confuse/pkg-descr (contents, props changed) Modified: head/audio/beets/Makefile head/devel/Makefile Modified: head/audio/beets/Makefile ============================================================================== --- head/audio/beets/Makefile Thu Jan 30 05:39:36 2020 (r524631) +++ head/audio/beets/Makefile Thu Jan 30 06:21:12 2020 (r524632) @@ -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 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} \ Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 30 05:39:36 2020 (r524631) +++ head/devel/Makefile Thu Jan 30 06:21:12 2020 (r524632) @@ -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 Added: head/devel/py-confuse/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-confuse/Makefile Thu Jan 30 06:21:12 2020 (r524632) @@ -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 Added: head/devel/py-confuse/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-confuse/distinfo Thu Jan 30 06:21:12 2020 (r524632) @@ -0,0 +1,3 @@ +TIMESTAMP = 1580070354 +SHA256 (confuse-1.0.0.tar.gz) = 5977c6a876b179f8c86ecaf530cc24bf00baaad028c3350b502ee6949536188c +SIZE (confuse-1.0.0.tar.gz) = 32235 Added: head/devel/py-confuse/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-confuse/pkg-descr Thu Jan 30 06:21:12 2020 (r524632) @@ -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