From owner-svn-ports-head@freebsd.org Sat Jan 25 18:16:19 2020 Return-Path: Delivered-To: svn-ports-head@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 660411F5B41; Sat, 25 Jan 2020 18:16:19 +0000 (UTC) (envelope-from sunpoet@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 484kjH25tJz3K9x; Sat, 25 Jan 2020 18:16:19 +0000 (UTC) (envelope-from sunpoet@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 43603C5D2; Sat, 25 Jan 2020 18:16:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00PIGJJh062021; Sat, 25 Jan 2020 18:16:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00PIGIrd062018; Sat, 25 Jan 2020 18:16:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001251816.00PIGIrd062018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jan 2020 18:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524053 - in head/audio: . py-mpd2 py-python-mpd2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/audio: . py-mpd2 py-python-mpd2 X-SVN-Commit-Revision: 524053 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2020 18:16:19 -0000 Author: sunpoet Date: Sat Jan 25 18:16:18 2020 New Revision: 524053 URL: https://svnweb.freebsd.org/changeset/ports/524053 Log: Move audio/py-mpd2 to audio/py-python-mpd2 - Remove no-op DOCSDIR and EXAMPLESDIR: they are overwritten by USE_PYTHON=concurrent - Take maintainership Added: head/audio/py-python-mpd2/ - copied from r524052, head/audio/py-mpd2/ head/audio/py-python-mpd2/pkg-plist (contents, props changed) Deleted: head/audio/py-mpd2/ Modified: head/audio/Makefile head/audio/py-python-mpd2/Makefile head/audio/py-python-mpd2/pkg-descr Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Jan 25 18:00:42 2020 (r524052) +++ head/audio/Makefile Sat Jan 25 18:16:18 2020 (r524053) @@ -659,7 +659,6 @@ SUBDIR += py-id3 SUBDIR += py-karaoke SUBDIR += py-mpd - SUBDIR += py-mpd2 SUBDIR += py-music21 SUBDIR += py-musicbrainzngs SUBDIR += py-mutagen @@ -673,6 +672,7 @@ SUBDIR += py-pyliblo SUBDIR += py-pymad SUBDIR += py-pysndfile + SUBDIR += py-python-mpd2 SUBDIR += py-shout SUBDIR += py-soundcloud SUBDIR += py-sounddevice Modified: head/audio/py-python-mpd2/Makefile ============================================================================== --- head/audio/py-mpd2/Makefile Sat Jan 25 18:00:42 2020 (r524052) +++ head/audio/py-python-mpd2/Makefile Sat Jan 25 18:16:18 2020 (r524053) @@ -1,44 +1,38 @@ # Created by: rene@FreeBSD.org (repocopied from audio/py-mpd) # $FreeBSD$ -PORTNAME= mpd2 +PORTNAME= python-mpd2 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Fork of the Python MPD client library +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python MPD client library LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= yes -GH_ACCOUNT= Mic92 -GH_PROJECT= python-${PORTNAME} - -USES= shebangfix python -SHEBANG_FILES= examples/*.py doc/*.py +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -PORTDOCS= * -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -PORTEXAMPLES= * +USE_GITHUB= yes +GH_ACCOUNT= Mic92 +SHEBANG_FILES= doc/*.py examples/*.py + OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/topics - ${INSTALL_DATA} ${WRKSRC}/doc/commands_header.txt ${STAGEDIR}${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/doc/commands_header.txt ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/topics/*.rst ${STAGEDIR}${DOCSDIR}/topics/ ${INSTALL_SCRIPT} ${WRKSRC}/doc/generate_command_reference.py ${STAGEDIR}${DOCSDIR}/ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/examples/summary.txt ${STAGEDIR}${EXAMPLESDIR}/ + ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.py ${WRKSRC}/examples/summary.txt ${STAGEDIR}${EXAMPLESDIR}/ .include Modified: head/audio/py-python-mpd2/pkg-descr ============================================================================== --- head/audio/py-mpd2/pkg-descr Sat Jan 25 18:00:42 2020 (r524052) +++ head/audio/py-python-mpd2/pkg-descr Sat Jan 25 18:16:18 2020 (r524053) @@ -1,4 +1,4 @@ -A fork of the original MPD (Music Player Daemon) client library written -in pure Python. +python-mpd2 is a Python library which provides a client interface for the Music +Player Daemon. WWW: https://github.com/Mic92/python-mpd2 Added: head/audio/py-python-mpd2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-python-mpd2/pkg-plist Sat Jan 25 18:16:18 2020 (r524053) @@ -0,0 +1,21 @@ +%%PORTDOCS%%%%DOCSDIR%%/changes.rst +%%PORTDOCS%%%%DOCSDIR%%/commands_header.txt +%%PORTDOCS%%%%DOCSDIR%%/generate_command_reference.py +%%PORTDOCS%%%%DOCSDIR%%/index.rst +%%PORTDOCS%%%%DOCSDIR%%/topics/advanced.rst +%%PORTDOCS%%%%DOCSDIR%%/topics/commands.rst +%%PORTDOCS%%%%DOCSDIR%%/topics/getting-started.rst +%%PORTDOCS%%%%DOCSDIR%%/topics/logging.rst +%%PORTDOCS%%%%DOCSDIR%%/topics/porting.rst +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio_example.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorhandling.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idle.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/locking.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logger.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multitags.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/randomqueue.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stats.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stickers.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/summary.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/twisted_example.py