public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: python-debian-0.1.21_p2.ebuild ChangeLog
@ 2013-08-02  2:14 Mike Gilbert (floppym)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert (floppym) @ 2013-08-02  2:14 UTC (permalink / raw
  To: gentoo-commits

floppym     13/08/02 02:14:13

  Modified:             ChangeLog
  Added:                python-debian-0.1.21_p2.ebuild
  Log:
  Version bump. Convert to distutils-r1 and enable python3 support.
  
  (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  dev-python/python-debian/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	9 Sep 2011 05:05:44 -0000	1.3
+++ ChangeLog	2 Aug 2013 02:14:13 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-debian
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.3 2011/09/09 05:05:44 floppym Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.4 2013/08/02 02:14:13 floppym Exp $
+
+*python-debian-0.1.21_p2 (02 Aug 2013)
+
+  02 Aug 2013; Mike Gilbert <floppym@gentoo.org>
+  +python-debian-0.1.21_p2.ebuild:
+  Version bump. Convert to distutils-r1 and enable python3 support.
 
   09 Sep 2011; Mike Gilbert <floppym@gentoo.org> python-debian-0.1.21.ebuild:
   Tests require app-arch/dpkg
@@ -13,4 +19,3 @@
   08 Sep 2011; Mike Gilbert <floppym@gentoo.org> +python-debian-0.1.21.ebuild,
   +metadata.xml:
   New package for bug 356129
-



1.1                  dev-python/python-debian/python-debian-0.1.21_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.1&content-type=text/plain

Index: python-debian-0.1.21_p2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.1 2013/08/02 02:14:13 floppym Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_{6,7},3_{1,2,3}} pypy{1_9,2_0} )

inherit distutils-r1

DESCRIPTION="Python modules to work with Debian-related data formats"
HOMEPAGE="http://packages.debian.org/sid/python-debian"
MY_PV="${PV/_p/+nmu}"
SRC_URI="mirror://debian/pool/main/${P:0:1}/${PN}/${PN}_${MY_PV}.tar.gz"

LICENSE="GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples test"

RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
	test? ( app-arch/dpkg )"

S="${WORKDIR}/${PN}-${MY_PV}"
DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
	sed -e "s/__CHANGELOG_VERSION__/${MY_PV}/" setup.py.in > setup.py || die
	distutils-r1_python_prepare_all
}

python_compile_all() {
	"${PYTHON}" lib/debian/doc-debtags > README.debtags || die
}

python_test() {
	pushd tests > /dev/null || die
	local t
	for t in test_*.py ; do
		"${PYTHON}" "${t}" || die "Testing failed with ${EPYTHON}"
	done
	popd > /dev/null || die
}

python_install_all() {
	use examples && local EXAMPLES=( examples/ )
	distutils-r1_python_install_all
}





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: python-debian-0.1.21_p2.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:46:04

  Modified:             python-debian-0.1.21_p2.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  dev-python/python-debian/python-debian-0.1.21_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?r1=1.1&r2=1.2

Index: python-debian-0.1.21_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-debian-0.1.21_p2.ebuild	2 Aug 2013 02:14:13 -0000	1.1
+++ python-debian-0.1.21_p2.ebuild	5 Sep 2013 18:46:04 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.1 2013/08/02 02:14:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.2 2013/09/05 18:46:04 mgorny Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_{6,7},3_{1,2,3}} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_{6,7},3_{2,3}} pypy2_0 )
 
 inherit distutils-r1
 



1.5                  dev-python/python-debian/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	2 Aug 2013 02:14:13 -0000	1.4
+++ ChangeLog	5 Sep 2013 18:46:04 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-debian
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.4 2013/08/02 02:14:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.5 2013/09/05 18:46:04 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-debian-0.1.21_p2.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
 *python-debian-0.1.21_p2 (02 Aug 2013)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: python-debian-0.1.21_p2.ebuild ChangeLog
