mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 0.9.16
- Cleanup Makefile header - Cleanup pkg-descr Feature safe: yes
This commit is contained in:
parent
efddab9c92
commit
f5c8f28a13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306983
@ -1,14 +1,11 @@
|
||||
# New ports collection makefile for: testtools
|
||||
# Date created: 2010-08-25
|
||||
# Whom: Carlo Strub
|
||||
#
|
||||
# Created by: Carlo Strub
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= testtools
|
||||
PORTVERSION= 0.9.16
|
||||
PORTVERSION= 0.9.21
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://launchpadlibrarian.net/112414996/ \
|
||||
MASTER_SITES= http://launchpadlibrarian.net/121090421/ \
|
||||
http://www.c-s.li/ports/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (testtools-0.9.16.tar.gz) = 2adb021c9a15040f94af099480d8d751930ce5a2294ecbdfd0853c87cbb2e1f7
|
||||
SIZE (testtools-0.9.16.tar.gz) = 169439
|
||||
SHA256 (testtools-0.9.21.tar.gz) = c9ec8cb335e2630f2ed274887d789fb9e0e8eeb12c9b7912f9064af1a0f936f9
|
||||
SIZE (testtools-0.9.21.tar.gz) = 173127
|
||||
|
@ -3,4 +3,4 @@ framework. These extensions have been derived from years of experience with unit
|
||||
testing in Python and come from many different sources. testtools also backports
|
||||
unittest changes from recent Pythons to Python 2.4 and 2.5.
|
||||
|
||||
WWW: https://launchpad.net/testtools
|
||||
WWW: https://launchpad.net/testtools
|
||||
|
@ -28,9 +28,33 @@
|
||||
%%PYTHON_SITELIBDIR%%/testtools/helpers.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/helpers.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/helpers.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_basic.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_basic.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_basic.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_datastructures.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_datastructures.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_datastructures.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_dict.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_dict.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_dict.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_doctest.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_doctest.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_doctest.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_exception.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_exception.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_exception.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_filesystem.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_filesystem.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_filesystem.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_higherorder.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_higherorder.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_higherorder.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_impl.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_impl.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/matchers/_impl.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/monkey.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/monkey.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/monkey.pyo
|
||||
@ -61,6 +85,36 @@
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/helpers.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/helpers.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/helpers.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/helpers.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/helpers.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/helpers.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_basic.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_basic.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_basic.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_datastructures.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_datastructures.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_datastructures.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_dict.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_dict.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_dict.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_doctest.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_doctest.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_doctest.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_exception.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_exception.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_exception.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_filesystem.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_filesystem.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_filesystem.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_higherorder.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_higherorder.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_higherorder.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_impl.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_impl.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/matchers/test_impl.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_compat.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_compat.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_compat.pyo
|
||||
@ -82,9 +136,6 @@
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_helpers.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_helpers.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_helpers.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_matchers.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_matchers.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_matchers.pyo
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_monkey.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_monkey.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/tests/test_monkey.pyo
|
||||
@ -118,6 +169,8 @@
|
||||
%%PYTHON_SITELIBDIR%%/testtools/utils.py
|
||||
%%PYTHON_SITELIBDIR%%/testtools/utils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testtools/utils.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/testtools/tests/matchers
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/testtools/tests
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/testtools/testresult
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/testtools/matchers
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/testtools
|
||||
|
Loading…
Reference in New Issue
Block a user