Clean up some USES=python
PR: 225752 Submitted by: Yasuhiro KIMURA
This commit is contained in:
parent
724c4c1803
commit
ea3f6fdeb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462227
9 changed files with 13 additions and 13 deletions
|
@ -19,7 +19,7 @@ OPTIONS_DEFINE= DOCS
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= julmon
|
||||
|
||||
USES= python:2.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils noegginfo concurrent optsuffix
|
||||
PYDISTUTILS_INSTALLARGS= --with-man
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN_DEPENDS= cowsay:games/cowsay \
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cjones
|
||||
|
||||
USES= perl5 python:2.5+ shebangfix
|
||||
USES= perl5 python shebangfix
|
||||
SHEBANG_FILES= insub.py
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Pure-python FIGlet implementation
|
|||
LICENSE= GPLv2+
|
||||
|
||||
# Actually 2.6-2.7,3.1-3.5 (no 3.0)
|
||||
USES= python:2.6-3.5
|
||||
USES= python:2.7-3.5
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ LICENSE= GPLv3
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
|
||||
|
||||
USES= python:2.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ COMMENT= Python library to test password strength
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:2.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR}
|
||||
|
||||
USES= python:2.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --localstatedir=${MFS_WORKDIR} \
|
|||
|
||||
.if ${MFS_COMPONENT} == cgi
|
||||
MFS_CGIDIR= ${PREFIX}/share/mfscgi
|
||||
USES= python:2.5+
|
||||
USES= python
|
||||
CONFIGURE_ARGS+= --enable-mfscgi \
|
||||
--with-mfscgi-dir=${MFS_CGIDIR}
|
||||
.else
|
||||
|
@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --disable-mfscgi
|
|||
|
||||
.if ${MFS_COMPONENT} == cgiserv
|
||||
MFS_CGISERVDIR= ${PREFIX}/sbin
|
||||
USES= python:2.5+
|
||||
USES= python
|
||||
USE_RC_SUBR= mfscgiserv
|
||||
SUB_FILES+= pkg-message-cgiserv
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv
|
||||
|
@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --disable-mfschunkserver
|
|||
.endif
|
||||
|
||||
.if ${MFS_COMPONENT} == cli
|
||||
USES= python:2.5+
|
||||
USES= python
|
||||
CONFIGURE_ARGS+= --enable-mfscli
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-mfscli
|
||||
|
|
|
@ -35,7 +35,7 @@ CONFLICTS= moosefs2-${MFS_COMPONENT}-*
|
|||
|
||||
.if ${MFS_COMPONENT} == cgi
|
||||
MFS_CGIDIR= ${PREFIX}/share/mfscgi
|
||||
USES= python:2.5+
|
||||
USES= python
|
||||
CONFIGURE_ARGS+= --enable-mfscgi \
|
||||
--with-mfscgi-dir=${MFS_CGIDIR}
|
||||
.else
|
||||
|
@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-mfscgi
|
|||
|
||||
.if ${MFS_COMPONENT} == cgiserv
|
||||
MFS_CGISERVDIR= ${PREFIX}/sbin
|
||||
USES= python:2.5+
|
||||
USES= python
|
||||
USE_RC_SUBR= mfscgiserv
|
||||
SUB_FILES+= pkg-message-cgiserv
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv
|
||||
|
@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-mfschunkserver
|
|||
.endif
|
||||
|
||||
.if ${MFS_COMPONENT} == cli
|
||||
USES= python:2.5+
|
||||
USES= python
|
||||
CONFIGURE_ARGS+= --enable-mfscli
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-mfscli
|
||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= Cross-platform uptime library
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
USES= python:2.5+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue