1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Require python 2.7 and add tests to build process.

Requirement for python 2.7 will be removed when subversion make
support for python3.

PR:		237620
Submitted by:	Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
This commit is contained in:
Lev A. Serebryakov 2019-04-30 11:06:49 +00:00
parent eedf1efddd
commit e5dfa194c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500477

View File

@ -7,12 +7,12 @@ PORTREVISION= 0
MAINTAINER= lev@FreeBSD.org
COMMENT= Python bindings for version control system
USES+= python
USES+= python:2.7
USE_PYTHON= flavors py3kplist
PORTREVISION_112= 0
PORTREVISION_19= 0
PORTREVISION_LTS= 0
PORTREVISION_112= 1
PORTREVISION_19= 1
PORTREVISION_LTS= 1
SVN_BUILD_BINDINGS= yes
@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --without-gnome-keyring \
--without-kwallet \
--with-apxs=no
ALL_TARGET= swig-py-lib swig-py
ALL_TARGET= swig-py-lib swig-py check-swig-py
INSTALL_TARGET= install-swig-py
.include <bsd.port.post.mk>