diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/apitran/Makefile | 2 | ||||
-rw-r--r-- | comms/gnuradio/Makefile | 2 | ||||
-rw-r--r-- | comms/gqrx/Makefile | 1 | ||||
-rw-r--r-- | comms/gr-osmosdr/Makefile | 2 | ||||
-rw-r--r-- | comms/py-streamdeck/Makefile | 13 | ||||
-rw-r--r-- | comms/py-streamdeck/distinfo | 6 |
6 files changed, 13 insertions, 13 deletions
diff --git a/comms/apitran/Makefile b/comms/apitran/Makefile index a896712e37e8..ef5757b8ce14 100644 --- a/comms/apitran/Makefile +++ b/comms/apitran/Makefile @@ -1,6 +1,6 @@ PORTNAME= apitran PORTVERSION= g20180926 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms astro hamradio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 670bfadebcd1..4d2beac8d839 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -1,7 +1,7 @@ PORTNAME= gnuradio DISTVERSIONPREFIX= v DISTVERSION= 3.10.12.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms astro hamradio MAINTAINER= hamradio@FreeBSD.org diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index ec6b5b70cbba..583c0a77e203 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -1,6 +1,7 @@ PORTNAME= gqrx PORTVERSION= 2.17.7 DISTVERSIONPREFIX= v +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= comms hamradio PKGNAMESUFFIX= -${FLAVOR} diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 012150e2e3f1..370b98934cfd 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -1,7 +1,7 @@ PORTNAME= gr-osmosdr DISTVERSIONPREFIX= v DISTVERSION= 0.2.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/py-streamdeck/Makefile b/comms/py-streamdeck/Makefile index 7acbd1628054..687d4e89c3b1 100644 --- a/comms/py-streamdeck/Makefile +++ b/comms/py-streamdeck/Makefile @@ -1,5 +1,5 @@ PORTNAME= streamdeck -DISTVERSION= 0.9.6 +DISTVERSION= 0.9.7 CATEGORIES= comms python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,18 +15,17 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libhidapi.so:comms/hidapi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=8.1.1:graphics/py-pillow@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest@${PY_FLAVOR} -USES= dos2unix python +USES= dos2unix pytest python USE_PYTHON= autoplist pep517 +PYTEST_ARGS= test.py +# Note: PYTEST_ARGS isn't respected if pytest is placed in USE_PYTHON section post-patch: ${RM} ${WRKSRC}/src/StreamDeck/Transport/LibUSBHIDAPI.py.orig -TEST_WRKSRC= ${WRKSRC}/test -DO_MAKE_TEST= ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER} -TEST_TARGET= test.py - NO_ARCH= yes +TEST_WRKSRC= ${WRKSRC}/test + .include <bsd.port.mk> diff --git a/comms/py-streamdeck/distinfo b/comms/py-streamdeck/distinfo index 3894d95d1923..f027e45edc5d 100644 --- a/comms/py-streamdeck/distinfo +++ b/comms/py-streamdeck/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741397217 -SHA256 (streamdeck-0.9.6.tar.gz) = ec42d9b711b352ea274ad305a6eb48ece1eed3a5bffe70b928e082dce0f788f0 -SIZE (streamdeck-0.9.6.tar.gz) = 2556726 +TIMESTAMP = 1756745770 +SHA256 (streamdeck-0.9.7.tar.gz) = 8d586e66286f8ee039af0979e49026b45abe87f7f933af15a38e2387c1e3508e +SIZE (streamdeck-0.9.7.tar.gz) = 2557584 |