* [gentoo-commits] gentoo-x86 commit in dev-python/mimeparse: mimeparse-0.1.4-r1.ebuild ChangeLog mimeparse-0.1.4.ebuild
@ 2013-05-03 17:42 Mike Gilbert (floppym)
0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2013-05-03 17:42 UTC (permalink / raw
To: gentoo-commits
floppym 13/05/03 17:42:31
Modified: ChangeLog
Added: mimeparse-0.1.4-r1.ebuild
Removed: mimeparse-0.1.4.ebuild
Log:
Copy the egg-info with the new package name to the original name for backward compat.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.9 dev-python/mimeparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mimeparse/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 3 May 2013 01:08:58 -0000 1.8
+++ ChangeLog 3 May 2013 17:42:31 -0000 1.9
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/mimeparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mimeparse/ChangeLog,v 1.8 2013/05/03 01:08:58 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mimeparse/ChangeLog,v 1.9 2013/05/03 17:42:31 floppym Exp $
+
+*mimeparse-0.1.4-r1 (03 May 2013)
+
+ 03 May 2013; Mike Gilbert <floppym@gentoo.org> +mimeparse-0.1.4-r1.ebuild,
+ -mimeparse-0.1.4.ebuild:
+ Copy the egg-info with the new package name to the original name for backward
+ compat.
03 May 2013; Mike Gilbert <floppym@gentoo.org> mimeparse-0.1.3-r1.ebuild,
mimeparse-0.1.4.ebuild:
1.1 dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild?rev=1.1&content-type=text/plain
Index: mimeparse-0.1.4-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild,v 1.1 2013/05/03 17:42:31 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="Basic functions for handling mime-types in python"
HOMEPAGE="http://code.google.com/p/mimeparse
https://github.com/dbtsai/python-mimeparse"
MY_PN="python-${PN}"
MY_P="${MY_PN}-${PV}"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE=""
S="${WORKDIR}/${MY_P}"
python_test() {
"${PYTHON}" mimeparse_test.py || die "Tests fail with ${EPYTHON}"
}
python_install() {
distutils-r1_python_install
if [[ ${EPYTHON} == pypy* ]]; then
local pyver=2.7
else
local pyver=${EPYTHON#python}
fi
python_export PYTHON_SITEDIR
# Previous versions were just called 'mimeparse'
cp "${D%/}${PYTHON_SITEDIR}/python_mimeparse-${PV}-py${pyver}.egg-info" \
"${D%/}${PYTHON_SITEDIR}/mimeparse-${PV}-py${pyver}.egg-info" || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-03 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 17:42 [gentoo-commits] gentoo-x86 commit in dev-python/mimeparse: mimeparse-0.1.4-r1.ebuild ChangeLog mimeparse-0.1.4.ebuild Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox