mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
This commit is contained in:
parent
c58ef91e06
commit
3d9a815d9c
4481 changed files with 4530 additions and 4551 deletions
|
@ -61,7 +61,7 @@ MOZILLA_VER?= ${PORTVERSION}
|
|||
MOZILLA_BIN?= ${PORTNAME}-bin
|
||||
MOZILLA_EXEC_NAME?=${MOZILLA}
|
||||
USES+= compiler:c++17-lang cpe gl gmake gnome iconv localbase perl5 pkgconfig \
|
||||
python:3.6+,build desktop-file-utils
|
||||
python:build desktop-file-utils
|
||||
CPE_VENDOR?=mozilla
|
||||
USE_GL= gl
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30
|
||||
|
|
|
@ -19,7 +19,7 @@ RUN_DEPENDS= gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas \
|
|||
at-spi2-core>=2.1.5:accessibility/at-spi2-core
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= gettext gmake gnome localbase:ldflags pkgconfig python:3.4+ shebangfix tar:xz
|
||||
USES= gettext gmake gnome localbase:ldflags pkgconfig python shebangfix tar:xz
|
||||
USE_GNOME= gtk30 pygobject3
|
||||
GNU_CONFIGURE= yes
|
||||
SHEBANG_FILES= plugins/ipython_view.py
|
||||
|
|
|
@ -22,7 +22,7 @@ LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter \
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR}
|
||||
|
||||
USES= gettext gl gmake gnome libtool localbase pathfix \
|
||||
pkgconfig python:3.3+ shebangfix tar:xz xorg
|
||||
pkgconfig python shebangfix tar:xz xorg
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack introspection:build libxml2 \
|
||||
libxslt:build pygobject3
|
||||
USE_PYTHON= py3kplist
|
||||
|
|
|
@ -28,7 +28,7 @@ PORTSCOUT= limitw:1,even
|
|||
|
||||
NO_ARCH= yes
|
||||
USES= cpe gettext gmake gnome localbase pathfix pkgconfig \
|
||||
python:3.4+ tar:xz
|
||||
python tar:xz
|
||||
USE_GNOME= gtk30 pygobject3
|
||||
GNU_CONFIGURE= yes
|
||||
CPE_VENDOR= gnome
|
||||
|
|
|
@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:accessibility/at-spi2-core
|
|||
CONFLICTS= at-spi-1.[0-9]*
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake gnome localbase pathfix pkgconfig python:3.6+ tar:xz
|
||||
USES= gettext gmake gnome localbase pathfix pkgconfig python tar:xz
|
||||
USE_PYTHON= flavors py3kplist
|
||||
USE_GNOME= intlhack pygobject3
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -55,7 +55,7 @@ WAYLAND_CATEGORIES= wayland
|
|||
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
||||
WAYLAND_CONFIGURE_ENABLE= wayland
|
||||
|
||||
GUI_USES= python:3.6+
|
||||
GUI_USES= python
|
||||
GUI_CONFIGURE_ENABLE= gui
|
||||
GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
|
||||
|
|
|
@ -103,7 +103,7 @@ post-install:
|
|||
PORTSCOUT= ignore:1
|
||||
|
||||
NO_ARCH= yes
|
||||
USES+= python:3.3+ shebangfix
|
||||
USES+= python shebangfix
|
||||
SHEBANG_FILES= src/api/python/speechd_config/spd-conf
|
||||
USE_PYTHON= flavors
|
||||
LIB_DEPENDS+= libspeechd.so:accessibility/speech-dispatcher
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://hijri-converter.readthedocs.io/en/stable/
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -22,7 +22,7 @@ RUN_DEPENDS= gtar:archivers/gtar
|
|||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= cpe desktop-file-utils gettext gnome libarchive localbase \
|
||||
meson pkgconfig python:3.5+,build tar:xz
|
||||
meson pkgconfig python:build tar:xz
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30
|
||||
USE_LDCONFIG= yes
|
||||
MESON_ARGS= -Dpackagekit=false
|
||||
|
|
|
@ -12,7 +12,7 @@ WWW= https://lz4.github.io/lz4/
|
|||
LICENSE= BSD2CLAUSE GPLv2
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USES= cpe meson pkgconfig python:3.5+,build shebangfix
|
||||
USES= cpe meson pkgconfig python:build shebangfix
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
CPE_VENDOR= lz4_project
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://www.roe.ch/acefile
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USES= python:3.4+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}py-cpuinfo>=0:sysutils/py-py-cpuinfo@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rich>=0:textproc/py-rich@${PY_FLAVOR}
|
||||
|
||||
USES= pkgconfig python:3.8+
|
||||
USES= pkgconfig python
|
||||
USE_PYTHON= autoplist concurrent cython pep517
|
||||
|
||||
MAKE_ENV= CMAKE_ARGS=-DUSE_SYSTEM_BLOSC2=ON
|
||||
|
|
|
@ -26,7 +26,7 @@ TEST_DEPENDS= ${RUN_DEPENDS} \
|
|||
${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
|
||||
fakeroot:security/fakeroot
|
||||
USES= pkgconfig python:3.8+ ssl
|
||||
USES= pkgconfig python ssl
|
||||
USE_PYTHON= autoplist distutils
|
||||
MAKE_ENV= BORG_OPENSSL_PREFIX=${OPENSSLBASE}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ WWW= https://github.com/google/brotli
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= compiler:c++0x cpe python:3.6+ shebangfix zip
|
||||
USES= compiler:c++0x cpe python shebangfix zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
CPE_VENDOR= google
|
||||
|
|
|
@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
|
|||
LIB_DEPENDS= libbrotlienc.so:archivers/brotli
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
|
||||
|
||||
USES= localbase python:3.6+
|
||||
USES= localbase python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
MAKE_ENV= USE_SHARED_BROTLI=1
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -18,7 +18,7 @@ BUILD_DEPENDS= bash:shells/bash \
|
|||
git>1.5.6:devel/git
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= gmake python:3.6+ shebangfix
|
||||
USES= gmake python shebangfix
|
||||
USE_PYTHON= autoplist
|
||||
SHEBANG_FILES= test/ext/test-sparse-files lib/cmd/import-rdiff-backup-cmd.sh
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ WWW= https://github.com/nvawda/bz2file
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ WWW= https://github.com/delimitry/compressed_rtf
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${FILESDIR}/LICENSE
|
||||
|
||||
USES= python:3.8+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13:devel/py-maturin@${PY_FLAVOR}
|
||||
|
||||
USES= cargo python:3.7+
|
||||
USES= cargo python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
CARGO_BUILD= no
|
||||
|
|
|
@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -17,7 +17,7 @@ BUILD_DEPENDS= liblz4>=1.7.5:archivers/liblz4 \
|
|||
LIB_DEPENDS= liblz4.so:archivers/liblz4
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR}
|
||||
|
||||
USES= localbase python:3.7+
|
||||
USES= localbase python
|
||||
USE_PYTHON= distutils pytest
|
||||
|
||||
CONFIGURE_ENV= PYLZ4_USE_SYSTEM_LZ4=1
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE= LGPL21
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
|
||||
USES= dos2unix python:3.6+
|
||||
USES= dos2unix python
|
||||
USE_PYTHON= concurrent distutils autoplist
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://pypi.python.org/pypi/lzstring
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ GH_ACCOUNT= wummel
|
|||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= 4928f3fc5083248ec83bbf6b02b5d9089c309100
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://github.com/smihica/pyminizip
|
|||
LICENSE= ZLIB
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -12,7 +12,7 @@ WWW= https://fengestad.no/python-lhafile/
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= liblzo2.so:archivers/lzo2
|
||||
|
||||
USES= localbase python:3.6+
|
||||
USES= localbase python
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
|
||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
LIB_DEPENDS= libsnappy.so:archivers/snappy
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}entrypoint2>0:devel/py-entrypoint2@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
RUN_DEPENDS= unrar:archivers/unrar
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -10,7 +10,7 @@ WWW= https://github.com/ndparker/rcssmin
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -10,7 +10,7 @@ WWW= https://github.com/ndparker/rjsmin
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.8+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -12,6 +12,6 @@ LICENSE= MIT
|
|||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bz2file>=0.98:archivers/py-bz2file@${PY_FLAV
|
|||
pigz>=0:archivers/pigz
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
|
|||
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+ zip
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||
|
||||
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
|
|
@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
|
|||
LIB_DEPENDS= libzstd.so:archivers/zstd
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
|
||||
|
||||
USES= localbase python:3.7+
|
||||
USES= localbase python
|
||||
USE_PYTHON= distutils autoplist
|
||||
#PYDISTUTILS_BUILDARGS= --system-zstd # breaks in runtime due to version mismatch, keep disabled until this is fixed: https://github.com/indygreg/python-zstandard/issues/132
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
|
|||
LIB_DEPENDS= libzstd.so:archivers/zstd
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ localbase
|
||||
USES= python localbase
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
PYDISTUTILS_BUILDARGS= --external
|
||||
|
|
|
@ -9,7 +9,7 @@ WWW= https://pypi.org/project/unrpa/
|
|||
|
||||
LICENSE= GPLv3+
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://gpsd.gitlab.io/gpsd/index.html
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cpe pathfix pkgconfig python:3.6+ scons
|
||||
USES= cpe pathfix pkgconfig python scons
|
||||
CPE_VENDOR= gpsd_project
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= gpsd
|
||||
|
|
|
@ -12,7 +12,7 @@ LICENSE= GPLv2
|
|||
RUN_DEPENDS= indiserver:devel/indi \
|
||||
${PYTHON_PKGNAMEPREFIX}indiweb>0:astro/py-indiweb@${PY_FLAVOR}
|
||||
|
||||
USES= cmake iconv gettext kde:5 ninja qt:5 pkgconfig python:3.7+ xorg
|
||||
USES= cmake iconv gettext kde:5 ninja qt:5 pkgconfig python xorg
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons doctools i18n kio itemviews jobwidgets service \
|
||||
solid widgetsaddons windowsystem xmlgui
|
||||
|
|
|
@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR}\
|
|||
|
||||
#USE_GITHUB= yes
|
||||
|
||||
USES= gettext-runtime:run python:3.8+ shebangfix
|
||||
USES= gettext-runtime:run python shebangfix
|
||||
USE_PYTHON= noflavors pep517
|
||||
SHEBANG_FILES= ${PORTNAME}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=1.1:astro/py-astropy@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
PORTSCOUT= skipv:0.15,0.17,0.17.1 # incorrect versioning upstream
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \
|
|||
${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18:science/py-scikit-learn@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}astropy>=3.0:astro/py-astropy@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.post1
|
||||
|
|
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
|||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
|
|||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyerfa>=0:astro/py-pyerfa@${PY_FLAVOR}
|
||||
|
||||
USES= compiler:c11 python:3.8+
|
||||
USES= compiler:c11 python
|
||||
USE_PYTHON= autoplist cython distutils
|
||||
|
||||
CONFLICTS_INSTALL= p5-Data-ShowTable # bin/showtable
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://pypi.org/project/ephem/
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://extension-helpers.readthedocs.io/
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE= MIT
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nltk>=0:textproc/py-nltk@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -19,7 +19,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= brandon-rhodes
|
||||
GH_PROJECT= python-jplephem
|
||||
|
||||
USES= python:3.7+ shebangfix
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= distutils
|
||||
SHEBANG_FILES= test.sh bin/doctest.sh bin/parse_zzidmap.sh bin/benchmark.py
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\
|
|||
#GH_ACCOUNT= Kosmorro
|
||||
#GH_PROJECT= lib
|
||||
|
||||
USES= python:3.8+
|
||||
USES= python
|
||||
USE_PYTHON= pep517
|
||||
|
||||
PLIST_SUB= VE=${PORTVERSION}
|
||||
|
|
|
@ -12,7 +12,7 @@ WWW= https://github.com/python-metar/python-metar
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.3.0:math/py-matplotlib@${PY_FL
|
|||
${PYTHON_PKGNAMEPREFIX}traitlets>=5.0.5:devel/py-traitlets@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xarray>=0.18.0:devel/py-xarray@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.8+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.17.0,1:math/py-numpy@${PY_FLAVOR}
|
|||
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.17.0,1:math/py-numpy@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} \
|
|||
${PYTHON_PKGNAMEPREFIX}pygmo2>0:science/py-pygmo2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
||||
|
||||
USES= cmake compiler:c++11-lang python:3.7+
|
||||
USES= cmake compiler:c++11-lang python
|
||||
USE_PYTHON= flavors
|
||||
|
||||
CMAKE_OFF= PYKEP_BUILD_KEP_TOOLBOX PYKEP_BUILD_TESTS
|
||||
|
|
|
@ -12,7 +12,7 @@ WWW= https://github.com/architest/pymeeus
|
|||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://github.com/klausman/pymetar
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= python:3.5+ shebangfix
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
RUN_DEPENDS= ${LOCALBASE}/lib/libsofa_c.so:astro/sofa \
|
||||
${PYNUMPY}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
|
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/docs/License.txt
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE= MIT
|
|||
#GH_ACCOUNT= brandon-rhodes
|
||||
#GH_PROJECT= python-sgp4
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
.if !defined(WITH_DEBUG)
|
||||
LDFLAGS+= -s
|
||||
|
|
|
@ -15,7 +15,7 @@ TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR}
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= brunobord
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -35,7 +35,7 @@ RUN_DEPENDS= ${PYNUMPY} \
|
|||
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}\
|
||||
${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}logbook>=0.12.3:devel/py-logbook@${PY_FLAVOR
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -18,7 +18,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= whiskie14142
|
||||
GH_TAGNAME= 964cc70
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
|
||||
WRKSRC_SUBDIR= package/${PORTNAME}
|
||||
|
|
|
@ -20,7 +20,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= whiskie14142
|
||||
GH_TAGNAME= 7ed2236
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
|
||||
WRKSRC_SUBDIR= package/${PORTNAME}
|
||||
|
|
|
@ -46,7 +46,7 @@ LIB_DEPENDS= libserd-0.so:devel/serd \
|
|||
libwebsockets.so:net/libwebsockets
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils gettext gnome \
|
||||
libarchive pkgconfig python:3.7+,build readline tar:bzip2 \
|
||||
libarchive pkgconfig python:build readline tar:bzip2 \
|
||||
waf xorg shared-mime-info
|
||||
USE_CXXSTD= c++11
|
||||
USE_GNOME= atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango
|
||||
|
|
|
@ -21,7 +21,7 @@ USES+= cpe pkgconfig tar:bzip2
|
|||
BINARY_ALIAS= python=${PYTHON_CMD}
|
||||
|
||||
.if !defined(SLAVEPORT)
|
||||
USES+= python:build,3.6+ waf
|
||||
USES+= python:build waf
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_GROUP= DOCS
|
||||
|
|
|
@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confuse>=1.0.0:devel/py-confuse@${PY_FLAVOR}
|
|||
${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils optsuffix
|
||||
|
||||
PLIST_FILES= man/man1/beet.1.gz man/man5/beetsconfig.5.gz
|
||||
|
|
|
@ -18,7 +18,7 @@ RUN_DEPENDS= jackit>0:audio/jack \
|
|||
jack_capture:audio/jack-capture
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils gmake localbase pkgconfig \
|
||||
python:3.4+ pyqt:5 qt:5 shebangfix tar:bz2
|
||||
python pyqt:5 qt:5 shebangfix tar:bz2
|
||||
SHEBANG_FILES= src/*.py
|
||||
USE_QT= core gui widgets buildtools:build
|
||||
USE_PYQT= pyqt5 sip
|
||||
|
|
|
@ -15,7 +15,7 @@ LIB_DEPENDS= liblo.so:audio/liblo \
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo@${PY_FLAVOR}
|
||||
|
||||
USES= compiler:c++11-lib desktop-file-utils gl gmake gnome localbase \
|
||||
pkgconfig pyqt:5 python:3.4+ qt:5 sdl shared-mime-info shebangfix \
|
||||
pkgconfig pyqt:5 python qt:5 sdl shared-mime-info shebangfix \
|
||||
tar:bz2 xorg
|
||||
USE_PYQT= pyqt5 sip
|
||||
USE_GNOME= gtk20 gtk30
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
|
||||
|
||||
USES= cmake pathfix pkgconfig python:3.6+ shebangfix tar:xz
|
||||
USES= cmake pathfix pkgconfig python shebangfix tar:xz
|
||||
|
||||
GH_ACCOUNT= drowe67
|
||||
GH_PROJECT= codec2
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}berkeleydb>0:databases/py-berkeleydb@${PY_FL
|
|||
${PYTHON_PKGNAMEPREFIX}gstreamer1>0:multimedia/py-gstreamer1@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR}
|
||||
|
||||
USES= desktop-file-utils gmake gnome gstreamer python:3.6+
|
||||
USES= desktop-file-utils gmake gnome gstreamer python
|
||||
USE_GITHUB= yes
|
||||
USE_GNOME= gtk30 librsvg2 pygobject3
|
||||
USE_GSTREAMER= faad good
|
||||
|
|
|
@ -27,7 +27,7 @@ RUN_DEPENDS= grilo-plugins>0:net/grilo-plugins
|
|||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= desktop-file-utils gettext gnome gstreamer localbase meson pkgconfig \
|
||||
python:3.4+ shebangfix tar:xz
|
||||
python shebangfix tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= cairo gtk40 introspection pygobject3
|
||||
USE_GSTREAMER= mpg123 ogg
|
||||
|
|
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libdiscid.so:audio/libdiscid \
|
|||
libunique-1.0.so:x11-toolkits/unique
|
||||
|
||||
USES= desktop-file-utils gettext gnome gstreamer meson pkgconfig \
|
||||
python:3.5+,build tar:xz xorg
|
||||
python:build tar:xz xorg
|
||||
USE_GNOME= glib20 gtk30 intlhack
|
||||
USE_XORG= x11
|
||||
INSTALL_TARGET= install-strip
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|||
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
||||
libjson-glib-1.0.so:devel/json-glib
|
||||
|
||||
USES= gettext gnome gstreamer meson pkgconfig python:3.4+,env sqlite vala:build
|
||||
USES= gettext gnome gstreamer meson pkgconfig python:env sqlite vala:build
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= haecker-felix
|
||||
GH_PROJECT= Gradio
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE_COMB= multi
|
|||
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
|
||||
libsysinfo.so:devel/libsysinfo
|
||||
|
||||
USES= compiler:c11 pkgconfig python:3.4+ shebangfix waf
|
||||
USES= compiler:c11 pkgconfig python shebangfix waf
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= jackd
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ ACOUSTID_LIB_DEPENDS= libchromaprint.so:audio/chromaprint \
|
|||
ACOUSTID_CMAKE_BOOL= WITH_CHROMAPRINT WITH_FFMPEG
|
||||
|
||||
CLI_DESC= Build and install command line utility
|
||||
CLI_USES= python:3.7+,test readline
|
||||
CLI_USES= python:test readline
|
||||
CLI_VARS= KID3_APPS+=CLI
|
||||
|
||||
FLAC_LIB_DEPENDS= libFLAC.so:audio/flac
|
||||
|
|
|
@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.8:databases/py-sqlite3@${PY_FLA
|
|||
${PYTHON_PKGNAMEPREFIX}pylast>=1.4.0:audio/py-pylast@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ pkgconfig gnome gettext gstreamer meson shebangfix sqlite desktop-file-utils
|
||||
USES= python pkgconfig gnome gettext gstreamer meson shebangfix sqlite desktop-file-utils
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.gnome.org
|
||||
GL_ACCOUNT= World
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libfftw3.so:math/fftw3
|
||||
TEST_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= compiler:c++14-lang gnome gstreamer meson pkgconfig python:3.5+,test \
|
||||
USES= compiler:c++14-lang gnome gstreamer meson pkgconfig python:test \
|
||||
shebangfix tar:xz
|
||||
USE_GNOME= glib20
|
||||
USE_GSTREAMER= good ogg vorbis
|
||||
|
|
|
@ -18,7 +18,7 @@ MPV_DESC= Mpv media player support
|
|||
|
||||
# This port installs the following files in shared dirs
|
||||
# PLIST_FILES= bin/mps
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist concurrent optsuffix
|
||||
|
||||
MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer
|
||||
|
|
|
@ -39,7 +39,7 @@ MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${
|
|||
MANPAGES_MAKE_ENV= PYTHON=${PYTHON_CMD} \
|
||||
SPHINX=sphinx-build-${PYTHON_VER}
|
||||
MANPAGES_MESON_TRUE= manual
|
||||
MANPAGES_USES= python:build,3.6+
|
||||
MANPAGES_USES= python:build
|
||||
|
||||
NLS_LDFLAGS= -lintl
|
||||
NLS_MESON_ENABLED= nls
|
||||
|
|
|
@ -30,7 +30,7 @@ OPTIONS_MULTI_BACKEND= PORTAUDIO PULSEAUDIO
|
|||
CLIPBOARD_DESC= Support for accessing X11 clipboard
|
||||
MPRIS_DESC= D-Bus MPRIS support
|
||||
|
||||
CLIPBOARD_USES= python:3.6+,build xorg
|
||||
CLIPBOARD_USES= python:build xorg
|
||||
CLIPBOARD_USE= XORG=xcb
|
||||
CLIPBOARD_BINARY_ALIAS= python3=${PYTHON_CMD}
|
||||
CLIPBOARD_VARS= CARGO_FEATURES+=share_clipboard
|
||||
|
|
|
@ -9,7 +9,7 @@ WWW= https://picard.musicbrainz.org/plugins/
|
|||
LICENSE= GPLv2+ GPLv3+ MIT WTFPL
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= metabrainz
|
||||
|
|
|
@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discid>=1.0:audio/py-discid@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}markdown>=3.2:textproc/py-markdown@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0:www/py-pyjwt@${PY_FLAVOR}
|
||||
|
||||
USES= gettext pyqt:5 python:3.7+ desktop-file-utils
|
||||
USES= gettext pyqt:5 python desktop-file-utils
|
||||
USE_LOCALE= en_US.UTF-8
|
||||
USE_PYQT= pyqt5:run sip
|
||||
USE_PYTHON= autoplist distutils noflavors
|
||||
|
|
|
@ -19,7 +19,7 @@ RUN_DEPENDS= gnome-keyring:security/gnome-keyring \
|
|||
${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py-pylast@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR}
|
||||
|
||||
USES= pkgconfig:run python:3.6+ gnome gstreamer meson ninja gettext shebangfix
|
||||
USES= pkgconfig:run python gnome gstreamer meson ninja gettext shebangfix
|
||||
|
||||
USE_GITHUB= yes
|
||||
USE_GNOME= glib20
|
||||
|
|
|
@ -47,7 +47,7 @@ BROKEN= error: use of undeclared identifier 'ofs'
|
|||
|
||||
USES= compiler:c++17-lang desktop-file-utils libtool \
|
||||
localbase:ldflags gettext gnome gstreamer meson ninja pathfix pkgconfig \
|
||||
python:3.6+ shebangfix
|
||||
python shebangfix
|
||||
USE_GNOME= cairo gtkmm30 libsigc++20 pygobject3
|
||||
USE_GSTREAMER= bad bs2b good ladspa lv2 pulse webrtcdsp
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0:devel/py-cffi@${PY_FLAVOR} \
|
|||
${PYNUMPY} \
|
||||
${PREFIX}/lib/libsndfile.so:audio/libsndfile
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist pytest # pkg-plist has files that are missing in autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE= PD ZLIB
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/doc/copying.rst
|
||||
|
||||
USES= openal:al python:3.6+
|
||||
USES= openal:al python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Library for APE Tag written in Python
|
||||
WWW= https://sourceforge.net/projects/pylibape/
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -10,7 +10,7 @@ BUILD_DEPENDS= ${PYNUMPY}
|
|||
RUN_DEPENDS= ${PYNUMPY}
|
||||
TEST_DEPENDS= sox:audio/sox
|
||||
|
||||
USES+= python:3.7+
|
||||
USES+= python
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../audio/aubio
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://github.com/beetbox/audioread
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
|||
|
||||
LIB_DEPENDS= libdiscid.so:audio/libdiscid
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils unittest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}oauthlib>=0:security/py-oauthlib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE= GPLv3
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= cpe python:3.6+
|
||||
USES= cpe python
|
||||
CPE_VENDOR= travis_shirk
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ WWW= http://audiotools.sourceforge.net
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= pkgconfig python:3.6+
|
||||
USES= pkgconfig python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}zita-audiotools
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue