public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy-migrate: sqlalchemy-migrate-0.5.4.ebuild ChangeLog
@ 2009-07-16 14:31 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-07-16 14:31 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/07/16 14:31:48

  Modified:             sqlalchemy-migrate-0.5.4.ebuild ChangeLog
  Log:
  Add missing decorator dependency; drop ~ppc.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild

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

Index: sqlalchemy-migrate-0.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlalchemy-migrate-0.5.4.ebuild	16 Jul 2009 13:47:19 -0000	1.1
+++ sqlalchemy-migrate-0.5.4.ebuild	16 Jul 2009 14:31:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild,v 1.1 2009/07/16 13:47:19 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild,v 1.2 2009/07/16 14:31:48 flameeyes Exp $
 
 EAPI="2"
 
@@ -15,9 +15,10 @@
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 
-RDEPEND="dev-python/sqlalchemy"
+RDEPEND="dev-python/sqlalchemy
+	dev-python/decorator"
 
 DEPEND="dev-python/setuptools"
 



1.2                  dev-python/sqlalchemy-migrate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	16 Jul 2009 13:47:19 -0000	1.1
+++ ChangeLog	16 Jul 2009 14:31:48 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/sqlalchemy-migrate
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.1 2009/07/16 13:47:19 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.2 2009/07/16 14:31:48 flameeyes Exp $
+
+  16 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  sqlalchemy-migrate-0.5.4.ebuild:
+  Add missing decorator dependency; drop ~ppc.
 
 *sqlalchemy-migrate-0.5.4 (16 Jul 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy-migrate: sqlalchemy-migrate-0.5.4.ebuild ChangeLog
@ 2010-07-09 12:28 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-09 12:28 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/07/09 12:28:58

  Modified:             sqlalchemy-migrate-0.5.4.ebuild ChangeLog
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild

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

Index: sqlalchemy-migrate-0.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sqlalchemy-migrate-0.5.4.ebuild	16 Jul 2009 15:42:34 -0000	1.3
+++ sqlalchemy-migrate-0.5.4.ebuild	9 Jul 2010 12:28:58 -0000	1.4
@@ -1,23 +1,26 @@
-# 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/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild,v 1.3 2009/07/16 15:42:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild,v 1.4 2010/07/09 12:28:58 arfrever Exp $
 
-EAPI="2"
-
-NEED_PYTHON=2.4
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
 
 inherit distutils
 
 DESCRIPTION="SQLAlchemy Schema Migration Tools"
-HOMEPAGE="http://code.google.com/p/sqlalchemy-migrate/"
+HOMEPAGE="http://code.google.com/p/sqlalchemy-migrate/ http://pypi.python.org/pypi/sqlalchemy-migrate"
 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 KEYWORDS="~amd64 ~x86"
+IUSE=""
 
-RDEPEND="dev-python/sqlalchemy
-	dev-python/decorator"
+DEPEND="dev-python/decorator
+	dev-python/setuptools
+	dev-python/sqlalchemy"
+RDEPEND="${DEPEND}"
 
-DEPEND="dev-python/setuptools"
+PYTHON_MODNAME="migrate"



1.3                  dev-python/sqlalchemy-migrate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	16 Jul 2009 14:31:48 -0000	1.2
+++ ChangeLog	9 Jul 2010 12:28:58 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/sqlalchemy-migrate
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.2 2009/07/16 14:31:48 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.3 2010/07/09 12:28:58 arfrever Exp $
+
+  09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  sqlalchemy-migrate-0.5.4.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
   16 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   sqlalchemy-migrate-0.5.4.ebuild:






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

end of thread, other threads:[~2010-07-09 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16 14:31 [gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy-migrate: sqlalchemy-migrate-0.5.4.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-09 12:28 Arfrever Frehtes Taifersar Arahesis (arfrever)

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