pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-fastimport py-fastimport: updated to 0.9.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8e868ae333c
branches:  trunk
changeset: 452044:e8e868ae333c
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 05 08:17:38 2021 +0000

description:
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.

diffstat:

 devel/py-fastimport/Makefile |  14 ++++++++------
 devel/py-fastimport/PLIST    |   7 +++++--
 devel/py-fastimport/distinfo |  11 +++++------
 3 files changed, 18 insertions(+), 14 deletions(-)

diffs (63 lines):

diff -r b8cda938fa30 -r e8e868ae333c devel/py-fastimport/Makefile
--- a/devel/py-fastimport/Makefile      Wed May 05 07:07:04 2021 +0000
+++ b/devel/py-fastimport/Makefile      Wed May 05 08:17:38 2021 +0000
@@ -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 @@
 
 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"
diff -r b8cda938fa30 -r e8e868ae333c devel/py-fastimport/PLIST
--- a/devel/py-fastimport/PLIST Wed May 05 07:07:04 2021 +0000
+++ b/devel/py-fastimport/PLIST Wed May 05 08:17:38 2021 +0000
@@ -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
diff -r b8cda938fa30 -r e8e868ae333c devel/py-fastimport/distinfo
--- a/devel/py-fastimport/distinfo      Wed May 05 07:07:04 2021 +0000
+++ b/devel/py-fastimport/distinfo      Wed May 05 08:17:38 2021 +0000
@@ -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