pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 14 11:37:25 UTC 2022

Modified Files:
        pkgsrc/devel/py-hg-git: Makefile PLIST

Log Message:
py-hg-git: fix EGG_NAME


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-hg-git/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hg-git/PLIST

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-git/Makefile
diff -u pkgsrc/devel/py-hg-git/Makefile:1.19 pkgsrc/devel/py-hg-git/Makefile:1.20
--- pkgsrc/devel/py-hg-git/Makefile:1.19        Tue Jan  4 20:53:10 2022
+++ pkgsrc/devel/py-hg-git/Makefile     Fri Jan 14 11:37:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/01/04 20:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/01/14 11:37:24 wiz Exp $
 
 VERS=          0.10.0
 #PKGREVISION=  1
@@ -21,7 +21,7 @@ USE_LANGUAGES=        # none
 # py-dulwich
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-EGG_NAME=      hg_git-${DISTNAME}
+EGG_NAME=      ${DISTNAME:S/-/_/1}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-hg-git/PLIST
diff -u pkgsrc/devel/py-hg-git/PLIST:1.2 pkgsrc/devel/py-hg-git/PLIST:1.3
--- pkgsrc/devel/py-hg-git/PLIST:1.2    Sat Jan 16 15:15:30 2021
+++ pkgsrc/devel/py-hg-git/PLIST        Fri Jan 14 11:37:24 2022
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2021/01/16 15:15:30 maya Exp $
-${PYSITELIB}/hg_git-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/hg_git-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/hg_git-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/hg_git-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
-${PYSITELIB}/hg_git-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2022/01/14 11:37:24 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/hggit/__init__.py
 ${PYSITELIB}/hggit/__init__.pyc
 ${PYSITELIB}/hggit/__init__.pyo



Home | Main Index | Thread Index | Old Index