pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-ghp-import



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 20 09:57:58 UTC 2024

Modified Files:
        pkgsrc/misc/py-ghp-import: Makefile PLIST distinfo

Log Message:
py-ghp-import: updated to 2.1.0

2.1.0
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-ghp-import/Makefile \
    pkgsrc/misc/py-ghp-import/PLIST pkgsrc/misc/py-ghp-import/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-ghp-import/Makefile
diff -u pkgsrc/misc/py-ghp-import/Makefile:1.1 pkgsrc/misc/py-ghp-import/Makefile:1.2
--- pkgsrc/misc/py-ghp-import/Makefile:1.1      Sat Feb  5 09:39:19 2022
+++ pkgsrc/misc/py-ghp-import/Makefile  Sat Jan 20 09:57:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/02/05 09:39:19 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/20 09:57:58 adam Exp $
 
-DISTNAME=      ghp-import-2.0.2
+DISTNAME=      ghp-import-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/ghp-import/}
@@ -14,11 +14,11 @@ DEPENDS+=   ${PYPKGPREFIX}-dateutil>=2.8.1
 
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} ghp-import ghp-import-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-ghp-import/PLIST
diff -u pkgsrc/misc/py-ghp-import/PLIST:1.1 pkgsrc/misc/py-ghp-import/PLIST:1.2
--- pkgsrc/misc/py-ghp-import/PLIST:1.1 Sat Feb  5 09:39:19 2022
+++ pkgsrc/misc/py-ghp-import/PLIST     Sat Jan 20 09:57:58 2024
@@ -1,12 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2022/02/05 09:39:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/01/20 09:57:58 adam Exp $
 bin/ghp-import-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/ghp_import.py
 ${PYSITELIB}/ghp_import.pyc
 ${PYSITELIB}/ghp_import.pyo
Index: pkgsrc/misc/py-ghp-import/distinfo
diff -u pkgsrc/misc/py-ghp-import/distinfo:1.1 pkgsrc/misc/py-ghp-import/distinfo:1.2
--- pkgsrc/misc/py-ghp-import/distinfo:1.1      Sat Feb  5 09:39:19 2022
+++ pkgsrc/misc/py-ghp-import/distinfo  Sat Jan 20 09:57:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/02/05 09:39:19 adam Exp $
+$NetBSD: distinfo,v 1.2 2024/01/20 09:57:58 adam Exp $
 
-BLAKE2s (ghp-import-2.0.2.tar.gz) = fd1154bf6f1f1f2fc48ebf911d7d202bb5a90c1d5e0fbadea126d12f8bb00ff9
-SHA512 (ghp-import-2.0.2.tar.gz) = 554c466f1275d905d7698539fe74b662f43c26b9497e83bc3615849ba2815dcbce6ae01fa14eb1c2245987ccc1b497afe175e3e0ddef3de561fc14ea24792d4e
-Size (ghp-import-2.0.2.tar.gz) = 10928 bytes
+BLAKE2s (ghp-import-2.1.0.tar.gz) = 02c1c55db411b4b410e490335341e387d17812777eb9373a4d2f221ec958343b
+SHA512 (ghp-import-2.1.0.tar.gz) = 10665a1a6392fe047d1e42d7f107511b1a31de02625200e7db1c637f33dc8dc41ec71c2db4f562c6e94a4efb4836efef8a29177d953d99fe17a889169074050c
+Size (ghp-import-2.1.0.tar.gz) = 10943 bytes



Home | Main Index | Thread Index | Old Index