move some test files to the -tests subpackage.
noticed by Simon Kuhnle <simon at blarzwurst.de>
This commit is contained in:
parent
e824138864
commit
6ff06b85b9
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2007/10/20 06:54:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2007/10/21 11:41:32 steven Exp $
|
||||
|
||||
VERSION= 2.5
|
||||
PATCHLEVEL= .1
|
||||
PKG_PATCHLEVEL= p4
|
||||
PKG_PATCHLEVEL= p5
|
||||
SHARED_LIBS= python2.5 0.0
|
||||
|
||||
# PSUBDIR= python/${VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2007/04/24 23:32:47 djm Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2007/10/21 11:41:32 steven Exp $
|
||||
@option no-default-conflict
|
||||
@conflict python->=2.5,<2.6
|
||||
@pkgpath lang/python/2.5
|
||||
@ -1680,15 +1680,6 @@ lib/python2.5/telnetlib.pyo
|
||||
lib/python2.5/tempfile.py
|
||||
lib/python2.5/tempfile.pyc
|
||||
lib/python2.5/tempfile.pyo
|
||||
lib/python2.5/test/infinite_reload.py
|
||||
lib/python2.5/test/infinite_reload.pyc
|
||||
lib/python2.5/test/infinite_reload.pyo
|
||||
lib/python2.5/test/test_complex_args.py
|
||||
lib/python2.5/test/test_complex_args.pyc
|
||||
lib/python2.5/test/test_complex_args.pyo
|
||||
lib/python2.5/test/test_structmembers.py
|
||||
lib/python2.5/test/test_structmembers.pyc
|
||||
lib/python2.5/test/test_structmembers.pyo
|
||||
lib/python2.5/textwrap.py
|
||||
lib/python2.5/textwrap.pyc
|
||||
lib/python2.5/textwrap.pyo
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-tests,v 1.1 2006/11/01 20:59:18 alek Exp $
|
||||
@comment $OpenBSD: PLIST-tests,v 1.2 2007/10/21 11:41:32 steven Exp $
|
||||
@option no-default-conflict
|
||||
@conflict python-tests->=2.5,<2.6
|
||||
lib/python2.5/test/
|
||||
@ -69,6 +69,9 @@ lib/python2.5/test/fork_wait.py
|
||||
lib/python2.5/test/fork_wait.pyc
|
||||
lib/python2.5/test/fork_wait.pyo
|
||||
lib/python2.5/test/greyrgb.uue
|
||||
lib/python2.5/test/infinite_reload.py
|
||||
lib/python2.5/test/infinite_reload.pyc
|
||||
lib/python2.5/test/infinite_reload.pyo
|
||||
lib/python2.5/test/inspect_fodder.py
|
||||
lib/python2.5/test/inspect_fodder.pyc
|
||||
lib/python2.5/test/inspect_fodder.pyo
|
||||
@ -356,6 +359,9 @@ lib/python2.5/test/test_compiler.pyo
|
||||
lib/python2.5/test/test_complex.py
|
||||
lib/python2.5/test/test_complex.pyc
|
||||
lib/python2.5/test/test_complex.pyo
|
||||
lib/python2.5/test/test_complex_args.py
|
||||
lib/python2.5/test/test_complex_args.pyc
|
||||
lib/python2.5/test/test_complex_args.pyo
|
||||
lib/python2.5/test/test_contains.py
|
||||
lib/python2.5/test/test_contains.pyc
|
||||
lib/python2.5/test/test_contains.pyo
|
||||
@ -943,6 +949,9 @@ lib/python2.5/test/test_strptime.pyo
|
||||
lib/python2.5/test/test_struct.py
|
||||
lib/python2.5/test/test_struct.pyc
|
||||
lib/python2.5/test/test_struct.pyo
|
||||
lib/python2.5/test/test_structmembers.py
|
||||
lib/python2.5/test/test_structmembers.pyc
|
||||
lib/python2.5/test/test_structmembers.pyo
|
||||
lib/python2.5/test/test_structseq.py
|
||||
lib/python2.5/test/test_structseq.pyc
|
||||
lib/python2.5/test/test_structseq.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user