pkgsrc-WIP-changes archive

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

py-radon: remove, imported to devel/py-radon



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Apr 4 16:22:02 2017 +0200
Changeset:	21cd0405aa0fa2cb9bdee622ff847670bfdce433

Removed Files:
	py-radon/DESCR
	py-radon/Makefile
	py-radon/PLIST
	py-radon/distinfo

Log Message:
py-radon: remove, imported to devel/py-radon

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

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

diffstat:
 py-radon/DESCR    |  1 -
 py-radon/Makefile | 26 ----------------------
 py-radon/PLIST    | 65 -------------------------------------------------------
 py-radon/distinfo |  6 -----
 4 files changed, 98 deletions(-)

diffs:
diff --git a/py-radon/DESCR b/py-radon/DESCR
deleted file mode 100644
index f7da5786f1..0000000000
--- a/py-radon/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Code Metrics in Python
diff --git a/py-radon/Makefile b/py-radon/Makefile
deleted file mode 100644
index b36092e06f..0000000000
--- a/py-radon/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	radon-1.4.2
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=r/radon/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://radon.readthedocs.org/
-COMMENT=	Code Metrics in Python
-LICENSE=	mit
-
-DEPENDS+=	${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
-DEPENDS+=	${PYPKGPREFIX}-cElementTree>=2.7.10:../../textproc/py-cElementTree
-DEPENDS+=	${PYPKGPREFIX}-flake8-polyfill>=1.0.1:../../wip/py-flake8-polyfill
-DEPENDS+=	${PYPKGPREFIX}-mando>=0.4:../../wip/py-mando
-
-WRKSRC=		${WRKDIR}/radon-1.4.2
-
-USE_LANGUAGES=	# none
-
-do-test:
-	${RUN} cd ${WRKSRC}/radon/tests; ${SETENV} ${TEST_ENV} ${PYTHONBIN} run.py
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-radon/PLIST b/py-radon/PLIST
deleted file mode 100644
index b49b2288c4..0000000000
--- a/py-radon/PLIST
+++ /dev/null
@@ -1,65 +0,0 @@
-@comment $NetBSD$
-bin/radon
-${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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/radon/__init__.py
-${PYSITELIB}/radon/__init__.pyc
-${PYSITELIB}/radon/__init__.pyo
-${PYSITELIB}/radon/cli/__init__.py
-${PYSITELIB}/radon/cli/__init__.pyc
-${PYSITELIB}/radon/cli/__init__.pyo
-${PYSITELIB}/radon/cli/colors.py
-${PYSITELIB}/radon/cli/colors.pyc
-${PYSITELIB}/radon/cli/colors.pyo
-${PYSITELIB}/radon/cli/harvest.py
-${PYSITELIB}/radon/cli/harvest.pyc
-${PYSITELIB}/radon/cli/harvest.pyo
-${PYSITELIB}/radon/cli/tools.py
-${PYSITELIB}/radon/cli/tools.pyc
-${PYSITELIB}/radon/cli/tools.pyo
-${PYSITELIB}/radon/complexity.py
-${PYSITELIB}/radon/complexity.pyc
-${PYSITELIB}/radon/complexity.pyo
-${PYSITELIB}/radon/metrics.py
-${PYSITELIB}/radon/metrics.pyc
-${PYSITELIB}/radon/metrics.pyo
-${PYSITELIB}/radon/raw.py
-${PYSITELIB}/radon/raw.pyc
-${PYSITELIB}/radon/raw.pyo
-${PYSITELIB}/radon/tests/__init__.py
-${PYSITELIB}/radon/tests/__init__.pyc
-${PYSITELIB}/radon/tests/__init__.pyo
-${PYSITELIB}/radon/tests/run.py
-${PYSITELIB}/radon/tests/run.pyc
-${PYSITELIB}/radon/tests/run.pyo
-${PYSITELIB}/radon/tests/test_cli.py
-${PYSITELIB}/radon/tests/test_cli.pyc
-${PYSITELIB}/radon/tests/test_cli.pyo
-${PYSITELIB}/radon/tests/test_cli_harvest.py
-${PYSITELIB}/radon/tests/test_cli_harvest.pyc
-${PYSITELIB}/radon/tests/test_cli_harvest.pyo
-${PYSITELIB}/radon/tests/test_cli_tools.py
-${PYSITELIB}/radon/tests/test_cli_tools.pyc
-${PYSITELIB}/radon/tests/test_cli_tools.pyo
-${PYSITELIB}/radon/tests/test_complexity_utils.py
-${PYSITELIB}/radon/tests/test_complexity_utils.pyc
-${PYSITELIB}/radon/tests/test_complexity_utils.pyo
-${PYSITELIB}/radon/tests/test_complexity_visitor.py
-${PYSITELIB}/radon/tests/test_complexity_visitor.pyc
-${PYSITELIB}/radon/tests/test_complexity_visitor.pyo
-${PYSITELIB}/radon/tests/test_halstead.py
-${PYSITELIB}/radon/tests/test_halstead.pyc
-${PYSITELIB}/radon/tests/test_halstead.pyo
-${PYSITELIB}/radon/tests/test_other_metrics.py
-${PYSITELIB}/radon/tests/test_other_metrics.pyc
-${PYSITELIB}/radon/tests/test_other_metrics.pyo
-${PYSITELIB}/radon/tests/test_raw.py
-${PYSITELIB}/radon/tests/test_raw.pyc
-${PYSITELIB}/radon/tests/test_raw.pyo
-${PYSITELIB}/radon/visitors.py
-${PYSITELIB}/radon/visitors.pyc
-${PYSITELIB}/radon/visitors.pyo
diff --git a/py-radon/distinfo b/py-radon/distinfo
deleted file mode 100644
index 0040ce7d45..0000000000
--- a/py-radon/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/07/09 22:09:57 jihbed Exp $
-
-SHA1 (radon-1.4.2.tar.gz) = 81e3fd50ef7016c1573ec3dd7e5e12eade8c2889
-RMD160 (radon-1.4.2.tar.gz) = 8ff655b4b51f83c2dc921aabfa3548bb740785f1
-SHA512 (radon-1.4.2.tar.gz) = 0e440b36a7edf0ae8002ee27d00cd14a351261972407b4a960d9033712fc0f7f04c1541d7bcf1dc918f2abd46e1bd720f914f3fa3c101f36bf502bd1ce8cb7a1
-Size (radon-1.4.2.tar.gz) = 1645389 bytes


Home | Main Index | Thread Index | Old Index