pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-fastimport



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May  5 08:17:38 UTC 2021

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

Log Message:
py-fastimport: updated to 0.9.12

0.9.12  2021-05-02

0.9.11  2021-04-12

0.9.10  2021-04-11
* Declare python 3.5 requirement in setup.py.

0.9.9   2021-04-10
* Drop various other python2 helpers, test on newer versions of Python.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-fastimport/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-fastimport/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-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-fastimport/Makefile
diff -u pkgsrc/devel/py-fastimport/Makefile:1.7 pkgsrc/devel/py-fastimport/Makefile:1.8
--- pkgsrc/devel/py-fastimport/Makefile:1.7     Tue Apr 17 13:24:16 2018
+++ pkgsrc/devel/py-fastimport/Makefile Wed May  5 08:17:38 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/04/17 13:24:16 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/05 08:17:38 adam Exp $
 
-DISTNAME=      fastimport-0.9.8
+DISTNAME=      fastimport-0.9.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fastimport/}
@@ -12,11 +12,13 @@ LICENSE=    gnu-gpl-v2
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
+.for bin in fast-import-filter fast-import-info fast-import-query
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} fast-import-filter fast-import-filter-${PYVERSSUFFIX} && \
-               ${MV} fast-import-info fast-import-info-${PYVERSSUFFIX} && \
-               ${MV} fast-import-query fast-import-query-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-fastimport/PLIST
diff -u pkgsrc/devel/py-fastimport/PLIST:1.2 pkgsrc/devel/py-fastimport/PLIST:1.3
--- pkgsrc/devel/py-fastimport/PLIST:1.2        Tue Apr 17 13:24:16 2018
+++ pkgsrc/devel/py-fastimport/PLIST    Wed May  5 08:17:38 2021
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2018/04/17 13:24:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/05/05 08:17:38 adam Exp $
 bin/fast-import-filter-${PYVERSSUFFIX}
 bin/fast-import-info-${PYVERSSUFFIX}
 bin/fast-import-query-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/fastimport/__init__.py
 ${PYSITELIB}/fastimport/__init__.pyc
 ${PYSITELIB}/fastimport/__init__.pyo

Index: pkgsrc/devel/py-fastimport/distinfo
diff -u pkgsrc/devel/py-fastimport/distinfo:1.5 pkgsrc/devel/py-fastimport/distinfo:1.6
--- pkgsrc/devel/py-fastimport/distinfo:1.5     Tue Apr 17 13:24:16 2018
+++ pkgsrc/devel/py-fastimport/distinfo Wed May  5 08:17:38 2021
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/04/17 13:24:16 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/05/05 08:17:38 adam Exp $
 
-SHA1 (fastimport-0.9.8.tar.gz) = 9ca3cbffbafe48f3e59dedc00ecfd37297ff0a6d
-RMD160 (fastimport-0.9.8.tar.gz) = 9fca430a0e9ead3b26d70e331db3879fb244798d
-SHA512 (fastimport-0.9.8.tar.gz) = 5d195b641cf6138fdbc6c75781a4a6d3699e3ada9743bbe4c4264879b2da2f8a2e995e7cc3955a5241e9c7a7f24f8114474a0a30907f86e2e335e2be4669f588
-Size (fastimport-0.9.8.tar.gz) = 39512 bytes
-SHA1 (patch-fastimport_parser.py) = 5e02b59ee11411d8288e0345b5014ff1fc97cc54
+SHA1 (fastimport-0.9.12.tar.gz) = 75aee39ee3a9aa4dc37e9e318375cbb01e9b3fd4
+RMD160 (fastimport-0.9.12.tar.gz) = 139795572acc675699b52f3f06b21863bbced756
+SHA512 (fastimport-0.9.12.tar.gz) = 0beab06145f7898402eff96bbc579515b506d9b7f6f30f77cdb35799d4531f0067b5d368e9245649ca435c2f7742c172c61f75d29a76c2d22fd90cc8d9605ae8
+Size (fastimport-0.9.12.tar.gz) = 41765 bytes



Home | Main Index | Thread Index | Old Index