pkgsrc-WIP-changes archive

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

Update: py-mando, py-randon Add: py-causalinfo, py-flake8-polyfill, py-aiohttp



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Jul 27 00:49:05 2016 +0100
Changeset:	95262d7c6ee9cc2fe8e1383f7982644bddecb18a

Modified Files:
	py-confire/Makefile
	py-mando/Makefile
	py-mando/PLIST
	py-mando/distinfo
	py-radon/Makefile
	py-radon/PLIST
	py-radon/distinfo
Added Files:
	py-aiohttp/DESCR
	py-aiohttp/Makefile
	py-aiohttp/PLIST
	py-aiohttp/distinfo
	py-causalinfo/DESCR
	py-causalinfo/Makefile
	py-causalinfo/PLIST
	py-causalinfo/distinfo
	py-flake8-polyfill/DESCR
	py-flake8-polyfill/Makefile
	py-flake8-polyfill/PLIST
	py-flake8-polyfill/distinfo

Log Message:
Update: py-mando, py-randon
Add: py-causalinfo, py-flake8-polyfill, py-aiohttp

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

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

diffstat:
 py-aiohttp/DESCR            |  1 +
 py-aiohttp/Makefile         | 18 +++++++++
 py-aiohttp/PLIST            | 93 +++++++++++++++++++++++++++++++++++++++++++++
 py-aiohttp/distinfo         |  6 +++
 py-causalinfo/DESCR         |  7 ++++
 py-causalinfo/Makefile      | 16 ++++++++
 py-causalinfo/PLIST         | 40 +++++++++++++++++++
 py-causalinfo/distinfo      |  6 +++
 py-confire/Makefile         |  1 +
 py-flake8-polyfill/DESCR    |  2 +
 py-flake8-polyfill/Makefile | 20 ++++++++++
 py-flake8-polyfill/PLIST    | 18 +++++++++
 py-flake8-polyfill/distinfo |  6 +++
 py-mando/Makefile           |  6 +--
 py-mando/PLIST              | 15 +++++++-
 py-mando/distinfo           |  7 ++--
 py-radon/Makefile           | 10 +++--
 py-radon/PLIST              |  2 +-
 py-radon/distinfo           |  7 ++--
 19 files changed, 266 insertions(+), 15 deletions(-)

