Skip to content

Commit

Permalink
comms/chirp: Update to 20240229
Browse files Browse the repository at this point in the history
- Cleaned up Makefile and pkg-plist
- New model Hiroyasu IC-980PRO
- Radioddity FS-T3/PR-T3
  • Loading branch information
Diane Bruce authored and Diane Bruce committed Mar 2, 2024
1 parent 5042590 commit 171984e
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 11 deletions.
16 changes: 8 additions & 8 deletions comms/chirp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= chirp
DISTVERSION= 20240120
DISTVERSION= 20240229
CATEGORIES= comms hamradio
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
DIST_SUBDIR= chirp
Expand All @@ -12,11 +12,11 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}versioningit>0:devel/py-versioningit@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}versioningit>0:devel/py-versioningit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yattag>0:devel/py-yattag@${PY_FLAVOR}

USES= desktop-file-utils gnome python shebangfix
Expand All @@ -26,16 +26,16 @@ USE_GITHUB= yes
GH_ACCOUNT= kk7ds
GH_TAGNAME= 2205c0f

USE_GNOME= gtk-update-icon-cache

USE_PYTHON= pep517 pytest

USE_WX= 3.2
USE_WX= 3.2
WX_COMPS= python:run

PORTSCOUT= ignore:1
NO_ARCH= yes

PLIST_SUB+= DISTVERSION="${DISTVERSION}"

pre-build:
@${REINPLACE_CMD} -e 's|version=0|version=${PORTVERSION}|' \
${WRKSRC}/setup.py
Expand Down
6 changes: 3 additions & 3 deletions comms/chirp/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1705961921
SHA256 (chirp/kk7ds-chirp-20240120-2205c0f_GH0.tar.gz) = 0bc03dee53c820ae3875fea7319593b7a8ea754c64c8aef62e2663e4a0ee4b2b
SIZE (chirp/kk7ds-chirp-20240120-2205c0f_GH0.tar.gz) = 2197788
TIMESTAMP = 1709394457
SHA256 (chirp/kk7ds-chirp-20240229-2205c0f_GH0.tar.gz) = 0bc03dee53c820ae3875fea7319593b7a8ea754c64c8aef62e2663e4a0ee4b2b
SIZE (chirp/kk7ds-chirp-20240229-2205c0f_GH0.tar.gz) = 2197788

0 comments on commit 171984e

Please sign in to comment.