summaryrefslogtreecommitdiff
path: root/audio/py-beets
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2014-10-17 16:04:24 +0000
committerdrochner <drochner@pkgsrc.org>2014-10-17 16:04:24 +0000
commitb0e4232922c02499da2e03be515396aeb7f003b9 (patch)
treed03e7bf6211b1e5eac82f954c261c76d56297ce0 /audio/py-beets
parent3dd15f5fdf219fef55602fc02615f28ade709744 (diff)
downloadpkgsrc-b0e4232922c02499da2e03be515396aeb7f003b9.tar.gz
update to 1.3.8
changes: -Queries now support sorting -user-defined fields can now have types -plugin improvements
Diffstat (limited to 'audio/py-beets')
-rw-r--r--audio/py-beets/Makefile4
-rw-r--r--audio/py-beets/PLIST23
-rw-r--r--audio/py-beets/distinfo8
3 files changed, 28 insertions, 7 deletions
diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile
index 92272e15a7e..0226bb5e8c2 100644
--- a/audio/py-beets/Makefile
+++ b/audio/py-beets/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2014/05/09 07:36:54 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/10/17 16:04:24 drochner Exp $
-DISTNAME= v1.3.5
+DISTNAME= v1.3.8
PKGNAME= beets-${DISTNAME:S/v//}
CATEGORIES= audio
MASTER_SITES= https://github.com/sampsyo/beets/archive/
diff --git a/audio/py-beets/PLIST b/audio/py-beets/PLIST
index 185e9f627d6..f78fde8e655 100644
--- a/audio/py-beets/PLIST
+++ b/audio/py-beets/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2014/04/17 12:29:34 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2014/10/17 16:04:24 drochner Exp $
bin/beet
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -31,6 +31,9 @@ ${PYSITELIB}/beets/dbcore/db.pyo
${PYSITELIB}/beets/dbcore/query.py
${PYSITELIB}/beets/dbcore/query.pyc
${PYSITELIB}/beets/dbcore/query.pyo
+${PYSITELIB}/beets/dbcore/queryparse.py
+${PYSITELIB}/beets/dbcore/queryparse.pyc
+${PYSITELIB}/beets/dbcore/queryparse.pyo
${PYSITELIB}/beets/dbcore/types.py
${PYSITELIB}/beets/dbcore/types.pyc
${PYSITELIB}/beets/dbcore/types.pyo
@@ -95,6 +98,12 @@ ${PYSITELIB}/beetsplug/bpd/__init__.pyo
${PYSITELIB}/beetsplug/bpd/gstplayer.py
${PYSITELIB}/beetsplug/bpd/gstplayer.pyc
${PYSITELIB}/beetsplug/bpd/gstplayer.pyo
+${PYSITELIB}/beetsplug/bpm.py
+${PYSITELIB}/beetsplug/bpm.pyc
+${PYSITELIB}/beetsplug/bpm.pyo
+${PYSITELIB}/beetsplug/bucket.py
+${PYSITELIB}/beetsplug/bucket.pyc
+${PYSITELIB}/beetsplug/bucket.pyo
${PYSITELIB}/beetsplug/chroma.py
${PYSITELIB}/beetsplug/chroma.pyc
${PYSITELIB}/beetsplug/chroma.pyo
@@ -131,6 +140,9 @@ ${PYSITELIB}/beetsplug/fuzzy.pyo
${PYSITELIB}/beetsplug/ihate.py
${PYSITELIB}/beetsplug/ihate.pyc
${PYSITELIB}/beetsplug/ihate.pyo
+${PYSITELIB}/beetsplug/importadded.py
+${PYSITELIB}/beetsplug/importadded.pyc
+${PYSITELIB}/beetsplug/importadded.pyo
${PYSITELIB}/beetsplug/importfeeds.py
${PYSITELIB}/beetsplug/importfeeds.pyc
${PYSITELIB}/beetsplug/importfeeds.pyo
@@ -166,6 +178,9 @@ ${PYSITELIB}/beetsplug/mpdstats.pyo
${PYSITELIB}/beetsplug/mpdupdate.py
${PYSITELIB}/beetsplug/mpdupdate.pyc
${PYSITELIB}/beetsplug/mpdupdate.pyo
+${PYSITELIB}/beetsplug/play.py
+${PYSITELIB}/beetsplug/play.pyc
+${PYSITELIB}/beetsplug/play.pyo
${PYSITELIB}/beetsplug/random.py
${PYSITELIB}/beetsplug/random.pyc
${PYSITELIB}/beetsplug/random.pyo
@@ -181,9 +196,15 @@ ${PYSITELIB}/beetsplug/scrub.pyo
${PYSITELIB}/beetsplug/smartplaylist.py
${PYSITELIB}/beetsplug/smartplaylist.pyc
${PYSITELIB}/beetsplug/smartplaylist.pyo
+${PYSITELIB}/beetsplug/spotify.py
+${PYSITELIB}/beetsplug/spotify.pyc
+${PYSITELIB}/beetsplug/spotify.pyo
${PYSITELIB}/beetsplug/the.py
${PYSITELIB}/beetsplug/the.pyc
${PYSITELIB}/beetsplug/the.pyo
+${PYSITELIB}/beetsplug/types.py
+${PYSITELIB}/beetsplug/types.pyc
+${PYSITELIB}/beetsplug/types.pyo
${PYSITELIB}/beetsplug/web/__init__.py
${PYSITELIB}/beetsplug/web/__init__.pyc
${PYSITELIB}/beetsplug/web/__init__.pyo
diff --git a/audio/py-beets/distinfo b/audio/py-beets/distinfo
index 6970a257921..dfd5fa6144f 100644
--- a/audio/py-beets/distinfo
+++ b/audio/py-beets/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2014/04/17 12:29:34 wiz Exp $
+$NetBSD: distinfo,v 1.9 2014/10/17 16:04:24 drochner Exp $
-SHA1 (py-beets/v1.3.5.tar.gz) = c0055c089e642c1db2b0db6b38f5cb6bff835d2a
-RMD160 (py-beets/v1.3.5.tar.gz) = d6b066fa9b470137f6a9d0262262cc547edb3ccf
-Size (py-beets/v1.3.5.tar.gz) = 919878 bytes
+SHA1 (py-beets/v1.3.8.tar.gz) = 1aaf6634486d64384657997ccf25a520293f2856
+RMD160 (py-beets/v1.3.8.tar.gz) = fb5daee9b6ce14aa2e7c6d171af2f4eb067ad672
+Size (py-beets/v1.3.8.tar.gz) = 1188903 bytes