diffs:
diff --git a/py-aiohttp/DESCR b/py-aiohttp/DESCR
new file mode 100644
index 0000000..cdbfe86
--- /dev/null
+++ b/py-aiohttp/DESCR
@@ -0,0 +1 @@
+http client/server for asyncio
diff --git a/py-aiohttp/Makefile b/py-aiohttp/Makefile
new file mode 100644
index 0000000..46195f1
--- /dev/null
+++ b/py-aiohttp/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	aiohttp-0.22.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/aiohttp/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/KeepSafe/aiohttp/
+COMMENT=	Http client/server for asyncio
+LICENSE=	apache-2.0
+
+WRKSRC=	${WRKDIR}/aiohttp-0.22.3
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-aiohttp/PLIST b/py-aiohttp/PLIST
new file mode 100644
index 0000000..f1eadd4
--- /dev/null
+++ b/py-aiohttp/PLIST
@@ -0,0 +1,93 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/aiohttp/__init__.py
+${PYSITELIB}/aiohttp/__init__.pyo
+${PYSITELIB}/aiohttp/__init__.pyc
+${PYSITELIB}/aiohttp/abc.pyo
+${PYSITELIB}/aiohttp/abc.pyc
+${PYSITELIB}/aiohttp/client.pyo
+${PYSITELIB}/aiohttp/client.pyc
+${PYSITELIB}/aiohttp/client_reqrep.pyo
+${PYSITELIB}/aiohttp/client_reqrep.pyc
+${PYSITELIB}/aiohttp/connector.pyo
+${PYSITELIB}/aiohttp/connector.pyc
+${PYSITELIB}/aiohttp/errors.pyo
+${PYSITELIB}/aiohttp/errors.pyc
+${PYSITELIB}/aiohttp/file_sender.pyo
+${PYSITELIB}/aiohttp/file_sender.pyc
+${PYSITELIB}/aiohttp/hdrs.pyo
+${PYSITELIB}/aiohttp/hdrs.pyc
+${PYSITELIB}/aiohttp/helpers.pyo
+${PYSITELIB}/aiohttp/helpers.pyc
+${PYSITELIB}/aiohttp/log.pyo
+${PYSITELIB}/aiohttp/log.pyc
+${PYSITELIB}/aiohttp/multipart.pyo
+${PYSITELIB}/aiohttp/multipart.pyc
+${PYSITELIB}/aiohttp/parsers.pyo
+${PYSITELIB}/aiohttp/parsers.pyc
+${PYSITELIB}/aiohttp/protocol.pyo
+${PYSITELIB}/aiohttp/protocol.pyc
+${PYSITELIB}/aiohttp/pytest_plugin.pyo
+${PYSITELIB}/aiohttp/pytest_plugin.pyc
+${PYSITELIB}/aiohttp/resolver.pyo
+${PYSITELIB}/aiohttp/resolver.pyc
+${PYSITELIB}/aiohttp/server.pyo
+${PYSITELIB}/aiohttp/server.pyc
+${PYSITELIB}/aiohttp/signals.pyo
+${PYSITELIB}/aiohttp/signals.pyc
+${PYSITELIB}/aiohttp/streams.pyo
+${PYSITELIB}/aiohttp/streams.pyc
+${PYSITELIB}/aiohttp/test_utils.pyo
+${PYSITELIB}/aiohttp/test_utils.pyc
+${PYSITELIB}/aiohttp/web.pyo
+${PYSITELIB}/aiohttp/web.pyc
+${PYSITELIB}/aiohttp/web_exceptions.pyo
+${PYSITELIB}/aiohttp/web_exceptions.pyc
+${PYSITELIB}/aiohttp/web_reqrep.pyo
+${PYSITELIB}/aiohttp/web_reqrep.pyc
+${PYSITELIB}/aiohttp/web_urldispatcher.pyo
+${PYSITELIB}/aiohttp/web_urldispatcher.pyc
+${PYSITELIB}/aiohttp/web_ws.pyo
+${PYSITELIB}/aiohttp/web_ws.pyc
+${PYSITELIB}/aiohttp/websocket.pyo
+${PYSITELIB}/aiohttp/websocket.pyc
+${PYSITELIB}/aiohttp/websocket_client.pyo
+${PYSITELIB}/aiohttp/websocket_client.pyc
+${PYSITELIB}/aiohttp/worker.pyo
+${PYSITELIB}/aiohttp/worker.pyc
+${PYSITELIB}/aiohttp/wsgi.pyo
+${PYSITELIB}/aiohttp/wsgi.pyc
+${PYSITELIB}/aiohttp/_websocket.c
+${PYSITELIB}/aiohttp/_websocket.pyx
+${PYSITELIB}/aiohttp/_websocket.so
+${PYSITELIB}/aiohttp/abc.py
+${PYSITELIB}/aiohttp/client.py
+${PYSITELIB}/aiohttp/client_reqrep.py
+${PYSITELIB}/aiohttp/connector.py
+${PYSITELIB}/aiohttp/errors.py
+${PYSITELIB}/aiohttp/file_sender.py
+${PYSITELIB}/aiohttp/hdrs.py
+${PYSITELIB}/aiohttp/helpers.py
+${PYSITELIB}/aiohttp/log.py
+${PYSITELIB}/aiohttp/multipart.py
+${PYSITELIB}/aiohttp/parsers.py
+${PYSITELIB}/aiohttp/protocol.py
+${PYSITELIB}/aiohttp/pytest_plugin.py
+${PYSITELIB}/aiohttp/resolver.py
+${PYSITELIB}/aiohttp/server.py
+${PYSITELIB}/aiohttp/signals.py
+${PYSITELIB}/aiohttp/streams.py
+${PYSITELIB}/aiohttp/test_utils.py
+${PYSITELIB}/aiohttp/web.py
+${PYSITELIB}/aiohttp/web_exceptions.py
+${PYSITELIB}/aiohttp/web_reqrep.py
+${PYSITELIB}/aiohttp/web_urldispatcher.py
+${PYSITELIB}/aiohttp/web_ws.py
+${PYSITELIB}/aiohttp/websocket.py
+${PYSITELIB}/aiohttp/websocket_client.py
+${PYSITELIB}/aiohttp/worker.py
+${PYSITELIB}/aiohttp/wsgi.py
diff --git a/py-aiohttp/distinfo b/py-aiohttp/distinfo
new file mode 100644
index 0000000..d7fbebf
--- /dev/null
+++ b/py-aiohttp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (aiohttp-0.22.3.tar.gz) = ace9c1e11b8de0748a984934da0b762251e24a87
+RMD160 (aiohttp-0.22.3.tar.gz) = 927decb8b31fdeff4e6e1406e1356cfd094e3779
+SHA512 (aiohttp-0.22.3.tar.gz) = 4ba0f71668fbe411e383d9b768bf6204e8f51ba47a4a8c309bd5cdaf5d59f67152d47d421960821ce34dea2e1cc8368036a9dd6bbccde187b857943f5a77b9ff
+Size (aiohttp-0.22.3.tar.gz) = 475235 bytes
diff --git a/py-causalinfo/DESCR b/py-causalinfo/DESCR
new file mode 100644
index 0000000..5d8088a
--- /dev/null
+++ b/py-causalinfo/DESCR
@@ -0,0 +1,7 @@
+causalinfo is a Python library to aid in experimenting with different
+information measures on causal graphs—a combination of information theory
+with recent work on causal graphs [Pearl2000]. These information measures
+can used to ascertain the degree to which one variable controls or explains
+other variables in the graph. The use of these measures has important
+connections to work on causal explanation in philosophy of science, and to
+understanding information processing in biological networks
diff --git a/py-causalinfo/Makefile b/py-causalinfo/Makefile
new file mode 100644
index 0000000..8d2dc69
--- /dev/null
+++ b/py-causalinfo/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	causalinfo-1.1.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/d6/95/27d28a0875dae4da0ab918f07056e2e1340f39da2b8abe641c2e6e2318f3/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github/brettc/causalinfo/
+COMMENT=	Information Measures on Causal Graphs
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-causalinfo/PLIST b/py-causalinfo/PLIST
new file mode 100644
index 0000000..431f32a
--- /dev/null
+++ b/py-causalinfo/PLIST
@@ -0,0 +1,40 @@
+@comment $NetBSD$
+${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}/causalinfo/__init__.py
+${PYSITELIB}/causalinfo/__init__.pyc
+${PYSITELIB}/causalinfo/__init__.pyo
+${PYSITELIB}/causalinfo/equations.py
+${PYSITELIB}/causalinfo/equations.pyc
+${PYSITELIB}/causalinfo/equations.pyo
+${PYSITELIB}/causalinfo/graph.py
+${PYSITELIB}/causalinfo/graph.pyc
+${PYSITELIB}/causalinfo/graph.pyo
+${PYSITELIB}/causalinfo/measure.py
+${PYSITELIB}/causalinfo/measure.pyc
+${PYSITELIB}/causalinfo/measure.pyo
+${PYSITELIB}/causalinfo/payoff.py
+${PYSITELIB}/causalinfo/payoff.pyc
+${PYSITELIB}/causalinfo/payoff.pyo
+${PYSITELIB}/causalinfo/probability.py
+${PYSITELIB}/causalinfo/probability.pyc
+${PYSITELIB}/causalinfo/probability.pyo
+${PYSITELIB}/causalinfo/util.py
+${PYSITELIB}/causalinfo/util.pyc
+${PYSITELIB}/causalinfo/util.pyo
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/test_causalinfo.py
+${PYSITELIB}/tests/test_causalinfo.pyc
+${PYSITELIB}/tests/test_causalinfo.pyo
+${PYSITELIB}/tests/test_measure.py
+${PYSITELIB}/tests/test_measure.pyc
+${PYSITELIB}/tests/test_measure.pyo
+${PYSITELIB}/tests/test_probability.py
+${PYSITELIB}/tests/test_probability.pyc
+${PYSITELIB}/tests/test_probability.pyo
diff --git a/py-causalinfo/distinfo b/py-causalinfo/distinfo
new file mode 100644
index 0000000..253939a
--- /dev/null
+++ b/py-causalinfo/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (causalinfo-1.1.0.tar.gz) = d4b0a521a3c35b31b12d1a0f8766cc784e92419f
+RMD160 (causalinfo-1.1.0.tar.gz) = 25fd16c06e7e0f5406eed877384a80404007490a
+SHA512 (causalinfo-1.1.0.tar.gz) = c9a67cfd1ad1d5609b13dc8a10bfc233da93a33787af132325a28f153072f6c5c8d5d5304805ff5eb12cbd2e4dafc2ffcdc0873700e1e98541a2fb352ddcd763
+Size (causalinfo-1.1.0.tar.gz) = 18232 bytes
diff --git a/py-confire/Makefile b/py-confire/Makefile
index b795643..83622b6 100644
--- a/py-confire/Makefile
+++ b/py-confire/Makefile
@@ -12,5 +12,6 @@ LICENSE=	mit
 
 USE_LANGUAGES=	# none
 
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-flake8-polyfill/DESCR b/py-flake8-polyfill/DESCR
new file mode 100644
index 0000000..4933cb7
--- /dev/null
+++ b/py-flake8-polyfill/DESCR
@@ -0,0 +1,2 @@
+flake8-polyfill is a package that provides some compatibility helpers
+for Flake8 plugins that intend to support Flake8 2.x and 3.x simultaneously
diff --git a/py-flake8-polyfill/Makefile b/py-flake8-polyfill/Makefile
new file mode 100644
index 0000000..04fe744
--- /dev/null
+++ b/py-flake8-polyfill/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	flake8-polyfill-1.0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=f/flake8-polyfill/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://gitlab.com/pycqa/flake8
+COMMENT=	Polyfill package for Flake8 plugins
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-flakes>=0.8.1:../../devel/py-flakes
+
+WRKSRC=		${WRKDIR}/flake8-polyfill-1.0.1
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-flake8-polyfill/PLIST b/py-flake8-polyfill/PLIST
new file mode 100644
index 0000000..2e3ad3f
--- /dev/null
+++ b/py-flake8-polyfill/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/flake8_polyfill/__init__.py
+${PYSITELIB}/flake8_polyfill/__init__.pyc
+${PYSITELIB}/flake8_polyfill/__init__.pyo
+${PYSITELIB}/flake8_polyfill/options.py
+${PYSITELIB}/flake8_polyfill/options.pyc
+${PYSITELIB}/flake8_polyfill/options.pyo
+${PYSITELIB}/flake8_polyfill/stdin.py
+${PYSITELIB}/flake8_polyfill/stdin.pyc
+${PYSITELIB}/flake8_polyfill/stdin.pyo
+${PYSITELIB}/flake8_polyfill/version.py
+${PYSITELIB}/flake8_polyfill/version.pyc
+${PYSITELIB}/flake8_polyfill/version.pyo
diff --git a/py-flake8-polyfill/distinfo b/py-flake8-polyfill/distinfo
new file mode 100644
index 0000000..42dae6f
--- /dev/null
+++ b/py-flake8-polyfill/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (flake8-polyfill-1.0.1.tar.gz) = 6e6eacc68583806065bd2e3b44a72fcdba5f045d
+RMD160 (flake8-polyfill-1.0.1.tar.gz) = 95a3724a5acac4a9ad1c64a4acf45322085173eb
+SHA512 (flake8-polyfill-1.0.1.tar.gz) = cdb1530c004015fc44007eb4efb5a84b2ff6f22bf75b3a33ada0c0e80eca5e137a2504baea11ae186018ff7617c8935bc14c36703c17c533a27abc81f9856883
+Size (flake8-polyfill-1.0.1.tar.gz) = 8094 bytes
diff --git a/py-mando/Makefile b/py-mando/Makefile
index 8710355..3df4cb1 100644
--- a/py-mando/Makefile
+++ b/py-mando/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/07/09 21:31:56 jihbed Exp $
+# $NetBSD$
 
