Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348755 - dev-python/python-mpd-0.3.0 version bump
Summary: dev-python/python-mpd-0.3.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 23:06 UTC by J. Alexander Treuman
Modified: 2010-12-15 11:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
python-mpd 0.3.0 ebuild (python-mpd-0.3.0.ebuild,614 bytes, text/plain)
2010-12-14 23:09 UTC, J. Alexander Treuman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J. Alexander Treuman 2010-12-14 23:06:17 UTC
I've just released version 0.3.0 of python-mpd.  Bumping the ebuild should be sufficient, however a few changes should really be made to it first:

* python-mpd has NEVER supported Python 3, so the 3 should really be dropped from PYTHON_DEPEND.

* python-mpd has a new homepage at http://jatreuman.indefero.net/p/python-mpd/ (SRC_URI should remain the same, as I still consider PyPI the official download location).

* python-mpd 0.3.0 has been relicensed under LGPL-3.

* I'm not really sure why pkgconfig is in DEPEND, as python-mpd is pure Python.

* python-mpd 0.3.0 no longer ships a TODO.txt.
Comment 1 J. Alexander Treuman 2010-12-14 23:09:12 UTC
Created attachment 257189 [details]
python-mpd 0.3.0 ebuild

python-mpd 0.3.0 ebuild with the changes described in the bug description.  Note that if the the 0.2.1 ebuild is going to stay in the tree, most of these changes (all but the changes to LICENSE and DOCS) should be backported to it too.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-12-14 23:12:24 UTC
# ChangeLog for dev-python/python-mpd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/ChangeLog,v 1.14 2010/12/14 21:52:55 angelos Exp $

*python-mpd-0.3.0 (14 Dec 2010)

  14 Dec 2010; Christoph Mende <angelos@gentoo.org> +python-mpd-0.3.0.ebuild:
  Version bump
Comment 3 Christoph Mende (RETIRED) gentoo-dev 2010-12-15 11:29:27 UTC
+  15 Dec 2010; Christoph Mende <angelos@gentoo.org> python-mpd-0.2.1.ebuild,
+  python-mpd-0.3.0.ebuild:
+  Dropped python3 from PYTHON_DEPEND, fixed homepage, fixed license for 0.3.0
+  and dropped pkgconfig from DEPEND

I've bumped the ebuild before this bug without most of those changes. Thanks for the hint.