- Convert my ports to USES=python
This commit is contained in:
parent
54df1957a4
commit
0ed44f8feb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364518
18 changed files with 39 additions and 55 deletions
|
@ -10,11 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= mva@FreeBSD.org
|
||||
COMMENT= ATK accessibility wrapper for python
|
||||
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig python:2
|
||||
USE_GNOME= atk
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYTHON_FEATURES=autoplist distutils
|
||||
|
||||
EXAMPLES= atkaction.py atkapplication.py atkcapi.c atktext.py atkvalue.py \
|
||||
msaaapplication.py msaacapi.cpp
|
||||
|
|
|
@ -10,10 +10,7 @@ DISTNAME= PyAL-${PORTVERSION}
|
|||
MAINTAINER= mva@FreeBSD.org
|
||||
COMMENT= PyAL is a binding of OpenAL for Python
|
||||
|
||||
USES= openal:al
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYDISTUTILS_PKGNAME= PyAL
|
||||
USES= openal:al python
|
||||
PYTHON_FEATURES=autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -15,10 +15,10 @@ LICENSE= LGPL21
|
|||
|
||||
RUN_DEPENDS= pytest:${PORTSDIR}/devel/py-logilab-common
|
||||
|
||||
WRKSRC= ${WRKDIR}/logilab-astroid-e003574ae51b
|
||||
MAKE_ENV= NO_SETUPTOOLS=1
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USES= python
|
||||
WRKSRC= ${WRKDIR}/logilab-astroid-e003574ae51b
|
||||
MAKE_ENV= NO_SETUPTOOLS=1
|
||||
PYTHON_FEATURES=distutils
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -12,9 +12,8 @@ COMMENT= Dynamic Scripting for adaptive AI systems
|
|||
|
||||
LICENSE= ZLIB
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
PYTHON_FEATURES=autoplist distutils
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -17,11 +17,10 @@ LICENSE= LGPL21
|
|||
LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= python
|
||||
USE_SDL= ttf image mixer sdl
|
||||
USE_GCC= any
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYTHON_FEATURES=autoplist distutils
|
||||
|
||||
SDLNOX11= sdl-nox11-[0-9]*
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ COMMENT= Common low-level libraries shared among logilab projects
|
|||
|
||||
LICENSE= LGPL20
|
||||
|
||||
USES= python
|
||||
MAKE_ENV= NO_SETUPTOOLS=1
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYTHON_FEATURES=distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,9 +17,9 @@ LICENSE= BSD2CLAUSE
|
|||
BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game
|
||||
RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game
|
||||
|
||||
USES= python:2
|
||||
USE_GNOME= atk
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
PYTHON_FEATURES= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -12,9 +12,8 @@ COMMENT= Python Lex-Yacc
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
PYTHON_FEATURES=autoplist distutils
|
||||
|
||||
PORTDOCS= ply.html internal.html README
|
||||
|
||||
|
|
|
@ -12,10 +12,9 @@ COMMENT= Python bindings to the SDL2 libraries
|
|||
|
||||
LICENSE= ZLIB
|
||||
|
||||
USES= python
|
||||
USE_SDL= sdl2 gfx2 image2 ttf2 mixer2
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYTHON_FEATURES= autoplist distutils
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -11,9 +11,8 @@ COMMENT= Python source code checking tool to help hunting common bugs
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
PYTHON_FEATURES=autoplist distutils
|
||||
|
||||
DOCS= ChangeLog COPYRIGHT KNOWN_BUGS MAINTAINERS README TODO VERSION
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@ LICENSE= LGPL21
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.1.0:${PORTSDIR}/devel/py-astroid
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USES= python
|
||||
PYTHON_FEATURES=distutils
|
||||
|
||||
OPTIONS_DEFINE= GUI
|
||||
|
||||
|
|
|
@ -13,9 +13,8 @@ COMMENT= Programming Language for writing Python extension modules
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python:2
|
||||
PYTHON_FEATURES=autoplist distutils
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/Manual
|
||||
|
|
|
@ -15,9 +15,8 @@ LICENSE= GPLv2
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
PYTHON_FEATURES=autoplist distutils
|
||||
USE_WX= 3.0+
|
||||
WX_COMPS= python
|
||||
|
||||
|
|
|
@ -17,10 +17,8 @@ LICENSE= GPLv3
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
|
||||
|
||||
USES= tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python tar:bzip2
|
||||
PYTHON_FEATURES=autoplist distutils
|
||||
|
||||
PLIST_FILES= share/pixmaps/pysolfc.png
|
||||
DATADIR= ${PREFIX}/share/PySolFC
|
||||
|
|
|
@ -19,8 +19,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|||
|
||||
USE_XORG= x11 xext xmu
|
||||
USE_GL= glew
|
||||
USES= cmake:outsource compiler:features shebangfix
|
||||
USE_PYTHON= 3.4
|
||||
USES= cmake:outsource compiler:features python:3.4 shebangfix
|
||||
CMAKE_ARGS+= -DWITH_PYTHON_INSTALL:BOOL=OFF \
|
||||
-DWITH_PYTHON_INSTALL_NUMPY:BOOL=OFF
|
||||
|
||||
|
|
|
@ -12,11 +12,11 @@ COMMENT= Python package for creating encapsulated PostScript figures
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_PYTHON= 3
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python:3
|
||||
USE_TEX= latex:build
|
||||
|
||||
PYTHON_FEATURES= autoplist distutils
|
||||
|
||||
OPTIONS_DEFINE= T1CODE KPATHSEA
|
||||
OPTIONS_DEFAULT= T1CODE KPATHSEA
|
||||
T1CODE_DESC= Fast t1 font encoding/decoding
|
||||
|
|
|
@ -13,11 +13,11 @@ COMMENT= Python package for creating encapsulated PostScript figures
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python:2
|
||||
USE_TEX= latex:build
|
||||
|
||||
PYTHON_FEATURES= autoplist distutils
|
||||
|
||||
OPTIONS_DEFINE= T1CODE KPATHSEA
|
||||
OPTIONS_DEFAULT= T1CODE KPATHSEA
|
||||
T1CODE_DESC= Fast t1 font encoding/decoding
|
||||
|
|
|
@ -11,8 +11,7 @@ LICENSE= MIT
|
|||
|
||||
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
|
||||
|
||||
USE_PYTHON_BUILD= yes
|
||||
USES= gmake shebangfix pkgconfig readline
|
||||
USES= gmake pkgconfig python:build readline shebangfix
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= micropython
|
||||
|
|
Loading…
Reference in a new issue