pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-virtualenv



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun  7 20:47:10 UTC 2023

Modified Files:
        pkgsrc/devel/py-virtualenv: Makefile

Log Message:
py-virtualenv: Requires py-expat.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/py-virtualenv/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-virtualenv/Makefile
diff -u pkgsrc/devel/py-virtualenv/Makefile:1.67 pkgsrc/devel/py-virtualenv/Makefile:1.68
--- pkgsrc/devel/py-virtualenv/Makefile:1.67    Fri Apr 28 07:50:15 2023
+++ pkgsrc/devel/py-virtualenv/Makefile Wed Jun  7 20:47:10 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2023/04/28 07:50:15 adam Exp $
+# $NetBSD: Makefile,v 1.68 2023/06/07 20:47:10 jperkin Exp $
 
 DISTNAME=      virtualenv-20.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/virtualenv/}
 
@@ -15,6 +16,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-hatchling>
 DEPENDS+=      ${PYPKGPREFIX}-distlib>=0.3.6:../../devel/py-distlib
 DEPENDS+=      ${PYPKGPREFIX}-filelock>=3.11:../../devel/py-filelock
 DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=3.2:../../misc/py-platformdirs
+DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=6.2:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-enable-subprocess>=1:../../devel/py-coverage-enable-subprocess
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky>=3.7:../../devel/py-flaky



Home | Main Index | Thread Index | Old Index