Skip to content

Commit

Permalink
audio/py-pyradio: Update to 0.9.2.16
Browse files Browse the repository at this point in the history
- Add NO_ARCH
- Use Python PEP-517 standard to build and install instead of distutils

Changelog: https://github.com/coderholic/pyradio/releases/tag/0.9.2.16
  • Loading branch information
nivit committed Oct 23, 2023
1 parent 2720428 commit 82d2566
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions audio/py-pyradio/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyradio
DISTVERSION= 0.9.2.15
DISTVERSION= 0.9.2.16
PORTREVISION= 0
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -30,7 +30,9 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}dateutil>=2.8.2:devel/py-dateutil@${PY_FLAVOR} \
USES= python
USE_GITHUB= yes
GH_ACCOUNT= coderholic
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist pep517

NO_ARCH= yes

PLIST_FILES= share/applications/${PORTNAME}.desktop \
share/pixmaps/${PORTNAME}.png
Expand All @@ -47,6 +49,7 @@ VLC_DESC= VLC media player support

DOCS_PLIST_FILES= man/man1/pyradio.1.gz \
man/man1/pyradio_rb.1.gz \
man/man1/pyradio_rec.1.gz \
man/man1/pyradio_server.1.gz
MPLAYER_RUN_DEPENDS+= mplayer:multimedia/mplayer
MPV_RUN_DEPENDS+= mpv:multimedia/mpv
Expand Down
6 changes: 3 additions & 3 deletions audio/py-pyradio/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1696509186
SHA256 (coderholic-pyradio-0.9.2.15_GH0.tar.gz) = bf428767b20dc5e01da79c666ba0c305ce69059ad977da63ea50b50c199335d7
SIZE (coderholic-pyradio-0.9.2.15_GH0.tar.gz) = 991255
TIMESTAMP = 1698039171
SHA256 (coderholic-pyradio-0.9.2.16_GH0.tar.gz) = aad81b637573068c5fe6a425a7d52babd9abb38289b7c9cdb2c36c4ce0e0938e
SIZE (coderholic-pyradio-0.9.2.16_GH0.tar.gz) = 1004870

0 comments on commit 82d2566

Please sign in to comment.