update to 3.5.1
this is a major update, too much to list here, see the CHANGES file
This commit is contained in:
parent
da4e8a4040
commit
9bb47db36e
4 changed files with 21 additions and 14 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2012/02/09 12:42:37 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2012/02/17 18:19:30 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= coverage-3.3.1
|
||||
PKGNAME= ${PYPKGPREFIX}-coverage-3.3.1
|
||||
DISTNAME= coverage-3.5.1
|
||||
PKGNAME= ${PYPKGPREFIX}-coverage-3.5.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/c/coverage/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/10 17:03:39 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2012/02/17 18:19:30 drochner Exp $
|
||||
bin/coverage${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -9,6 +9,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|||
${PYSITELIB}/coverage/__init__.py
|
||||
${PYSITELIB}/coverage/__init__.pyc
|
||||
${PYSITELIB}/coverage/__init__.pyo
|
||||
${PYSITELIB}/coverage/__main__.py
|
||||
${PYSITELIB}/coverage/__main__.pyc
|
||||
${PYSITELIB}/coverage/__main__.pyo
|
||||
${PYSITELIB}/coverage/annotate.py
|
||||
${PYSITELIB}/coverage/annotate.pyc
|
||||
${PYSITELIB}/coverage/annotate.pyo
|
||||
|
@ -47,8 +50,12 @@ ${PYSITELIB}/coverage/html.pyc
|
|||
${PYSITELIB}/coverage/html.pyo
|
||||
${PYSITELIB}/coverage/htmlfiles/coverage_html.js
|
||||
${PYSITELIB}/coverage/htmlfiles/index.html
|
||||
${PYSITELIB}/coverage/htmlfiles/jquery-1.3.2.min.js
|
||||
${PYSITELIB}/coverage/htmlfiles/jquery-1.4.3.min.js
|
||||
${PYSITELIB}/coverage/htmlfiles/jquery.hotkeys.js
|
||||
${PYSITELIB}/coverage/htmlfiles/jquery.isonscreen.js
|
||||
${PYSITELIB}/coverage/htmlfiles/jquery.tablesorter.min.js
|
||||
${PYSITELIB}/coverage/htmlfiles/keybd_closed.png
|
||||
${PYSITELIB}/coverage/htmlfiles/keybd_open.png
|
||||
${PYSITELIB}/coverage/htmlfiles/pyfile.html
|
||||
${PYSITELIB}/coverage/htmlfiles/style.css
|
||||
${PYSITELIB}/coverage/misc.py
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/08/10 17:03:39 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.2 2012/02/17 18:19:30 drochner Exp $
|
||||
|
||||
SHA1 (coverage-3.3.1.tar.gz) = 56b30e982c618c34c1ba7d97a19ae48716b1c51d
|
||||
RMD160 (coverage-3.3.1.tar.gz) = 25b43c2e9286576a41c8cd0d86fa0b0bf4d0c26d
|
||||
Size (coverage-3.3.1.tar.gz) = 84453 bytes
|
||||
SHA1 (patch-aa) = c295ead1d87b6dd4d581bdfd1936bba3844032df
|
||||
SHA1 (coverage-3.5.1.tar.gz) = 815061b1906bd83b7d8ba46db0986ce7c4e84951
|
||||
RMD160 (coverage-3.5.1.tar.gz) = 054797366f8bc1968fc75e0121aaba3d12576200
|
||||
Size (coverage-3.5.1.tar.gz) = 113277 bytes
|
||||
SHA1 (patch-aa) = 4096d982a73a56879a1e1eb41095bc6da869ab82
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2010/08/10 17:03:39 drochner Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2012/02/17 18:19:30 drochner Exp $
|
||||
|
||||
--- setup.py.orig 2010-02-25 01:42:13.000000000 +0000
|
||||
--- setup.py.orig 2011-06-29 12:22:52.000000000 +0000
|
||||
+++ setup.py
|
||||
@@ -83,7 +83,7 @@ setup(
|
||||
@@ -85,7 +85,7 @@ setup_args = dict(
|
||||
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
- 'coverage = coverage:main',
|
||||
+ 'coverage%s = coverage:main' % sys.version[:3],
|
||||
]
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue