pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-pylint-django py-pylint-django: updated to 0.9.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/3808e04b80ed
branches: trunk
changeset: 376244:3808e04b80ed
user: adam <adam%pkgsrc.org@localhost>
date: Tue Feb 27 12:42:30 2018 +0000
description:
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
diffstat:
www/py-pylint-django/Makefile | 6 +++---
www/py-pylint-django/distinfo | 12 ++++++------
www/py-pylint-django/patches/patch-setup.py | 22 +++++++++++++---------
3 files changed, 22 insertions(+), 18 deletions(-)
diffs (70 lines):
diff -r b5f16f43419c -r 3808e04b80ed www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile Tue Feb 27 12:39:27 2018 +0000
+++ b/www/py-pylint-django/Makefile Tue Feb 27 12:42:30 2018 +0000
@@ -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 @@
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
diff -r b5f16f43419c -r 3808e04b80ed www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo Tue Feb 27 12:39:27 2018 +0000
+++ b/www/py-pylint-django/distinfo Tue Feb 27 12:42:30 2018 +0000
@@ -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
diff -r b5f16f43419c -r 3808e04b80ed www/py-pylint-django/patches/patch-setup.py
--- a/www/py-pylint-django/patches/patch-setup.py Tue Feb 27 12:39:27 2018 +0000
+++ b/www/py-pylint-django/patches/patch-setup.py Tue Feb 27 12:42:30 2018 +0000
@@ -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.0'
--_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
-+_packages = find_packages(exclude=["test", "test.*"])
+ VERSION = '0.9.1'
+ PACKAGES = find_packages(exclude=[
+- '*.tests',
+- '*.tests.*',
+- 'tests.*',
+- 'tests',
++ '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