1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

devel/py-nose: Update to 1.3.7

- Update to 1.3.7
- Update regression-test to canonical invocation
- Make concurrent installation safe. Don't install man page for now until
  USES=uniquefiles and/or USE_PYTHON=concurrent can handle them. [1]

Changes:

  https://github.com/nose-devs/nose/blob/release_1.3.7/CHANGELOG

PR:	193956 [1]
This commit is contained in:
Kubilay Kocak 2015-06-05 05:05:42 +00:00
parent c7f67e9541
commit 1f38c725e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388567
3 changed files with 13 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nose
PORTVERSION= 1.3.4
PORTVERSION= 1.3.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -23,6 +23,6 @@ regression-test: build
.if ${PYTHON_REL} >= 3000
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} build_tests
.endif
@cd ${WRKSRC} && ${PYTHON_CMD} selftest.py --verbose
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (nose-1.3.4.tar.gz) = 76bc63a4e2d5e5a0df77ca7d18f0f56e2c46cfb62b71103ba92a92c79fab1e03
SIZE (nose-1.3.4.tar.gz) = 277488
SHA256 (nose-1.3.7.tar.gz) = f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
SIZE (nose-1.3.7.tar.gz) = 280488

View File

@ -1,4 +1,4 @@
--- setup.py.orig 2015-01-19 13:57:58 UTC
--- setup.py.orig 2015-06-02 08:43:31 UTC
+++ setup.py
@@ -30,7 +30,6 @@ try:
entry_points = {
@ -8,3 +8,11 @@
],
'distutils.commands': [
' nosetests = nose.commands:nosetests',
@@ -106,7 +105,6 @@ setup(
license = 'GNU LGPL',
keywords = 'test unittest doctest automatic discovery',
url = 'http://readthedocs.org/docs/nose/',
- data_files = [('man/man1', ['nosetests.1'])],
package_data = {'': ['*.txt',
'examples/*.py',
'examples/*/*.py']},