public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/turbojson: ChangeLog turbojson-1.1.4.ebuild
@ 2009-04-01 11:47 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-01 11:47 UTC (permalink / raw
  To: gentoo-commits

patrick     09/04/01 11:47:19

  Modified:             ChangeLog
  Added:                turbojson-1.1.4.ebuild
  Log:
  Bump to 1.1.4, fixes part of #264484
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-python/turbojson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	8 Jan 2009 23:37:59 -0000	1.4
+++ ChangeLog	1 Apr 2009 11:47:19 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/turbojson
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.4 2009/01/08 23:37:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.5 2009/04/01 11:47:19 patrick Exp $
+
+*turbojson-1.1.4 (01 Apr 2009)
+
+  01 Apr 2009; Patrick Lauer <patrick@gentoo.org> +turbojson-1.1.4.ebuild:
+  Bump to 1.1.4, fixes part of #264484
 
   08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -turbojson-1.0.ebuild,
   -turbojson-1.1.2.ebuild:



1.1                  dev-python/turbojson/turbojson-1.1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild?rev=1.1&content-type=text/plain

Index: turbojson-1.1.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild,v 1.1 2009/04/01 11:47:19 patrick Exp $

NEED_PYTHON=2.4

inherit distutils

KEYWORDS="~amd64 ~x86"

MY_PN=TurboJson
MY_P=${MY_PN}-${PV}

DESCRIPTION="TurboGears JSON file format support plugin"
HOMEPAGE="http://www.turbogears.org/docs/plugins/template.html"
#SRC_URI="http://files.turbogears.org/eggs/${MY_P}.tar.gz"
SRC_URI="http://pypi.python.org/packages/source/T/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
IUSE="test"

RDEPEND="dev-python/ruledispatch
	dev-python/simplejson"
DEPEND="${RDEPEND}
	dev-python/setuptools
	test? ( dev-python/nose )"

S=${WORKDIR}/${MY_P}

src_test() {
	PYTHONPATH=. "${python}" setup.py test || die "tests failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/turbojson: ChangeLog turbojson-1.1.4.ebuild
@ 2009-12-20 12:34 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2009-12-20 12:34 UTC (permalink / raw
  To: gentoo-commits

grobian     09/12/20 12:34:02

  Modified:             ChangeLog turbojson-1.1.4.ebuild
  Log:
  Merged keywords from Prefix
  (Portage version: 2.2.00.15118-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.6                  dev-python/turbojson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	1 Apr 2009 11:47:19 -0000	1.5
+++ ChangeLog	20 Dec 2009 12:34:02 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/turbojson
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.5 2009/04/01 11:47:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.6 2009/12/20 12:34:02 grobian Exp $
+
+  20 Dec 2009; Fabian Groffen <grobian@gentoo.org> turbojson-1.1.4.ebuild:
+  Merged keywords from Prefix
 
 *turbojson-1.1.4 (01 Apr 2009)
 



1.2                  dev-python/turbojson/turbojson-1.1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild?r1=1.1&r2=1.2

Index: turbojson-1.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- turbojson-1.1.4.ebuild	1 Apr 2009 11:47:19 -0000	1.1
+++ turbojson-1.1.4.ebuild	20 Dec 2009 12:34:02 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild,v 1.1 2009/04/01 11:47:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild,v 1.2 2009/12/20 12:34:02 grobian Exp $
 
 NEED_PYTHON=2.4
 
 inherit distutils
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 MY_PN=TurboJson
 MY_P=${MY_PN}-${PV}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/turbojson: ChangeLog turbojson-1.1.4.ebuild
@ 2010-06-29 22:31 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-29 22:31 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/29 22:31:08

  Modified:             ChangeLog turbojson-1.1.4.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-python/turbojson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	20 Dec 2009 12:34:02 -0000	1.6
+++ ChangeLog	29 Jun 2010 22:31:07 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/turbojson
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.6 2009/12/20 12:34:02 grobian Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.7 2010/06/29 22:31:07 arfrever Exp $
+
+  29 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  turbojson-1.1.4.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
   20 Dec 2009; Fabian Groffen <grobian@gentoo.org> turbojson-1.1.4.ebuild:
   Merged keywords from Prefix



1.3                  dev-python/turbojson/turbojson-1.1.4.ebuild

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

Index: turbojson-1.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- turbojson-1.1.4.ebuild	20 Dec 2009 12:34:02 -0000	1.2
+++ turbojson-1.1.4.ebuild	29 Jun 2010 22:31:07 -0000	1.3
@@ -1,32 +1,32 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild,v 1.2 2009/12/20 12:34:02 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild,v 1.3 2010/06/29 22:31:07 arfrever Exp $
 
-NEED_PYTHON=2.4
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="setup.py"
 
 inherit distutils
 
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-
-MY_PN=TurboJson
-MY_P=${MY_PN}-${PV}
+MY_PN="TurboJson"
+MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="TurboGears JSON file format support plugin"
 HOMEPAGE="http://www.turbogears.org/docs/plugins/template.html"
-#SRC_URI="http://files.turbogears.org/eggs/${MY_P}.tar.gz"
-SRC_URI="http://pypi.python.org/packages/source/T/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
-RDEPEND="dev-python/ruledispatch
-	dev-python/simplejson"
+RDEPEND=">=dev-python/decoratortools-1.4
+	dev-python/ruledispatch
+	>=dev-python/simplejson-1.3"
 DEPEND="${RDEPEND}
 	dev-python/setuptools
 	test? ( dev-python/nose )"
 
-S=${WORKDIR}/${MY_P}
-
-src_test() {
-	PYTHONPATH=. "${python}" setup.py test || die "tests failed"
-}
+S="${WORKDIR}/${MY_P}"






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

end of thread, other threads:[~2010-06-29 22:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-20 12:34 [gentoo-commits] gentoo-x86 commit in dev-python/turbojson: ChangeLog turbojson-1.1.4.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-29 22:31 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-04-01 11:47 Patrick Lauer (patrick)

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