Skip to content

Commit

Permalink
beets: python3 upgrade followups (SynoCommunity#4095)
Browse files Browse the repository at this point in the history
Fixed: the native/python3 dependency was required
  • Loading branch information
smaarn authored Aug 4, 2020
1 parent 6efc477 commit f63d496
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions spk/beets/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
SPK_NAME = beets
SPK_VERS = 1.4.9
SPK_REV = 4
SPK_REV = 5
SPK_ICON = src/beets.png

PIP = pip3
PIP = $(WORK_DIR)/../../../native/python3/work-native/install/usr/local/bin/pip
BUILD_DEPENDS = native/python3

WHEELS = src/requirements.txt
SPK_DEPENDS = "python3>=3.5.6-8"
SPK_DEPENDS = "python3>=3.7.7"

MAINTAINER = ymartin59
DESCRIPTION = "Beets is the media library management system for obsessive-compulsive music geeks. The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes. It then provides a bouquet of tools for manipulating and accessing your music. Plugins not available due to lacking dependencies: AcousticBrainz Submit, Gmusic, ReplayGain."
DISPLAY_NAME = beets

CHANGELOG = "1. Upgrade to beets 1.4.9<br/>2. Update to python 3."
CHANGELOG = "1. Upgraded minimum version of python 3."

HOMEPAGE = http://beets.io/
LICENSE = GPL
Expand Down

0 comments on commit f63d496

Please sign in to comment.