Skip to content

Commit 72755d8

Browse files
committed
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
1 parent 6c6012b commit 72755d8

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

devel/py-hg-fastimport/Makefile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# $NetBSD: Makefile,v 1.24 2025/04/30 14:08:20 wiz Exp $
1+
# $NetBSD: Makefile,v 1.25 2025/11/01 15:30:18 roy Exp $
22

3-
DISTNAME= hg-fastimport-0.1.1
3+
DISTNAME= hg-fastimport-0.1.2
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5-
PKGREVISION= 6
65
CATEGORIES= devel
7-
# Temporary home until I can host it somewhere
8-
MASTER_SITES= https://www.netbsd.org/~roy
9-
EXTRACT_SUFX= .tar.xz
6+
MASTER_SITES= https://foss.heptapod.net/mercurial/hg-fastimport/-/archive/0.1.2/
7+
EXTRACT_SUFX= .tar.bz2
108

119
MAINTAINER= roy@NetBSD.org
1210
HOMEPAGE= https://wiki.mercurial-scm.org/FastImportExtension

devel/py-hg-fastimport/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.9 2025/04/30 14:06:13 roy Exp $
1+
$NetBSD: distinfo,v 1.10 2025/11/01 15:30:18 roy Exp $
22

3-
BLAKE2s (hg-fastimport-0.1.1.tar.xz) = a237e1521b4470f2e65436681ccd34ed9e99fa697e6bd3c27cd5b9098baf9550
4-
SHA512 (hg-fastimport-0.1.1.tar.xz) = 98d03f30630fcbbd607d34ef817433578315096c32ce7a6328e0e3d16107df2e01d622cff21aef0bd31e791a1e7fb806300ec347f94d9b2722b4aaede1a4a26d
5-
Size (hg-fastimport-0.1.1.tar.xz) = 44836 bytes
3+
BLAKE2s (hg-fastimport-0.1.2.tar.bz2) = a4b481f21fad5005fb32620a4c469783954d1c2c9a853d5383df1a3008a11813
4+
SHA512 (hg-fastimport-0.1.2.tar.bz2) = 94f1f89924294bbbc3022ed90154da41889d47eb79850c18fb88f870ff49e3625e9d9ee7eaf54b5ce1c58c0ecfce1c08f540c2b312bbbc90586d560ab1c7f793
5+
Size (hg-fastimport-0.1.2.tar.bz2) = 47651 bytes

0 commit comments

Comments
 (0)