-DISTNAME=	mando-0.3.2
+DISTNAME=	mando-0.4
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=m/mando/}
@@ -10,7 +10,7 @@ HOMEPAGE=	https://mando.readthedocs.org/
 COMMENT=	Create Python CLI apps with little to no effort at all
 LICENSE=	mit
 
-WRKSRC=		${WRKDIR}/mando-0.3.2
+WRKSRC=		${WRKDIR}/mando-0.4
 
 USE_LANGUAGES=	# none
 
diff --git a/py-mando/PLIST b/py-mando/PLIST
index a65615c..18baf9b 100644
--- a/py-mando/PLIST
+++ b/py-mando/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2015/07/09 21:31:56 jihbed Exp $
+@comment $NetBSD$
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/mando/__init__.py
 ${PYSITELIB}/mando/__init__.pyc
@@ -9,15 +10,27 @@ ${PYSITELIB}/mando/__init__.pyo
 ${PYSITELIB}/mando/core.py
 ${PYSITELIB}/mando/core.pyc
 ${PYSITELIB}/mando/core.pyo
+${PYSITELIB}/mando/rst_text_formatter.py
+${PYSITELIB}/mando/rst_text_formatter.pyc
+${PYSITELIB}/mando/rst_text_formatter.pyo
 ${PYSITELIB}/mando/tests/__init__.py
 ${PYSITELIB}/mando/tests/__init__.pyc
 ${PYSITELIB}/mando/tests/__init__.pyo
