The NetBSD Project

CVS log for pkgsrc/devel/py-unittest2/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-unittest2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.17
Sun May 1 09:23:25 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.16: +1 -1 lines
py-unittest2: remove

Limited to python 2.x but a dependency does not support this any longer

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jan 27 11:59:42 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
py-unittest2: limit to python 2.x

This package is intended to backport features that were added in
python 3.4.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:08 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -2 lines
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:46 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 4 18:08:22 2017 UTC (7 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Follow some redirects.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Aug 28 15:48:31 2016 UTC (8 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:43:27 2016 UTC (8 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Switch to MASTER_SITES_PYPI.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 9 15:28:39 2016 UTC (8 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1 lines
Add two missing dependencies.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 7 12:11:25 2016 UTC (8 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Update py-unittest2 to 1.1.0:

2015-06-20 - 1.1.0

  • Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
    assertWarnsRegex() assertments now check the type of the first argument to
    prevent possible user error. Based on patch by Daniel Wagner-Hall.
  • Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
    assertWarnsRegex() checks now emits a deprecation warning when callable is
    None or keyword arguments except msg is passed in the context manager mode.
  • Issue #22903: The fake test case created by unittest.loader when it fails
    importing a test module is now picklable.

2015-03-12 - 1.0.1

  • Unittest2 issue #94: Need at least 1.4 of six.

2015-03-06 - 1.0.0

  • Issue #22936: Permit showing local variables in tracebacks.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Dec 13 08:36:03 2014 UTC (10 years ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +11 -8 lines
Update py-unittests to 0.8.0.

CHANGELOG

2014/11/05 - 0.8
* Issue #22457: Honour load_tests in the start_dir of discovery.


2014/10/31 - 0.7.1

Fix for 0.7.0 being broken. Also switches from both manual and entrypoint
scripts to just entrypoint scripts to reduce the possibility of similar
oversights in future.


2014/10/31 - 0.7.0

This release contains backports from cPython 3.5 of all (I think) commits since
2010, as of today.


2014/10/28 - 0.6.0

Many thanks to Mark Roddy and Ezio Melotti who contributed substantially to
this release.
* Changed supported Python versions to start at 2.6, and include all released 3.x and pypy. (Robert Collins)
* Invoking unit2 without args starts test discovery
* Added TestCase.assertWarns and TestCase.assertWarnsRegexp context managers
* Fix Python issue 9926. TestSuite subclasses that override __call__ are called correctly.
* Removed unused maxDiff parameter from TestCase.assertSequenceEqual.
* DeprecationWarning for unsupported result objects (missing addSkip method) became RuntimeWarning.
* Addition of TestCase.assertWarns as a context manager.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 23 10:43:45 2014 UTC (10 years, 5 months ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -1 lines
Use ALTERNATIVES. Remove bin/unit2, since it's not different fundamentally
than unit2-${PYVERSSUFFIX}. Move bin/unit2.py so it doesn't conflict with
the py3k version of this package. Bump PKGREVISION. OK'd by wiz@.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 9 07:37:03 2014 UTC (10 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 31 11:25:43 2014 UTC (10 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update comment.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 31 11:25:10 2014 UTC (10 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Mention Python 2.x explicitly in COMMENT and DESCR.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jan 25 10:30:05 2014 UTC (10 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 8 16:17:20 2013 UTC (11 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Fix PLIST for python != 2.7.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 8 04:52:48 2013 UTC (11 years, 5 months ago) by richard
Branches: MAIN
Unittest2 is a backport of the new features added to the unittest testing
framework in Python 2.7. It is tested to run on Python 2.4 - 2.7.

To use unittest2 instead of unittest simply replace import unittest with
import unittest2.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>