Received: by mail.netbsd.org (Postfix, from userid 605) id E908284F37; Mon, 26 Mar 2018 00:30:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF8BF84E8B for ; Mon, 26 Mar 2018 00:30:50 +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 XCVe-h9uvv3T for ; Mon, 26 Mar 2018 00:30:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 321A584CD8 for ; Mon, 26 Mar 2018 00:30:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 287B3FB40; Mon, 26 Mar 2018 00:30:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152202425020860" MIME-Version: 1.0 Date: Mon, 26 Mar 2018 00:30:50 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/www/py-daphne To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20180326003050.287B3FB40@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. --_----------=_152202425020860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Mon Mar 26 00:30:50 UTC 2018 Modified Files: pkgsrc/www/py-daphne: Makefile Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-daphne/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152202425020860 Content-Disposition: inline Content-Length: 945 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-daphne/Makefile diff -u pkgsrc/www/py-daphne/Makefile:1.8 pkgsrc/www/py-daphne/Makefile:1.9 --- pkgsrc/www/py-daphne/Makefile:1.8 Sat Mar 24 17:07:06 2018 +++ pkgsrc/www/py-daphne/Makefile Mon Mar 26 00:30:50 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2018/03/24 17:07:06 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2018/03/26 00:30:50 joerg Exp $ DISTNAME= daphne-2.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,11 +17,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 34 DEPENDS+= ${PYPKGPREFIX}-asgiref>=2.0:../../www/py-asgiref DEPENDS+= ${PYPKGPREFIX}-autobahn>=0.18:../../www/py-autobahn DEPENDS+= ${PYPKGPREFIX}-twisted>=17.5:../../net/py-twisted - -.include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} > 30 BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner -.endif post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} daphne daphne-${PYVERSSUFFIX} || ${TRUE} --_----------=_152202425020860--