Received: by mail.netbsd.org (Postfix, from userid 605) id BBBEE84E27; Sat, 16 May 2020 08:47:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4479E84DD5 for ; Sat, 16 May 2020 08:47:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fTJbvqW-z7iB for ; Sat, 16 May 2020 08:47:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4EAE484CDA for ; Sat, 16 May 2020 08:47:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4CE1CFB27; Sat, 16 May 2020 08:47:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589618830114920" MIME-Version: 1.0 Date: Sat, 16 May 2020 08:47:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-alembic To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200516084710.4CE1CFB27@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. --_----------=_1589618830114920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat May 16 08:47:10 UTC 2020 Modified Files: pkgsrc/databases/py-alembic: Makefile Log Message: py-alembic: pytest from versioned depends To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/py-alembic/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589618830114920 Content-Disposition: inline Content-Length: 709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-alembic/Makefile diff -u pkgsrc/databases/py-alembic/Makefile:1.23 pkgsrc/databases/py-alembic/Makefile:1.24 --- pkgsrc/databases/py-alembic/Makefile:1.23 Sat May 16 08:45:23 2020 +++ pkgsrc/databases/py-alembic/Makefile Sat May 16 08:47:10 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2020/05/16 08:45:23 adam Exp $ +# $NetBSD: Makefile,v 1.24 2020/05/16 08:47:10 adam Exp $ DISTNAME= alembic-1.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9] USE_LANGUAGES= # none -PYTHON_VERSIONED_DEPENDENCIES= pytest +PYTHON_VERSIONED_DEPENDENCIES= pytest:test post-install: cd ${DESTDIR}${PREFIX}/bin && \ --_----------=_1589618830114920--