pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-pylint-django



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 27 12:42:30 UTC 2018

Modified Files:
        pkgsrc/www/py-pylint-django: Makefile distinfo
        pkgsrc/www/py-pylint-django/patches: patch-setup.py

Log Message:
py-pylint-django: updated to 0.9.1

Version 0.9.1:
Fix 123 - Update links after the move to PyCQA
Add test for Meta class from django_tables2
Fix flake8 complaints
Add missing .txt and .rc test files to MANIFEST.in


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-pylint-django/Makefile \
    pkgsrc/www/py-pylint-django/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-pylint-django/patches/patch-setup.py

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

Modified files:

Index: pkgsrc/www/py-pylint-django/Makefile
diff -u pkgsrc/www/py-pylint-django/Makefile:1.3 pkgsrc/www/py-pylint-django/Makefile:1.4
--- pkgsrc/www/py-pylint-django/Makefile:1.3    Wed Jan 31 12:03:47 2018
+++ pkgsrc/www/py-pylint-django/Makefile        Tue Feb 27 12:42:30 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/01/31 12:03:47 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/02/27 12:42:30 adam Exp $
 
-DISTNAME=      pylint-django-0.9.0
+DISTNAME=      pylint-django-0.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-django/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/landscapeio
 COMMENT=       Pylint plugin to aid Pylint in recognising the Django framework
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${PYPKGPREFIX}-pylint>=1.8:../../devel/py-pylint
+DEPENDS+=      ${PYPKGPREFIX}-pylint>=1.8.2:../../devel/py-pylint
 DEPENDS+=      ${PYPKGPREFIX}-pylint-plugin-utils>=0.2.1:../../devel/py-pylint-plugin-utils
 
 USE_LANGUAGES= # none
Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.3 pkgsrc/www/py-pylint-django/distinfo:1.4
--- pkgsrc/www/py-pylint-django/distinfo:1.3    Wed Jan 31 12:03:47 2018
+++ pkgsrc/www/py-pylint-django/distinfo        Tue Feb 27 12:42:30 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2018/01/31 12:03:47 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/02/27 12:42:30 adam Exp $
 
-SHA1 (pylint-django-0.9.0.tar.gz) = 430d4823c75535b086ff8ef4789794a6f7ca46a8
-RMD160 (pylint-django-0.9.0.tar.gz) = 004fd9d5661d06db10f59bd44ef7b239d230c13e
-SHA512 (pylint-django-0.9.0.tar.gz) = 4253caa117780357d63815709910a641f5cfc285971d0cb988f569da152f5720c26d2487f2387793f5cf9256eb7266adfcfb2c7c5d973a6b4ed2499cca284b18
-Size (pylint-django-0.9.0.tar.gz) = 26577 bytes
-SHA1 (patch-setup.py) = 7a7416ea95278d1c819eaea2acefaa61ecd6a740
+SHA1 (pylint-django-0.9.1.tar.gz) = e0ca1881e94169c2be41b4c759488c9b9d25eca5
+RMD160 (pylint-django-0.9.1.tar.gz) = dc656e5fc1d3a262d53c42050ede376de2de2a96
+SHA512 (pylint-django-0.9.1.tar.gz) = d0a3e32793c7cf509fe7ebcac88c317264390b12668f1800329117e0a001ac13b113a2f8a6e417c0eb67a733ba2133bbd60f30e6bac86edb8c7396e645839d97
+Size (pylint-django-0.9.1.tar.gz) = 26976 bytes
+SHA1 (patch-setup.py) = 20f0f38f6688c0a4729c1021bf62b890f157296b

Index: pkgsrc/www/py-pylint-django/patches/patch-setup.py
diff -u pkgsrc/www/py-pylint-django/patches/patch-setup.py:1.2 pkgsrc/www/py-pylint-django/patches/patch-setup.py:1.3
--- pkgsrc/www/py-pylint-django/patches/patch-setup.py:1.2      Wed Jan 31 12:03:47 2018
+++ pkgsrc/www/py-pylint-django/patches/patch-setup.py  Tue Feb 27 12:42:30 2018
@@ -1,15 +1,19 @@
-$NetBSD: patch-setup.py,v 1.2 2018/01/31 12:03:47 adam Exp $
+$NetBSD: patch-setup.py,v 1.3 2018/02/27 12:42:30 adam Exp $
 
 Do not install tests.
 
---- setup.py.orig      2018-01-21 11:57:38.000000000 +0000
+--- setup.py.orig      2018-02-26 21:41:01.000000000 +0000
 +++ setup.py
-@@ -6,7 +6,7 @@ import sys
+@@ -7,10 +7,8 @@ from setuptools import setup, find_packa
  
+ VERSION = '0.9.1'
+ PACKAGES = find_packages(exclude=[
+-    '*.tests',
+-    '*.tests.*',
+-    'tests.*',
+-    'tests',
++    'test.*',
++    'test',
+ ])
  
- _version = '0.9.0'
--_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
-+_packages = find_packages(exclude=["test", "test.*"])
- 
- _short_description = "pylint-django is a Pylint plugin to aid Pylint in recognising and understanding" \
-                      " errors caused when using the Django framework"
+ SHORT_DESCRIPTION = 'A Pylint plugin to help Pylint understand the Django web framework'



Home | Main Index | Thread Index | Old Index