73c4 FreshPorts -- devel/py-nose
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-nose 1.2.1 devel on this many watch lists=4 search for ports that depend on this port
Discovery-based unittest extension
Maintained by: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Dec 2006 11:44:44
Also Listed In: python
License: LGPL21


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: http://somethingaboutorange.com/mrl/projects/nose/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/py-setuptools
  2. lang/python27
Required To Run:
  1. devel/py-setuptools
  2. lang/python27

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/py-nose/ && make install clean
To add the package: pkg_add -r py27-nose


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://b.pypi.python.org/packages/source/n/nose/
  3. http://c.pypi.python.org/packages/source/n/nose/
  4. http://d.pypi.python.org/packages/source/n/nose/
  5. http://e.pypi.python.org/packages/source/n/nose/
  6. http://f.pypi.python.org/packages/source/n/nose/
  7. http://pypi.inqbus.de/nose/
  8. http://pypi.it.uwosh.edu/nose/
  9. http://pypi.python.jp/nose/
  10. http://pypi.python.org/packages/source/n/nose/

Number of commits found: 18

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Oct 2012 12:42:35
Original commit files touched by this commit  1.2.1
rm search for other commits by this committer
- 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
Original commit files touched by this commit  1.1.2
nivit search for other commits by this committer
- Update to 1.1.2
02 Jan 2011 16:57:38
Original commit files touched by this commit  1.0.0
nivit search for other commits by this committer
- 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
Original commit files touched by this commit  0.11.4
lwhsu search for other commits by this committer
- Update to 0.11.4
08 Jul 2010 02:04:06
Original commit files touched by this commit  0.11.3
linimon search for other commits by this committer
Reset maintainer per his request to ports@.

Feature safe:   yes
04 Apr 2010 06:23:51
Original commit files touched by this commit  0.11.3
lwhsu search for other commits by this committer
- Update to 0.11.3

PR:             ports/144485
Submitted by:   gcooper (maintainer)
12 Feb 2010 17:40:43
Original commit files touched by this commit  0.11.1
pgollucci search for other commits by this committer
- Fix plist errors

Submitted by:   Garrett Cooper <yanefbsd@gmail.com> (maintainer), pgollucci
Reported by:    QAT
11 Feb 2010 06:15:58
Original commit files touched by this commit  0.11.1
linimon search for other commits by this committer
Update to 0.11.1.

PR:             ports/140828
Submitted by:   maintainer
13 Dec 2009 17:00:14
Original commit files touched by this commit  0.10.4
miwi search for other commits by this committer
- 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
Original commit files touched by this commit  0.10.4
linimon search for other commits by this committer
Over to new volunteer.
18 Dec 2008 15:59:40
Original commit files touched by this commit  0.10.4
wxs search for other commits by this committer
- Update to 0.10.4

PR:             ports/129582
Submitted by:   Wen Heping <wenheping@gmail.com>
18 Dec 2008 07:09:22
Original commit files touched by this commit  0.10.1
linimon search for other commits by this committer
Over to new volunteer.
18 Dec 2008 02:24:04
Original commit files touched by this commit  0.10.1
linimon search for other commits by this committer
Reassign ports maintained by dryice@ for now due to other commitments.

Hat:    portmgr
14 Jan 2008 02:54:19
Original commit files touched by this commit  0.10.1
dryice search for other commits by this committer
update to 0.10.1
30 Jul 2007 09:42:28
Original commit files touched by this commit  0.9.3
alexbl search for other commits by this committer
 - 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
Original commit files touched by this commit  0.9.3
dryice search for other commits by this committer
update to 0.9.3

Approved by:    itetcu (mentor, implicit)
04 Feb 2007 12:00:13
Original commit files touched by this commit  0.9.2
dryice search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.1
miwi search for other commits by this committer
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>

Number of commits found: 18

285d
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days31
new fortnight65
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0