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: Fri Jul 14 10:26:50 UTC 2017
Modified Files:
pkgsrc/devel/py-fastimport: Makefile distinfo
Log Message:
0.9.6:
* Add python3.4 support
0.9.5:
* Add python3.5 support.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-fastimport/Makefile
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/devel/py-fastimport/Makefile:1.5
--- pkgsrc/devel/py-fastimport/Makefile:1.4 Sun Jan 1 14:43:33 2017
+++ pkgsrc/devel/py-fastimport/Makefile Fri Jul 14 10:26:50 2017
@@ -1,19 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/07/14 10:26:50 adam Exp $
-DISTNAME= fastimport-0.9.4
+DISTNAME= fastimport-0.9.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel scm
-MASTER_SITES= ${MASTER_SITE_GITHUB:=jelmer/}
-GITHUB_PROJECT= python-fastimport
-GITHUB_TAG= ${DISTNAME}
-DIST_SUBDIR= ${GITHUB_PROJECT}
+MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastimport/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/jelmer/python-fastimport
COMMENT= Fastimport parser and generator in Python
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.4
+USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-fastimport/distinfo
diff -u pkgsrc/devel/py-fastimport/distinfo:1.2 pkgsrc/devel/py-fastimport/distinfo:1.3
--- pkgsrc/devel/py-fastimport/distinfo:1.2 Tue Nov 3 03:29:07 2015
+++ pkgsrc/devel/py-fastimport/distinfo Fri Jul 14 10:26:50 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:07 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/07/14 10:26:50 adam Exp $
-SHA1 (python-fastimport/fastimport-0.9.4.tar.gz) = a34c8a82db0a7b3d839bb8a4da7cf72c23bf0202
-RMD160 (python-fastimport/fastimport-0.9.4.tar.gz) = c2f85cfe5bc1f5b28f83669a30a3336d4b659712
-SHA512 (python-fastimport/fastimport-0.9.4.tar.gz) = 6ea463e04eb0169451e65bc3abbd5cd548b659cd99837ce75c2dfefde433bfd91a3e404caa598227d3204f9969376ef71efaa1bd800bd38e5308a1439463bdd0
-Size (python-fastimport/fastimport-0.9.4.tar.gz) = 32481 bytes
+SHA1 (fastimport-0.9.6.tar.gz) = b6d52ae8cc1d76c1db8d4f416fc4b334ad5fe568
+RMD160 (fastimport-0.9.6.tar.gz) = 1ca2b8486c5b6b7a76bbeca6b967c78dd4211aca
+SHA512 (fastimport-0.9.6.tar.gz) = cc38c1218d65ef4a9e3a68d8af3fadf98c7cc0dcd8075b338b8f492d25765bc2fe2247000868fd3c95e1f7f4c2b9a05964ef7b4f9196c2777f6a7941f127f416
+Size (fastimport-0.9.6.tar.gz) = 33333 bytes
Home |
Main Index |
Thread Index |
Old Index