pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-isort



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  2 11:51:07 UTC 2018

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

Log Message:
py-isort: updated to 4.3.0

4.3.0:
- Fixed 557: force_alphabetical_sort and force_sort_within_sections can now be utilized together without extra new lines
- Fix case-sensitive path existence check in Mac OS X
- Added --no-lines-before for more granular control over section output
- Fixed 493: Unwanted conversion to Windows line endings
- Implemented --version-number to retrieve just the version number without the isort logo
- Breaking changes
    - Python 2.7+ only (dropped 2.6) allowing various code simplifications and improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-isort/Makefile \
    pkgsrc/devel/py-isort/PLIST pkgsrc/devel/py-isort/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-isort/Makefile
diff -u pkgsrc/devel/py-isort/Makefile:1.2 pkgsrc/devel/py-isort/Makefile:1.3
--- pkgsrc/devel/py-isort/Makefile:1.2  Fri Jul 14 16:50:28 2017
+++ pkgsrc/devel/py-isort/Makefile      Fri Feb  2 11:51:07 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/07/14 16:50:28 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/02/02 11:51:07 adam Exp $
 
-DISTNAME=      isort-4.2.15
+DISTNAME=      isort-4.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/isort/}
@@ -10,6 +10,12 @@ HOMEPAGE=    https://github.com/timothycros
 COMMENT=       Python utility / library to sort imports
 LICENSE=       mit
 
+.include "../../lang/python/pyversion.mk"
+
+.if "${PYPKGPREFIX}" == "py27"
+DEPENDS+=      ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
+.endif
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
Index: pkgsrc/devel/py-isort/PLIST
diff -u pkgsrc/devel/py-isort/PLIST:1.2 pkgsrc/devel/py-isort/PLIST:1.3
--- pkgsrc/devel/py-isort/PLIST:1.2     Fri Jul 14 16:50:28 2017
+++ pkgsrc/devel/py-isort/PLIST Fri Feb  2 11:51:07 2018
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/14 16:50:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/02/02 11:51:07 adam Exp $
 bin/isort${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}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/isort/__init__.py
 ${PYSITELIB}/isort/__init__.pyc
Index: pkgsrc/devel/py-isort/distinfo
diff -u pkgsrc/devel/py-isort/distinfo:1.2 pkgsrc/devel/py-isort/distinfo:1.3
--- pkgsrc/devel/py-isort/distinfo:1.2  Fri Jul 14 16:50:28 2017
+++ pkgsrc/devel/py-isort/distinfo      Fri Feb  2 11:51:07 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/07/14 16:50:28 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/02/02 11:51:07 adam Exp $
 
-SHA1 (isort-4.2.15.tar.gz) = acacc36e476b70e13e6fda812c193f4c3c187781
-RMD160 (isort-4.2.15.tar.gz) = ba89403871f2dc0d2f5f7e7faa59e0b6ac53d209
-SHA512 (isort-4.2.15.tar.gz) = d2fe998118c2e6b4f2c0aaa50e7b51cac839f90895091efeba74d5aa015e75b93abc98cededa11c93c0926ee68d6240b7c3a9a3f308f6a4491960f866bafe44a
-Size (isort-4.2.15.tar.gz) = 56740 bytes
+SHA1 (isort-4.3.0.tar.gz) = 625f50ece1d657a8e58b72e3666bbeb1852e215f
+RMD160 (isort-4.3.0.tar.gz) = b6dc48e07b4a91e3f71b9410f830bc14c81732e9
+SHA512 (isort-4.3.0.tar.gz) = bd991d166323d18cd56994268843e1ff0b6dc9cb03d2d263859386003ece00c7aa77e92e4729f8419be352c7de10b5ce9d9b2d707772a7ef997e7424965b61fb
+Size (isort-4.3.0.tar.gz) = 54851 bytes
 SHA1 (patch-setup.py) = 2d658729d243ecf5c6e5af13f14f7fda009e322a



Home | Main Index | Thread Index | Old Index