mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= julmon
|
GH_ACCOUNT= julmon
|
||||||
|
|
||||||
USES= python:2.6+
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils noegginfo concurrent optsuffix
|
USE_PYTHON= autoplist distutils noegginfo concurrent optsuffix
|
||||||
PYDISTUTILS_INSTALLARGS= --with-man
|
PYDISTUTILS_INSTALLARGS= --with-man
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ RUN_DEPENDS= cowsay:games/cowsay \
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= cjones
|
GH_ACCOUNT= cjones
|
||||||
|
|
||||||
USES= perl5 python:2.5+ shebangfix
|
USES= perl5 python shebangfix
|
||||||
SHEBANG_FILES= insub.py
|
SHEBANG_FILES= insub.py
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Pure-python FIGlet implementation
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
|
|
||||||
# Actually 2.6-2.7,3.1-3.5 (no 3.0)
|
# 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
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
|
@ -15,7 +15,7 @@ LICENSE= GPLv3
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
|
||||||
|
|
||||||
USES= python:2.6+
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ COMMENT= Python library to test password strength
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= python:2.6+
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist distutils
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.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}pyflakes>0:devel/py-pyflakes@${FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR}
|
||||||
|
|
||||||
USES= python:2.6+
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --localstatedir=${MFS_WORKDIR} \
|
||||||
|
|
||||||
.if ${MFS_COMPONENT} == cgi
|
.if ${MFS_COMPONENT} == cgi
|
||||||
MFS_CGIDIR= ${PREFIX}/share/mfscgi
|
MFS_CGIDIR= ${PREFIX}/share/mfscgi
|
||||||
USES= python:2.5+
|
USES= python
|
||||||
CONFIGURE_ARGS+= --enable-mfscgi \
|
CONFIGURE_ARGS+= --enable-mfscgi \
|
||||||
--with-mfscgi-dir=${MFS_CGIDIR}
|
--with-mfscgi-dir=${MFS_CGIDIR}
|
||||||
.else
|
.else
|
||||||
|
@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --disable-mfscgi
|
||||||
|
|
||||||
.if ${MFS_COMPONENT} == cgiserv
|
.if ${MFS_COMPONENT} == cgiserv
|
||||||
MFS_CGISERVDIR= ${PREFIX}/sbin
|
MFS_CGISERVDIR= ${PREFIX}/sbin
|
||||||
USES= python:2.5+
|
USES= python
|
||||||
USE_RC_SUBR= mfscgiserv
|
USE_RC_SUBR= mfscgiserv
|
||||||
SUB_FILES+= pkg-message-cgiserv
|
SUB_FILES+= pkg-message-cgiserv
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv
|
PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv
|
||||||
|
@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --disable-mfschunkserver
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MFS_COMPONENT} == cli
|
.if ${MFS_COMPONENT} == cli
|
||||||
USES= python:2.5+
|
USES= python
|
||||||
CONFIGURE_ARGS+= --enable-mfscli
|
CONFIGURE_ARGS+= --enable-mfscli
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --disable-mfscli
|
CONFIGURE_ARGS+= --disable-mfscli
|
||||||
|
|
|
@ -35,7 +35,7 @@ CONFLICTS= moosefs2-${MFS_COMPONENT}-*
|
||||||
|
|
||||||
.if ${MFS_COMPONENT} == cgi
|
.if ${MFS_COMPONENT} == cgi
|
||||||
MFS_CGIDIR= ${PREFIX}/share/mfscgi
|
MFS_CGIDIR= ${PREFIX}/share/mfscgi
|
||||||
USES= python:2.5+
|
USES= python
|
||||||
CONFIGURE_ARGS+= --enable-mfscgi \
|
CONFIGURE_ARGS+= --enable-mfscgi \
|
||||||
--with-mfscgi-dir=${MFS_CGIDIR}
|
--with-mfscgi-dir=${MFS_CGIDIR}
|
||||||
.else
|
.else
|
||||||
|
@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-mfscgi
|
||||||
|
|
||||||
.if ${MFS_COMPONENT} == cgiserv
|
.if ${MFS_COMPONENT} == cgiserv
|
||||||
MFS_CGISERVDIR= ${PREFIX}/sbin
|
MFS_CGISERVDIR= ${PREFIX}/sbin
|
||||||
USES= python:2.5+
|
USES= python
|
||||||
USE_RC_SUBR= mfscgiserv
|
USE_RC_SUBR= mfscgiserv
|
||||||
SUB_FILES+= pkg-message-cgiserv
|
SUB_FILES+= pkg-message-cgiserv
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv
|
PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv
|
||||||
|
@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-mfschunkserver
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MFS_COMPONENT} == cli
|
.if ${MFS_COMPONENT} == cli
|
||||||
USES= python:2.5+
|
USES= python
|
||||||
CONFIGURE_ARGS+= --enable-mfscli
|
CONFIGURE_ARGS+= --enable-mfscli
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --disable-mfscli
|
CONFIGURE_ARGS+= --disable-mfscli
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= Cross-platform uptime library
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||||
|
|
||||||
USES= python:2.5+
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist distutils
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue