pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-pylint-common: removed (no longer needed)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82494fc22328
branches:  trunk
changeset: 403095:82494fc22328
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 21 19:22:52 2019 +0000

description:
py-pylint-common: removed (no longer needed)

>From homepage:

pylint-common

Note: No longer maintained

This was used as part off prospector but has been removed. It is no longer maintained (in this fork at least) as most of the functions are now replaced by pylint builtins or are no longer valid.

diffstat:

 devel/Makefile                  |   3 +--
 devel/py-pylint-common/DESCR    |   2 --
 devel/py-pylint-common/Makefile |  21 ---------------------
 devel/py-pylint-common/PLIST    |  13 -------------
 devel/py-pylint-common/distinfo |   6 ------
 5 files changed, 1 insertions(+), 44 deletions(-)

diffs (75 lines):

diff -r 262d973e3b6c -r 82494fc22328 devel/Makefile
--- a/devel/Makefile    Mon Oct 21 19:20:18 2019 +0000
+++ b/devel/Makefile    Mon Oct 21 19:22:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2928 2019/10/16 21:30:59 wiz Exp $
+# $NetBSD: Makefile,v 1.2929 2019/10/21 19:22:52 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2267,7 +2267,6 @@
 SUBDIR+=       py-pyelftools
 SUBDIR+=       py-pygit2
 SUBDIR+=       py-pylint
-SUBDIR+=       py-pylint-common
 SUBDIR+=       py-pylint-plugin-utils
 SUBDIR+=       py-pyobjc
 SUBDIR+=       py-pyobjc-core
diff -r 262d973e3b6c -r 82494fc22328 devel/py-pylint-common/DESCR
--- a/devel/py-pylint-common/DESCR      Mon Oct 21 19:20:18 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Pylint plugin for augmenting and improving error detection and analysis in the
-standard Python library.
diff -r 262d973e3b6c -r 82494fc22328 devel/py-pylint-common/Makefile
--- a/devel/py-pylint-common/Makefile   Mon Oct 21 19:20:18 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2018/07/14 12:11:32 adam Exp $
-
-DISTNAME=      pylint-common-0.2.5
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-common/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/landscapeio/pylint-common
-COMMENT=       Pylint plugin to improve error analysis of the standard Python library
-LICENSE=       gnu-gpl-v2
-
-DEPENDS+=      ${PYPKGPREFIX}-pylint>=1.0:../../devel/py-pylint
-DEPENDS+=      ${PYPKGPREFIX}-pylint-plugin-utils>=0.2.5:../../devel/py-pylint-plugin-utils
-
-USE_LANGUAGES= # none
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # pylint-plugin-utils
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 262d973e3b6c -r 82494fc22328 devel/py-pylint-common/PLIST
--- a/devel/py-pylint-common/PLIST      Mon Oct 21 19:20:18 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/12/21 10:15:48 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/pylint_common/__init__.py
-${PYSITELIB}/pylint_common/__init__.pyc
-${PYSITELIB}/pylint_common/__init__.pyo
-${PYSITELIB}/pylint_common/augmentations.py
-${PYSITELIB}/pylint_common/augmentations.pyc
-${PYSITELIB}/pylint_common/augmentations.pyo
diff -r 262d973e3b6c -r 82494fc22328 devel/py-pylint-common/distinfo
--- a/devel/py-pylint-common/distinfo   Mon Oct 21 19:20:18 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2017/12/21 10:15:48 adam Exp $
-
-SHA1 (pylint-common-0.2.5.tar.gz) = cdc3158b427772db3c15f1d1da37dfc31eb47caf
-RMD160 (pylint-common-0.2.5.tar.gz) = d825ca3439aa4222e1718c7c848e902be5ac8edb
-SHA512 (pylint-common-0.2.5.tar.gz) = 834aa469256f5b919cc4d097e85faa265e99e39fff5b4496fb926715bbe2b1dce86edcebbb56fcab2cc24015cebc7a02eacf1741feb29937b0b6c15395f67b04
-Size (pylint-common-0.2.5.tar.gz) = 9198 bytes



Home | Main Index | Thread Index | Old Index