mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Canonicalize some old USE_PY*
With hat: portmgr
This commit is contained in:
parent
89c8f91b16
commit
6f5765b31f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364600
@ -30,7 +30,7 @@ SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \
|
||||
gnetlist/docs/*.dox
|
||||
USE_GNOME= gtk20
|
||||
USE_PERL5= run
|
||||
USE_PYTHON= run
|
||||
USE_PYTHON_RUN= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libstroke=${LOCALBASE}
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -16,18 +16,18 @@ LICENSE= GPLv3
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/serial:${PORTSDIR}/comms/py-serial \
|
||||
${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
|
||||
|
||||
USE_PYTHON= YES
|
||||
USE_PYDISTUTILS= YES
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
||||
${WRKSRC}/chirpui/mainapp.py
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
|
||||
@${RMDIR} ${STAGEDIR}${PREFIX}/share/chirp/images
|
||||
@${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,9 +15,8 @@ LICENSE= BSD2CLAUSE
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= zip
|
||||
USE_PYTHON= YES
|
||||
PYTHON_VERSION= python2.7
|
||||
USE_PYDISTUTILS= YES
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
DOCS= README.txt
|
||||
EXAMPLES= test/cube.stl test/cube_bin.stl
|
||||
|
@ -2,10 +2,6 @@ bin/stl2pdf
|
||||
bin/stl2pov
|
||||
bin/stl2ps
|
||||
bin/stlinfo
|
||||
%%PYTHON_SITELIBDIR%%/stltools-3.2-py2.7.egg-info/PKG-INFO
|
||||
%%PYTHON_SITELIBDIR%%/stltools-3.2-py2.7.egg-info/SOURCES.txt
|
||||
%%PYTHON_SITELIBDIR%%/stltools-3.2-py2.7.egg-info/dependency_links.txt
|
||||
%%PYTHON_SITELIBDIR%%/stltools-3.2-py2.7.egg-info/top_level.txt
|
||||
%%PYTHON_SITELIBDIR%%/stltools/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/stltools/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/stltools/__init__.pyo
|
||||
@ -28,6 +24,5 @@ bin/stlinfo
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube.stl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube_bin.stl
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/stltools
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/stltools-3.2-py2.7.egg-info
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
|
@ -18,9 +18,9 @@ GH_ACCOUNT= ymattw
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 67c9831
|
||||
|
||||
USE_PYTHON=
|
||||
USE_PYDISTUTILS=
|
||||
PYDISTUTILS_AUTOPLIST=
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even
|
||||
USES= gettext gmake pathfix pkgconfig tar:xz
|
||||
USE_MATE= autogen common:build intlhack
|
||||
USE_GNOME= gnomehier libxml2 libxslt
|
||||
USE_PYTHON= build
|
||||
USE_PYTHON_BUILD= yes
|
||||
INSTALLS_OMF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env
|
||||
|
Loading…
Reference in New Issue
Block a user