Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (eb7baa5124ab9388f06da902349776724eb2934f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (eb7baa5124ab9388f06da902349776724eb2934f)
  • Date: Mon, 6 Apr 2015 20:07:59 -0500

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 5 +++++
python-pypi/beets/DEPENDS | 9 +++++++++
python-pypi/beets/DETAILS | 19 +++++++++++++++++++
python-pypi/beets/HISTORY | 3 +++
python-pypi/munkres/DEPENDS | 2 ++
python-pypi/munkres/DETAILS | 16 ++++++++++++++++
python-pypi/munkres/HISTORY | 3 +++
7 files changed, 57 insertions(+)

New commits:
commit eb7baa5124ab9388f06da902349776724eb2934f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/beets: new spell, a music tagger and library organizer

commit 8ee713b37a2307c3d008099240f73f34717b7b77
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/munkres: new spell, munkres algorithm for the Assignment
Problem

diff --git a/ChangeLog b/ChangeLog
index 1462dd0..66c968b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-06 Pavel Vinogradov <public AT sourcemage.org>
+ * python-pypi/munkres: new spell, munkres algorithm for the Assignment
+ Problem
+ * python-pypi/beets: new spell, a music tagger and library organizer
+
2015-04-06 Ismael Luceno <ismael AT sourcemage.org>
* libs/libstree: new spell, A generic suffix tree library

diff --git a/python-pypi/beets/DEPENDS b/python-pypi/beets/DEPENDS
new file mode 100755
index 0000000..a407618
--- /dev/null
+++ b/python-pypi/beets/DEPENDS
@@ -0,0 +1,9 @@
+depends python &&
+depends setuptools &&
+depends munkres &&
+depends mutagen &&
+depends enum34 &&
+depends requests &&
+depends unidecode &&
+depends python-musicbrainz2 &&
+depends pyyaml
diff --git a/python-pypi/beets/DETAILS b/python-pypi/beets/DETAILS
new file mode 100755
index 0000000..9d4e102
--- /dev/null
+++ b/python-pypi/beets/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=beets
+ VERSION=1.3.11
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/b/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:81eab305f8d0f6859319c21ee8b955c4609bc5275cc365975c552e21e5dbc27ec940b1a9ce85c4c05628f2abc69bb34329274b76379ad689e93e80c5fbe2dab6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://beets.radbox.org/";
+ LICENSE[0]="MIT"
+ ENTERED=20150406
+ KEYWORDS=""
+ SHORT="music tagger and library organizer"
+cat << EOF
+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.
+EOF
diff --git a/python-pypi/beets/HISTORY b/python-pypi/beets/HISTORY
new file mode 100644
index 0000000..3bafeee
--- /dev/null
+++ b/python-pypi/beets/HISTORY
@@ -0,0 +1,3 @@
+2015-04-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/munkres/DEPENDS b/python-pypi/munkres/DEPENDS
new file mode 100755
index 0000000..8f99c78
--- /dev/null
+++ b/python-pypi/munkres/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/munkres/DETAILS b/python-pypi/munkres/DETAILS
new file mode 100755
index 0000000..6ae131a
--- /dev/null
+++ b/python-pypi/munkres/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=munkres
+ VERSION=1.0.7
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/m/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:8618875f3aeb53fbd506bfb6de185876235c0efb33853ac9a08e4d528a4d9a7ccfa7c3eb8585dfd181b264d2456c98015e75cb36c374d51621176ca696cd3e37
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://software.clapper.org/munkres/";
+ LICENSE[0]="BSD"
+ ENTERED=20150406
+ KEYWORDS=""
+ SHORT="munkres algorithm for the Assignment Problem"
+cat << EOF
+The Munkres module provides an implementation of the Munkres algorithm (also
+called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for
+solving the Assignment Problem.
+EOF
diff --git a/python-pypi/munkres/HISTORY b/python-pypi/munkres/HISTORY
new file mode 100644
index 0000000..3bafeee
--- /dev/null
+++ b/python-pypi/munkres/HISTORY
@@ -0,0 +1,3 @@
+2015-04-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (eb7baa5124ab9388f06da902349776724eb2934f), Pavel Vinogradov, 04/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page