pkgsrc-WIP-changes archive

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

Removed py-codestyle and py-lama (already in base)



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Mon Mar 18 09:15:19 2019 +0100
Changeset:	5d0a4e1d31e9da1f83062398ca86577ffc8d96cd

Modified Files:
	py-paho-mqtt/Makefile
Removed Files:
	py-codestyle/DESCR
	py-codestyle/Makefile
	py-codestyle/PLIST
	py-codestyle/distinfo
	py-lama/DESCR
	py-lama/Makefile
	py-lama/PLIST
	py-lama/distinfo

Log Message:
Removed py-codestyle and py-lama (already in base)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5d0a4e1d31e9da1f83062398ca86577ffc8d96cd

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

diffstat:
 py-codestyle/DESCR    |  2 --
 py-codestyle/Makefile | 18 -----------
 py-codestyle/PLIST    | 12 --------
 py-codestyle/distinfo |  6 ----
 py-lama/DESCR         |  1 -
 py-lama/Makefile      | 22 --------------
 py-lama/PLIST         | 84 ---------------------------------------------------
 py-lama/distinfo      |  6 ----
 py-paho-mqtt/Makefile |  2 +-
 9 files changed, 1 insertion(+), 152 deletions(-)

diffs:
diff --git a/py-codestyle/DESCR b/py-codestyle/DESCR
deleted file mode 100644
index 54b746b8b6..0000000000
--- a/py-codestyle/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-pycodestyle (formerly pep8) is a tool to check your Python code against some
-of the style conventions in PEP 8
diff --git a/py-codestyle/Makefile b/py-codestyle/Makefile
deleted file mode 100644
index 2cf995246f..0000000000
--- a/py-codestyle/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pycodestyle-2.5.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
-CATEGORIES=	devel python
-MASTER_SITES=	https://files.pythonhosted.org/packages/1c/d1/41294da5915f4cae7f4b388cea6c2cd0d6cd53039788635f6875dfe8c72f/
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://pycodestyle.readthedocs.io/en/latest/
-COMMENT=	Python style guide checker
-LICENSE=	mit
-
-USE_LANGUAGES=	# none
-
-PYTHON_VERSIONS_ACCEPTED=  37 36 35 34 27
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-codestyle/PLIST b/py-codestyle/PLIST
deleted file mode 100644
index 8cfba3c7ea..0000000000
--- a/py-codestyle/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-bin/pycodestyle
-${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}/namespace_packages.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/pycodestyle.py
-${PYSITELIB}/pycodestyle.pyc
-${PYSITELIB}/pycodestyle.pyo
diff --git a/py-codestyle/distinfo b/py-codestyle/distinfo
deleted file mode 100644
index 9ad4f9ff05..0000000000
--- a/py-codestyle/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (pycodestyle-2.5.0.tar.gz) = 8d25df191e57d6602bc8ccaf6f6d4f84181301d6
-RMD160 (pycodestyle-2.5.0.tar.gz) = aa9a73b35c6bd921be4eb8c3a5bcd3cd09e20fd8
-SHA512 (pycodestyle-2.5.0.tar.gz) = 84e751a7d00048393b02ca743de5d71d1641e948ee1b4daebbdf2d07e0cd8f087ca4e81f826061114b40ef41920bbcd680c9f479e7cc1a159a70188425717208
-Size (pycodestyle-2.5.0.tar.gz) = 98802 bytes
diff --git a/py-lama/DESCR b/py-lama/DESCR
deleted file mode 100644
index c07b5dde1c..0000000000
--- a/py-lama/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Code audit tool for python
diff --git a/py-lama/Makefile b/py-lama/Makefile
deleted file mode 100644
index 2ee3370bda..0000000000
--- a/py-lama/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pylama-7.6.6
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
-CATEGORIES=	devel
-MASTER_SITES=	https://files.pythonhosted.org/packages/a7/f1/c668760a25e9382e71009e7c98b687ec32068462bdfa8179764cd14c1071/
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/klen/pylama
-COMMENT=	Code audit tool for python
-LICENSE=	gnu-lgpl-v3
-
-DEPENDS+=	${PYPKGPREFIX}-flakes>=2.1.1:../../devel/py-flakes
-DEPENDS+=	${PYPKGPREFIX}-mccabe>=0.6.1:../../devel/py-mccabe
-DEPENDS+=	${PYPKGPREFIX}-docstyle>=3.0.0:../../devel/py-docstyle
-DEPENDS+=	${PYPKGPREFIX}-codestyle>=2.5.0:../../wip/py-codestyle
-TEST_DEPENDS+=	${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-lama/PLIST b/py-lama/PLIST
deleted file mode 100644
index 585c96ee41..0000000000
--- a/py-lama/PLIST
+++ /dev/null
@@ -1,84 +0,0 @@
-@comment $NetBSD$
-bin/pylama
-${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}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/pylama/__init__.py
-${PYSITELIB}/pylama/__init__.pyc
-${PYSITELIB}/pylama/__init__.pyo
-${PYSITELIB}/pylama/__main__.py
-${PYSITELIB}/pylama/__main__.pyc
-${PYSITELIB}/pylama/__main__.pyo
-${PYSITELIB}/pylama/check_async.py
-${PYSITELIB}/pylama/check_async.pyc
-${PYSITELIB}/pylama/check_async.pyo
-${PYSITELIB}/pylama/config.py
-${PYSITELIB}/pylama/config.pyc
-${PYSITELIB}/pylama/config.pyo
-${PYSITELIB}/pylama/core.py
-${PYSITELIB}/pylama/core.pyc
-${PYSITELIB}/pylama/core.pyo
-${PYSITELIB}/pylama/errors.py
-${PYSITELIB}/pylama/errors.pyc
-${PYSITELIB}/pylama/errors.pyo
-${PYSITELIB}/pylama/hook.py
-${PYSITELIB}/pylama/hook.pyc
-${PYSITELIB}/pylama/hook.pyo
-${PYSITELIB}/pylama/libs/__init__.py
-${PYSITELIB}/pylama/libs/__init__.pyc
-${PYSITELIB}/pylama/libs/__init__.pyo
-${PYSITELIB}/pylama/libs/importlib.py
-${PYSITELIB}/pylama/libs/importlib.pyc
-${PYSITELIB}/pylama/libs/importlib.pyo
-${PYSITELIB}/pylama/libs/inirama.py
-${PYSITELIB}/pylama/libs/inirama.pyc
-${PYSITELIB}/pylama/libs/inirama.pyo
-${PYSITELIB}/pylama/lint/__init__.py
-${PYSITELIB}/pylama/lint/__init__.pyc
-${PYSITELIB}/pylama/lint/__init__.pyo
-${PYSITELIB}/pylama/lint/extensions.py
-${PYSITELIB}/pylama/lint/extensions.pyc
-${PYSITELIB}/pylama/lint/extensions.pyo
-${PYSITELIB}/pylama/lint/pylama_eradicate.py
-${PYSITELIB}/pylama/lint/pylama_eradicate.pyc
-${PYSITELIB}/pylama/lint/pylama_eradicate.pyo
-${PYSITELIB}/pylama/lint/pylama_mccabe.py
-${PYSITELIB}/pylama/lint/pylama_mccabe.pyc
-${PYSITELIB}/pylama/lint/pylama_mccabe.pyo
-${PYSITELIB}/pylama/lint/pylama_pycodestyle.py
-${PYSITELIB}/pylama/lint/pylama_pycodestyle.pyc
-${PYSITELIB}/pylama/lint/pylama_pycodestyle.pyo
-${PYSITELIB}/pylama/lint/pylama_pydocstyle.py
-${PYSITELIB}/pylama/lint/pylama_pydocstyle.pyc
-${PYSITELIB}/pylama/lint/pylama_pydocstyle.pyo
-${PYSITELIB}/pylama/lint/pylama_pyflakes.py
-${PYSITELIB}/pylama/lint/pylama_pyflakes.pyc
-${PYSITELIB}/pylama/lint/pylama_pyflakes.pyo
-${PYSITELIB}/pylama/lint/pylama_pylint.py
-${PYSITELIB}/pylama/lint/pylama_pylint.pyc
-${PYSITELIB}/pylama/lint/pylama_pylint.pyo
-${PYSITELIB}/pylama/lint/pylama_radon.py
-${PYSITELIB}/pylama/lint/pylama_radon.pyc
-${PYSITELIB}/pylama/lint/pylama_radon.pyo
-${PYSITELIB}/pylama/main.py
-${PYSITELIB}/pylama/main.pyc
-${PYSITELIB}/pylama/main.pyo
-${PYSITELIB}/pylama/pytest.py
-${PYSITELIB}/pylama/pytest.pyc
-${PYSITELIB}/pylama/pytest.pyo
-${PYSITELIB}/tests/__init__.py
-${PYSITELIB}/tests/__init__.pyc
-${PYSITELIB}/tests/__init__.pyo
-${PYSITELIB}/tests/test_config.py
-${PYSITELIB}/tests/test_config.pyc
-${PYSITELIB}/tests/test_config.pyo
-${PYSITELIB}/tests/test_core.py
-${PYSITELIB}/tests/test_core.pyc
-${PYSITELIB}/tests/test_core.pyo
-${PYSITELIB}/tests/test_linters.py
-${PYSITELIB}/tests/test_linters.pyc
-${PYSITELIB}/tests/test_linters.pyo
diff --git a/py-lama/distinfo b/py-lama/distinfo
deleted file mode 100644
index b3c16159d8..0000000000
--- a/py-lama/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (pylama-7.6.6.tar.gz) = a168ef9c08603a629fde3c8f20074435361f2985
-RMD160 (pylama-7.6.6.tar.gz) = 71950b45bac1b86494454b8ea2d42aff85261f06
-SHA512 (pylama-7.6.6.tar.gz) = 5bb1c28ee14a871f6df7d91ac855be22064e9ae21614d89d92633899c54aa2273bb91683063655f795aef517d1180902053a770264be4e1165d985b071016402
-Size (pylama-7.6.6.tar.gz) = 32401 bytes
diff --git a/py-paho-mqtt/Makefile b/py-paho-mqtt/Makefile
index b92e00a547..3a0fdc213c 100644
--- a/py-paho-mqtt/Makefile
+++ b/py-paho-mqtt/Makefile
@@ -11,7 +11,7 @@ COMMENT=	MQTT version 3.1.1 client class
 LICENSE=	eclipse-license
 
 TEST_DEPENDS+=	${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test
-TEST_DEPENDS+=	${PYPKGPREFIX}-lama>=7.6.6:../../wip/py-lama
+TEST_DEPENDS+=	${PYPKGPREFIX}-lama>=7.6.6:../../devel/py-lama
 BUILD_DEPENDS+=	${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index