@ 2014-03-31 20:37 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 20:37 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/31 20:37:49

  Modified:             python-debian-0.1.21_p2.ebuild ChangeLog
  Log:
  Add support for the new PyPy slotting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  dev-python/python-debian/python-debian-0.1.21_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?r1=1.2&r2=1.3

Index: python-debian-0.1.21_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-debian-0.1.21_p2.ebuild	5 Sep 2013 18:46:04 -0000	1.2
+++ python-debian-0.1.21_p2.ebuild	31 Mar 2014 20:37:49 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.2 2013/09/05 18:46:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.3 2014/03/31 20:37:49 mgorny Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_{6,7},3_{2,3}} pypy2_0 )
+PYTHON_COMPAT=( python{2_{6,7},3_{2,3}} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.6                  dev-python/python-debian/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	5 Sep 2013 18:46:04 -0000	1.5
+++ ChangeLog	31 Mar 2014 20:37:49 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-debian
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.5 2013/09/05 18:46:04 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.6 2014/03/31 20:37:49 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-debian-0.1.21_p2.ebuild:
+  Add support for the new PyPy slotting.
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-debian-0.1.21_p2.ebuild:
   Clean up PYTHON_COMPAT from old implementations.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: python-debian-0.1.21_p2.ebuild ChangeLog
@ 2014-04-02 23:45 Mike Gilbert (floppym)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert (floppym) @ 2014-04-02 23:45 UTC (permalink / raw
  To: gentoo-commits

floppym     14/04/02 23:45:28

  Modified:             python-debian-0.1.21_p2.ebuild ChangeLog
  Log:
  Add python3.4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  dev-python/python-debian/python-debian-0.1.21_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?r1=1.3&r2=1.4

Index: python-debian-0.1.21_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-debian-0.1.21_p2.ebuild	31 Mar 2014 20:37:49 -0000	1.3
+++ python-debian-0.1.21_p2.ebuild	2 Apr 2014 23:45:28 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.3 2014/03/31 20:37:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.4 2014/04/02 23:45:28 floppym Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_{6,7},3_{2,3}} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.7                  dev-python/python-debian/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	31 Mar 2014 20:37:49 -0000	1.6
+++ ChangeLog	2 Apr 2014 23:45:28 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-debian
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.6 2014/03/31 20:37:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.7 2014/04/02 23:45:28 floppym Exp $
+
+  02 Apr 2014; Mike Gilbert <floppym@gentoo.org> python-debian-0.1.21_p2.ebuild:
+  Add python3.4.
 
   31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-debian-0.1.21_p2.ebuild:
   Add support for the new PyPy slotting.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: python-debian-0.1.21_p2.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:07

  Modified:             python-debian-0.1.21_p2.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.5                  dev-python/python-debian/python-debian-0.1.21_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?r1=1.4&r2=1.5

Index: python-debian-0.1.21_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-debian-0.1.21_p2.ebuild	2 Apr 2014 23:45:28 -0000	1.4
+++ python-debian-0.1.21_p2.ebuild	8 Apr 2015 08:05:07 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.4 2014/04/02 23:45:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild,v 1.5 2015/04/08 08:05:07 mgorny Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.9                  dev-python/python-debian/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	1 Feb 2015 21:43:40 -0000	1.8
+++ ChangeLog	8 Apr 2015 08:05:07 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-debian
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.8 2015/02/01 21:43:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.9 2015/04/08 08:05:07 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> python-debian-0.1.21_p2.ebuild:
+  Drop old Python implementations
 
   01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -python-debian-0.1.21.ebuild:
   Remove old.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-08  8:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-02  2:14 [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: python-debian-0.1.21_p2.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-05 18:46 Michal Gorny (mgorny)
2014-03-31 20:37 Michal Gorny (mgorny)
2014-04-02 23:45 Mike Gilbert (floppym)
2015-04-08  8:05 Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox