Received: by mail.netbsd.org (Postfix, from userid 605) id 4258F84D71; Wed, 19 Feb 2020 17:51:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEB2084D61 for ; Wed, 19 Feb 2020 17:51:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id c79srtFZvJu5 for ; Wed, 19 Feb 2020 17:51:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E30584CE9 for ; Wed, 19 Feb 2020 17:51:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2BF05FBF4; Wed, 19 Feb 2020 17:51:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582134685186220" MIME-Version: 1.0 Date: Wed, 19 Feb 2020 17:51:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-actdiag To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200219175125.2BF05FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1582134685186220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 19 17:51:25 UTC 2020 Modified Files: pkgsrc/graphics/py-actdiag: Makefile PLIST distinfo Log Message: py-actdiag: updated to 2.0.0 2.0.0: * Drop python2 and python3.4 support To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/py-actdiag/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-actdiag/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-actdiag/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582134685186220 Content-Disposition: inline Content-Length: 3730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-actdiag/Makefile diff -u pkgsrc/graphics/py-actdiag/Makefile:1.15 pkgsrc/graphics/py-actdiag/Makefile:1.16 --- pkgsrc/graphics/py-actdiag/Makefile:1.15 Sun Sep 3 08:36:55 2017 +++ pkgsrc/graphics/py-actdiag/Makefile Wed Feb 19 17:51:24 2020 @@ -1,26 +1,28 @@ -# $NetBSD: Makefile,v 1.15 2017/09/03 08:36:55 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2020/02/19 17:51:24 adam Exp $ -DISTNAME= actdiag-0.5.4 +DISTNAME= actdiag-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= graphics +CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=a/actdiag/} MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://blockdiag.com/actdiag/build/html/ +HOMEPAGE= http://blockdiag.com/ COMMENT= Simple activity-diagram image generator LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.5.0:../../graphics/py-blockdiag -PYTHON_SELF_CONFLICT= yes - USE_LANGUAGES= # none INSTALLATION_DIRS+= ${PKGMANDIR}/man1 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + post-install: + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} actdiag actdiag-${PYVERSSUFFIX} || ${TRUE} ${INSTALL_MAN} ${WRKSRC}/actdiag.1 \ - ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/actdiag-${PYVERSSUFFIX}.1 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/py-actdiag/PLIST diff -u pkgsrc/graphics/py-actdiag/PLIST:1.8 pkgsrc/graphics/py-actdiag/PLIST:1.9 --- pkgsrc/graphics/py-actdiag/PLIST:1.8 Tue Jan 20 10:44:09 2015 +++ pkgsrc/graphics/py-actdiag/PLIST Wed Feb 19 17:51:24 2020 @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.8 2015/01/20 10:44:09 obache Exp $ -bin/actdiag +@comment $NetBSD: PLIST,v 1.9 2020/02/19 17:51:24 adam Exp $ +bin/actdiag-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -42,9 +42,6 @@ ${PYSITELIB}/actdiag/tests/diagrams/simp ${PYSITELIB}/actdiag/tests/test_generate_diagram.py ${PYSITELIB}/actdiag/tests/test_generate_diagram.pyc ${PYSITELIB}/actdiag/tests/test_generate_diagram.pyo -${PYSITELIB}/actdiag/tests/test_pep8.py -${PYSITELIB}/actdiag/tests/test_pep8.pyc -${PYSITELIB}/actdiag/tests/test_pep8.pyo ${PYSITELIB}/actdiag/tests/test_rst_directives.py ${PYSITELIB}/actdiag/tests/test_rst_directives.pyc ${PYSITELIB}/actdiag/tests/test_rst_directives.pyo @@ -63,4 +60,4 @@ ${PYSITELIB}/actdiag/utils/rst/nodes.pyo ${PYSITELIB}/actdiag_sphinxhelper.py ${PYSITELIB}/actdiag_sphinxhelper.pyc ${PYSITELIB}/actdiag_sphinxhelper.pyo -man/man1/actdiag.1 +man/man1/actdiag-${PYVERSSUFFIX}.1 Index: pkgsrc/graphics/py-actdiag/distinfo diff -u pkgsrc/graphics/py-actdiag/distinfo:1.11 pkgsrc/graphics/py-actdiag/distinfo:1.12 --- pkgsrc/graphics/py-actdiag/distinfo:1.11 Tue Nov 3 21:34:15 2015 +++ pkgsrc/graphics/py-actdiag/distinfo Wed Feb 19 17:51:24 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 21:34:15 agc Exp $ +$NetBSD: distinfo,v 1.12 2020/02/19 17:51:24 adam Exp $ -SHA1 (actdiag-0.5.4.tar.gz) = 9beaa26802741f0474f0d33ea61bb55db01ad187 -RMD160 (actdiag-0.5.4.tar.gz) = f9137bae326346a1e86b02212075b687942cd082 -SHA512 (actdiag-0.5.4.tar.gz) = cb294112752cd3e501a731f7775d73c6a435d37998a89d5eec22ba1b1d882ce252291ee6785336d2be7894aba4be968ada28a450ae48c6b6d247cdb035f5936a -Size (actdiag-0.5.4.tar.gz) = 2577258 bytes +SHA1 (actdiag-2.0.0.tar.gz) = 48c6e945d975e9ff000520e1e0d8aec2f31a0319 +RMD160 (actdiag-2.0.0.tar.gz) = c0cbf0a186e88ed0666ba0fc301818096a1322ed +SHA512 (actdiag-2.0.0.tar.gz) = e955b9b919e137f10ff128d5d8817b2da660b121937cab3386a866a0bff08218b6e777e302a9130616228af6c357c463ceeb12cb95b8734928001d8ad6a90250 +Size (actdiag-2.0.0.tar.gz) = 2575076 bytes --_----------=_1582134685186220--