+${PYSITELIB}/mando/tests/capture.py
+${PYSITELIB}/mando/tests/capture.pyc
+${PYSITELIB}/mando/tests/capture.pyo
 ${PYSITELIB}/mando/tests/run.py
 ${PYSITELIB}/mando/tests/run.pyc
 ${PYSITELIB}/mando/tests/run.pyo
 ${PYSITELIB}/mando/tests/test_core.py
 ${PYSITELIB}/mando/tests/test_core.pyc
 ${PYSITELIB}/mando/tests/test_core.pyo
+${PYSITELIB}/mando/tests/test_google.py
+${PYSITELIB}/mando/tests/test_google.pyc
+${PYSITELIB}/mando/tests/test_google.pyo
+${PYSITELIB}/mando/tests/test_numpy.py
+${PYSITELIB}/mando/tests/test_numpy.pyc
+${PYSITELIB}/mando/tests/test_numpy.pyo
 ${PYSITELIB}/mando/tests/test_unicode_docstring_on_py2.py
 ${PYSITELIB}/mando/tests/test_unicode_docstring_on_py2.pyc
 ${PYSITELIB}/mando/tests/test_unicode_docstring_on_py2.pyo
diff --git a/py-mando/distinfo b/py-mando/distinfo
index b5080e1..e06af89 100644
--- a/py-mando/distinfo
+++ b/py-mando/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/07/09 21:31:56 jihbed Exp $
 
