pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gi-docgen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec  7 20:05:10 UTC 2023

Modified Files:
        pkgsrc/devel/py-gi-docgen: Makefile

Log Message:
py-gi-docgen: add missing dependency


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-gi-docgen/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-gi-docgen/Makefile
diff -u pkgsrc/devel/py-gi-docgen/Makefile:1.6 pkgsrc/devel/py-gi-docgen/Makefile:1.7
--- pkgsrc/devel/py-gi-docgen/Makefile:1.6      Thu Dec  7 18:10:38 2023
+++ pkgsrc/devel/py-gi-docgen/Makefile  Thu Dec  7 20:05:10 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2023/12/07 18:10:38 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/12/07 20:05:10 wiz Exp $
 
 DISTNAME=      gi-docgen-2023.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gi-docgen/}
 
@@ -12,6 +13,7 @@ LICENSE=      gnu-gpl-v3 AND apache-2.0 AND c
 
 DEPENDS+=      ${PYPKGPREFIX}-markdown>=3.2:../../textproc/py-markdown
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=1:../../textproc/py-markupsafe
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-typogrify>=2:../../textproc/py-typogrify



Home | Main Index | Thread Index | Old Index