Port details |
- py-nose Discovery-based unittest extension
- 1.3.7_1 devel
=5 1.3.7_1Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2006-12-14 11:44:44
- Last Update: 2022-03-08 02:09:57
- Commit Hash: bc808e2
- People watching this port, also watch:: pcre, p5-Error, mkfontscale, font-misc-meltho, libidn
- Also Listed In: python
- License: LGPL21
- Description:
- nose provides an alternate test discovery and running process for
unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to magic. By default,
nose will run tests in files or directories under the current working
directory whose names include "test". nose also supports doctest tests
and may optionally provide a test coverage report.
WWW: https://nose.readthedocs.io/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-nose/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-nose
- pkg install py38-nose
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-nose listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-nose
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (nose-1.3.7.tar.gz) = f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
SIZE (nose-1.3.7.tar.gz) = 280488
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- biology/py-PySCeS
- biology/py-crossmap
- devel/py-geojson
- devel/py-tinyarray
- devel/ros-catkin
- graphics/py-pyinsane2
- graphics/py-pypillowfight
-
Deleted ports which required this port:
- for Run
-
- audio/py-soundscrape
- biology/py-PySCeS
- devel/plasma
- devel/py-PyUtilib
- devel/py-case
- devel/py-doctest-ignore-unicode
- devel/py-lazr.delegates
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- devel_py-nose
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Mar 2022 02:09:57 1.3.7_1
|
Muhammad Moinur Rahman (bofh)  |
*/*: Take maintainership |
07 Mar 2022 19:07:39 1.3.7_1
|
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
28 Feb 2022 12:46:40 1.3.7_1
|
Po-Chuan Hsieh (sunpoet)  |
devel/py-nose: Fix build with setuptools 58.0.0+
setuptools 58.0.0 removes 2to3 support.
With hat: python |
21 Nov 2021 18:24:47 1.3.7_1
|
Po-Chuan Hsieh (sunpoet)  |
devel/py-nose: Add NO_ARCH
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 1.3.7_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11 Jan 2021 19:36:17
1.3.7_1
|
rene  |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
29 Dec 2020 13:21:38
1.3.7_1
|
antoine  |
Drop python 2.7 support from a few ports |
01 Apr 2020 09:32:18
1.3.7_1
|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
10 Apr 2019 06:18:32
1.3.7_1
|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
30 Nov 2017 15:50:34
1.3.7 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
14 Sep 2016 18:18:22
1.3.7
|
amdmi3  |
- Switch to new test framework
Approved by: portmgr blanket |
18 May 2016 16:50:21
1.3.7
|
woodsb02  |
Create new port devel/py3-nose:
- This is a variant of devel/py-nose for Python 3.x.
A separate port is needed until the ports tree gets VARIANTS support.
The science/gramps port will soon be updated to a version which only
supports python3, and it depends on py-nose with python3.
To allow people to only use packages directly (and not ports),
the package building infrastructure needs to build 2 packages:
py-nose with python2 and py-nose with python3.
Since the ports tree doesn't yet have VARIANTS support, this is not
yet possible without making a separate py3-nose port.
- Ensure devel/py-nose does not clobber USES variable in slave devel/py3-nose
- Fix devel/py-nose target regression-test to use selftest.py [1]
[1] https://github.com/nose-devs/nose/issues/400
PR: 207036
Reviewed by: mat (mentor)
Approved by: adamw (mentor), koobs (maintainer)
Differential Revision: https://reviews.freebsd.org/D6280 |
05 Jun 2015 05:05:42
1.3.7
|
koobs  |
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] |
26 May 2015 16:47:03
1.3.4
|
antoine  |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
19 Jan 2015 14:54:23
1.3.4
|
koobs  |
devel/py-nose: Update to 1.3.4, Allow concurrent versions
- Update to 1.3.4
- Use USE_PYTHON=concurrent to suffix bin/nosetests allowing multile
Python versions of devel/py-nose to be installed [1]
Changes:
http://nose.readthedocs.org/en/latest/news.html
PR: 193956 [1] |
29 Aug 2014 14:36:25
1.3.3
|
bapt  |
Modernize python |
27 Jul 2014 15:22:36
1.3.3
|
koobs  |
devel/py-nose: Update to 1.3.3, Fix tests
- Update to 1.3.3
- Add LICENSE_FILE
- Remove Python3 ready comment
- Fix tests under Python 3.x
- Remove patch to comment out man file installation
PR: 191795
Submitted by: Melvyn Sopacua <melvyn at magemana dot nl> |
11 Jul 2014 23:38:50
1.3.0_1
|
nivit  |
- Pass the mantainership to koobs@ |
10 Feb 2014 05:32:35
1.3.0_1
|
miwi  |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION |
21 Jan 2014 23:40:23
1.3.0
|
bapt  |
Fix properties on pkg-plist |
20 Sep 2013 17:13:47
1.3.0
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
09 Jun 2013 15:06:41
1.3.0
|
koobs  |
devel/py-nose: Update to 1.3.0
- Update to 1.3.0
- Update pkg-plist
- Use regression-test: target
- Whitespace alignment
- Mute cd to WRKSRC
Changes:
https://github.com/nose-devs/nose/blob/release_1.3.0/CHANGELOG
PR: ports/178962
Approved by: nivit (maintainer, via email) |
24 Oct 2012 12:42:35
1.2.1
|
rm  |
- update to 1.2.1
- add license (LGPL21)
- add test: target
- update pkg-plist
PR: 172161
Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com>
Approved by: nivit (maintainer, by mail)
Feature safe: yes |
31 Aug 2011 08:03:50
1.1.2
|
nivit  |
- Update to 1.1.2 |
02 Jan 2011 16:57:38
1.0.0
|
nivit  |
- Update to 1.0.0
- Don't install manpage when NO_INSTALL_MANPAGES is defined
- Remove MD5 checksum from distinfo
- Take maintainership
PR: ports/153624
Submitted by: nivit |
22 Aug 2010 15:40:30
0.11.4
|
lwhsu  |
- Update to 0.11.4 |
08 Jul 2010 02:04:06
0.11.3
|
linimon  |
Reset maintainer per his request to ports@.
Feature safe: yes |
04 Apr 2010 06:23:51
0.11.3
|
lwhsu  |
- Update to 0.11.3
PR: ports/144485
Submitted by: gcooper (maintainer) |
12 Feb 2010 17:40:43
0.11.1
|
pgollucci  |
- Fix plist errors
Submitted by: Garrett Cooper <yanefbsd@gmail.com> (maintainer), pgollucci
Reported by: QAT |
11 Feb 2010 06:15:58
0.11.1
|
linimon  |
Update to 0.11.1.
PR: ports/140828
Submitted by: maintainer |
13 Dec 2009 17:00:14
0.10.4
|
miwi  |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
19 Dec 2008 04:48:21
0.10.4
|
linimon  |
Over to new volunteer. |
18 Dec 2008 15:59:40
0.10.4
|
wxs  |
- Update to 0.10.4
PR: ports/129582
Submitted by: Wen Heping <wenheping@gmail.com> |
18 Dec 2008 07:09:22
0.10.1
|
linimon  |
Over to new volunteer. |
18 Dec 2008 02:24:04
0.10.1
|
linimon  |
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr |
14 Jan 2008 02:54:19
0.10.1
|
dryice  |
update to 0.10.1 |
30 Jul 2007 09:42:28
0.9.3
|
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
24 Apr 2007 02:09:41
0.9.3
|
dryice  |
update to 0.9.3
Approved by: itetcu (mentor, implicit) |
04 Feb 2007 12:00:13
0.9.2
|
dryice  |
- update to 0.9.2
- a new file files/patch-setup.py and some modify to the make file to
place man page in the right place
- fix typo in the makefile
- add MASTER_SITE_LOCAL
- update my mail address
Approved by: itetcu (mentor, implicit) |
14 Dec 2006 11:38:48
0.9.1
|
miwi  |
nose provides an alternate test discovery and running process for
unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to magic. By default,
nose will run tests in files or directories under the current working
directory whose names include "test". nose also supports doctest tests
and may optionally provide a test coverage report.
Author: Jason Pellerin <jpellerin+nose@gmail.com>
WWW: http://somethingaboutorange.com/mrl/projects/nose/
PR: ports/106704
Submitted by: Dryice Liu <dryice at dryice.name> |