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:   roy
Date:           Sat Nov  1 15:30:19 UTC 2025

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

Log Message:
Import hy-fastimport with the following changes:

* Fixes py3 processing from stdin
* Deal with the trunk vs master vs default differences
* Provide a fallback for non-utf8 commit messages and user names


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-hg-fastimport/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-hg-fastimport/distinfo

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.24 pkgsrc/devel/py-hg-fastimport/Makefile:1.25
--- pkgsrc/devel/py-hg-fastimport/Makefile:1.24 Wed Apr 30 14:08:20 2025
+++ pkgsrc/devel/py-hg-fastimport/Makefile      Sat Nov  1 15:30:18 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.24 2025/04/30 14:08:20 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/11/01 15:30:18 roy Exp $
 
-DISTNAME=      hg-fastimport-0.1.1
+DISTNAME=      hg-fastimport-0.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    devel
-# Temporary home until I can host it somewhere
-MASTER_SITES=  https://www.netbsd.org/~roy
-EXTRACT_SUFX=  .tar.xz
+MASTER_SITES=  https://foss.heptapod.net/mercurial/hg-fastimport/-/archive/0.1.2/
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    roy%NetBSD.org@localhost
 HOMEPAGE=      https://wiki.mercurial-scm.org/FastImportExtension

Index: pkgsrc/devel/py-hg-fastimport/distinfo
diff -u pkgsrc/devel/py-hg-fastimport/distinfo:1.9 pkgsrc/devel/py-hg-fastimport/distinfo:1.10
--- pkgsrc/devel/py-hg-fastimport/distinfo:1.9  Wed Apr 30 14:06:13 2025
+++ pkgsrc/devel/py-hg-fastimport/distinfo      Sat Nov  1 15:30:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/04/30 14:06:13 roy Exp $
+$NetBSD: distinfo,v 1.10 2025/11/01 15:30:18 roy Exp $
 
-BLAKE2s (hg-fastimport-0.1.1.tar.xz) = a237e1521b4470f2e65436681ccd34ed9e99fa697e6bd3c27cd5b9098baf9550
-SHA512 (hg-fastimport-0.1.1.tar.xz) = 98d03f30630fcbbd607d34ef817433578315096c32ce7a6328e0e3d16107df2e01d622cff21aef0bd31e791a1e7fb806300ec347f94d9b2722b4aaede1a4a26d
-Size (hg-fastimport-0.1.1.tar.xz) = 44836 bytes
+BLAKE2s (hg-fastimport-0.1.2.tar.bz2) = a4b481f21fad5005fb32620a4c469783954d1c2c9a853d5383df1a3008a11813
+SHA512 (hg-fastimport-0.1.2.tar.bz2) = 94f1f89924294bbbc3022ed90154da41889d47eb79850c18fb88f870ff49e3625e9d9ee7eaf54b5ce1c58c0ecfce1c08f540c2b312bbbc90586d560ab1c7f793
+Size (hg-fastimport-0.1.2.tar.bz2) = 47651 bytes



Home | Main Index | Thread Index | Old Index