summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorkmos <kmos@cvs.openbsd.org>2019-04-23 12:31:34 +0000
committerkmos <kmos@cvs.openbsd.org>2019-04-23 12:31:34 +0000
commitad2ed30d0674bbe8c3cf6f1b4f476b382b9e35cb (patch)
tree3cb7eab745ca363de2561c330c79b0929c725aaf /share/man/man5
parentcf92fdfd2a5bedf1f50dbe1e70a6434986f914ff (diff)
Documenting the MODPY_TEST_DIR addition to python.port.mk in
the port-modules(5) man page. OK landry@ sthen@
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/port-modules.58
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index 40393957ccb..de7ffb2c9a9 100644
--- a/share/man/man5/port-modules.5
+++ b/share/man/man5/port-modules.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: port-modules.5,v 1.238 2019/04/04 02:28:23 naddy Exp $
+.\" $OpenBSD: port-modules.5,v 1.239 2019/04/23 12:31:33 kmos Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 4 2019 $
+.Dd $Mdocdate: April 23 2019 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -1331,6 +1331,7 @@ Sets
.Ev MODPY_LIBDIR ,
.Ev MODPY_SITEPKG ,
.Ev MODPY_SETUP ,
+.Ev MODPY_TEST_DIR ,
.Ev MODPY_TEST_LOCALE ,
.Ev MODPY_WANTLIB ,
.Ev MODPY_LIB_DEPENDS ,
@@ -1363,6 +1364,9 @@ Appends
.Ev MODPY_TEST_LOCALE
to
.Ev TEST_ENV .
+Changes to the directory specified in
+.Ev MODPY_TEST_DIR ,
+by default WRKSRC, before running tests.
.Ev MODPY_VERSION
is the default version used by all python modules.
Ports which use the setuptools module should set