Tue Feb 27 12:42:30 2018 UTC ()
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


(adam)
diff -r1.3 -r1.4 pkgsrc/www/py-pylint-django/Makefile
diff -r1.3 -r1.4 pkgsrc/www/py-pylint-django/distinfo
diff -r1.2 -r1.3 pkgsrc/www/py-pylint-django/patches/patch-setup.py

cvs diff -r1.3 -r1.4 pkgsrc/www/py-pylint-django/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-pylint-django/Makefile 2018/01/31 12:03:47 1.3
+++ pkgsrc/www/py-pylint-django/Makefile 2018/02/27 12:42:30 1.4
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.3 2018/01/31 12:03:47 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2018/02/27 12:42:30 adam Exp $
2 2
3DISTNAME= pylint-django-0.9.0 3DISTNAME= pylint-django-0.9.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www devel python 5CATEGORIES= www devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-django/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-django/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/landscapeio/pylint-django 9HOMEPAGE= https://github.com/landscapeio/pylint-django
10COMMENT= Pylint plugin to aid Pylint in recognising the Django framework 10COMMENT= Pylint plugin to aid Pylint in recognising the Django framework
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13DEPENDS+= ${PYPKGPREFIX}-pylint>=1.8:../../devel/py-pylint 13DEPENDS+= ${PYPKGPREFIX}-pylint>=1.8.2:../../devel/py-pylint
14DEPENDS+= ${PYPKGPREFIX}-pylint-plugin-utils>=0.2.1:../../devel/py-pylint-plugin-utils 14DEPENDS+= ${PYPKGPREFIX}-pylint-plugin-utils>=0.2.1:../../devel/py-pylint-plugin-utils
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17
18.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/www/py-pylint-django/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-pylint-django/distinfo 2018/01/31 12:03:47 1.3
+++ pkgsrc/www/py-pylint-django/distinfo 2018/02/27 12:42:30 1.4
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.3 2018/01/31 12:03:47 adam Exp $ 1$NetBSD: distinfo,v 1.4 2018/02/27 12:42:30 adam Exp $
2 2
3SHA1 (pylint-django-0.9.0.tar.gz) = 430d4823c75535b086ff8ef4789794a6f7ca46a8 3SHA1 (pylint-django-0.9.1.tar.gz) = e0ca1881e94169c2be41b4c759488c9b9d25eca5
4RMD160 (pylint-django-0.9.0.tar.gz) = 004fd9d5661d06db10f59bd44ef7b239d230c13e 4RMD160 (pylint-django-0.9.1.tar.gz) = dc656e5fc1d3a262d53c42050ede376de2de2a96
5SHA512 (pylint-django-0.9.0.tar.gz) = 4253caa117780357d63815709910a641f5cfc285971d0cb988f569da152f5720c26d2487f2387793f5cf9256eb7266adfcfb2c7c5d973a6b4ed2499cca284b18 5SHA512 (pylint-django-0.9.1.tar.gz) = d0a3e32793c7cf509fe7ebcac88c317264390b12668f1800329117e0a001ac13b113a2f8a6e417c0eb67a733ba2133bbd60f30e6bac86edb8c7396e645839d97
6Size (pylint-django-0.9.0.tar.gz) = 26577 bytes 6Size (pylint-django-0.9.1.tar.gz) = 26976 bytes
7SHA1 (patch-setup.py) = 7a7416ea95278d1c819eaea2acefaa61ecd6a740 7SHA1 (patch-setup.py) = 20f0f38f6688c0a4729c1021bf62b890f157296b

cvs diff -r1.2 -r1.3 pkgsrc/www/py-pylint-django/patches/Attic/patch-setup.py (expand / switch to unified diff)

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