mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Convert ports from accessibility/, archivers/ and astro/ to new
USES=python Approved by: portmgr (implicit) With hat: python@
This commit is contained in:
parent
cac42264af
commit
ba08f95fa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371096
@ -13,8 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Interactive Python accessibility explorer for GNOME
|
||||
|
||||
USE_GNOME= pygnomedesktop atspi intlhack
|
||||
USE_PYTHON= 2
|
||||
USES= display:configure gettext gmake pkgconfig tar:bzip2
|
||||
USES= display:configure gettext gmake pkgconfig python:2 tar:bzip2
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -18,10 +18,9 @@ USES+= tar:bzip2
|
||||
|
||||
RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk
|
||||
|
||||
USES+= gmake gettext libtool:oldver pathfix pkgconfig
|
||||
USES+= gmake gettext libtool:oldver pathfix pkgconfig python:2
|
||||
USE_GNOME= gnomehier intlhack gtk20 gconf2 libbonobo
|
||||
USE_XORG= x11 xtst
|
||||
USE_PYTHON= 2
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
|
@ -20,8 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \
|
||||
${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \
|
||||
${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
|
||||
|
||||
USES= gmake gettext pkgconfig tar:bzip2
|
||||
USE_PYTHON= 2
|
||||
USES= gmake gettext pkgconfig python:2 tar:bzip2
|
||||
USE_GNOME= gnomeprefix libgnomeui gnomespeech pygnome2 \
|
||||
pygnomedesktop
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -18,10 +18,9 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at
|
||||
|
||||
CONFLICTS= at-spi-1.[0-9]*
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig tar:xz
|
||||
USES= gettext gmake pathfix pkgconfig python:2 tar:xz
|
||||
USE_GNOME= gnomehier intlhack pygobject3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PYTHON= 2
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
|
@ -15,10 +15,8 @@ COMMENT= Python binding for the LZMA compression library
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
USES= pkgconfig tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= pkgconfig python tar:bzip2
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/pc_cflags = .*/pc_cflags = ""/' \
|
||||
|
@ -16,12 +16,10 @@ LICENSE= LGPL21
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
USES= dos2unix
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= dos2unix python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
PORTDOCS= usage.txt
|
||||
|
||||
|
@ -12,8 +12,7 @@ COMMENT= Archive management tool for the ROX desktop
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \
|
||||
${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib
|
||||
|
||||
USES= tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
USES= python tar:bzip2
|
||||
|
||||
do-build:
|
||||
@${PYTHON_CMD} -m compileall ${WRKSRC}
|
||||
|
@ -19,8 +19,7 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
|
||||
libnetpbm.so:${PORTSDIR}/graphics/netpbm
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= gmake pkgconfig tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
USES= gmake pkgconfig python tar:bzip2
|
||||
ALL_TARGET= all extra
|
||||
MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX}/${PORTNAME}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
@ -17,8 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
|
||||
${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,8 +10,7 @@ MASTER_SITES= CHEESESHOP
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Scientific-grade astronomical computations for Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,7 +10,7 @@ DISTNAME= pyWeather
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python script that downloads weather data and can be cronned
|
||||
|
||||
USE_PYTHON= yes
|
||||
USES= python
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/pyWeather
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user