pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hg-fastimport



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 12 19:09:22 UTC 2023

Modified Files:
        pkgsrc/devel/py-hg-fastimport: Makefile

Log Message:
py-hg-fastimport: add missing dependency on py-sqlite3

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-hg-fastimport/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-hg-fastimport/Makefile
diff -u pkgsrc/devel/py-hg-fastimport/Makefile:1.19 pkgsrc/devel/py-hg-fastimport/Makefile:1.20
--- pkgsrc/devel/py-hg-fastimport/Makefile:1.19 Sat Jun 24 20:26:41 2023
+++ pkgsrc/devel/py-hg-fastimport/Makefile      Wed Jul 12 19:09:22 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2023/06/24 20:26:41 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/07/12 19:09:22 wiz Exp $
 
 DISTNAME=      hg-fastimport-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  https://roy.marples.name/downloads/hg-fastimport/
 EXTRACT_SUFX=  .tar.xz
@@ -12,6 +12,7 @@ HOMEPAGE=     https://wiki.mercurial-scm.org
 COMMENT=       Mercurial extension for importing from a git fast-import stream
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index