-SHA1 (mando-0.3.2.tar.gz) = 1f2bac9f04fa81706b00d81fc3ee502b83e41564
-RMD160 (mando-0.3.2.tar.gz) = 83822d016dd267f3f8df679736a4d46ef0cd5cd8
-Size (mando-0.3.2.tar.gz) = 10760 bytes
+SHA1 (mando-0.4.tar.gz) = 46aa01ff3ca62f9eeb4bf7ee1422c69552bb6578
+RMD160 (mando-0.4.tar.gz) = 2bf519bc9101cfc3706b412a59f0f2982e81924a
+SHA512 (mando-0.4.tar.gz) = a6d3ace765a3f1dfd46f5e6f1583fec514406e893ecafa54fa107096e93a04616ca484ef7a937d7015f0af3b2d89e1b1d72a208fe20a296f3efe21ec953cc6c2
+Size (mando-0.4.tar.gz) = 22663 bytes
diff --git a/py-radon/Makefile b/py-radon/Makefile
index 54ea13a..b36092e 100644
--- a/py-radon/Makefile
+++ b/py-radon/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/07/09 22:09:57 jihbed Exp $
+# $NetBSD$
 
-DISTNAME=	radon-1.2.2
+DISTNAME=	radon-1.4.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/radon/}
@@ -11,9 +11,11 @@ COMMENT=	Code Metrics in Python
 LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
-DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.4:../../devel/py-nose
 DEPENDS+=	${PYPKGPREFIX}-cElementTree>=2.7.10:../../textproc/py-cElementTree
-DEPENDS+=	${PYPKGPREFIX}-mando>=0.3.2:../../wip/py-mando
+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
 
diff --git a/py-radon/PLIST b/py-radon/PLIST
index 03348e0..b49b228 100644
--- a/py-radon/PLIST
+++ b/py-radon/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/16 16:51:43 jihbed Exp $
+@comment $NetBSD$
 bin/radon
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
diff --git a/py-radon/distinfo b/py-radon/distinfo
index e840e2c..0040ce7 100644
--- a/py-radon/distinfo
+++ b/py-radon/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/07/09 22:09:57 jihbed Exp $
 
-SHA1 (radon-1.2.2.tar.gz) = 5ac5b9237720110f21a2ad29b36ee1e43a2108e7
-RMD160 (radon-1.2.2.tar.gz) = 51a0cf024dbead9f0c20258860defaa3b74c5aa8
-Size (radon-1.2.2.tar.gz) = 3468244 bytes
+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