public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/formencode: formencode-1.2.6-r1.ebuild ChangeLog
@ 2013-07-03  5:44 Ian Delaney (idella4)
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2013-07-03  5:44 UTC (permalink / raw
  To: gentoo-commits

idella4     13/07/03 05:44:13

  Modified:             ChangeLog
  Added:                formencode-1.2.6-r1.ebuild
  Log:
  revbump; migrate -> distutils-r1, deps of testsuite added but disabled, tests set to restrict, depnds on Bug #473154
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.29                 dev-python/formencode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	11 Jan 2013 07:23:38 -0000	1.28
+++ ChangeLog	3 Jul 2013 05:44:13 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/formencode
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.28 2013/01/11 07:23:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.29 2013/07/03 05:44:13 idella4 Exp $
+
+*formencode-1.2.6-r1 (03 Jul 2013)
+
+  03 Jul 2013; Ian Delaney <idella4@gentoo.org> +formencode-1.2.6-r1.ebuild:
+  revbump; migrate -> distutils-r1, deps of testsuite added but disabled, tests
+  set to restrict, depnds on Bug #473154
 
 *formencode-1.2.6 (11 Jan 2013)
 



1.1                  dev-python/formencode/formencode-1.2.6-r1.ebuild

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

Index: formencode-1.2.6-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/formencode/formencode-1.2.6-r1.ebuild,v 1.1 2013/07/03 05:44:13 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 )

inherit distutils-r1

MY_PN="FormEncode"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="HTML form validation, generation, and conversion package"
HOMEPAGE="http://formencode.org/ http://pypi.python.org/pypi/FormEncode"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"

LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="doc test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
	# https://bugs.gentoo.org/show_bug.cgi?id=473154
#	test? ( dev-python/nose[${PYTHON_USEDEP}]
#		dev-python/pycountry[${PYTHON_USEDEP}]
#		dev-python/pydns[${PYTHON_USEDEP}] )"
RDEPEND=""
RESTRICT="test"
DOCS=( docs/{index.txt,modules.txt} )

S="${WORKDIR}/${MY_P}"

python_test() {
	esetup.py test
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/formencode: formencode-1.2.6-r1.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:15

  Modified:             formencode-1.2.6-r1.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/formencode/formencode-1.2.6-r1.ebuild

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

Index: formencode-1.2.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- formencode-1.2.6-r1.ebuild	3 Jul 2013 05:44:13 -0000	1.1
+++ formencode-1.2.6-r1.ebuild	5 Sep 2013 18:46:15 -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/formencode/formencode-1.2.6-r1.ebuild,v 1.1 2013/07/03 05:44:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v 1.2 2013/09/05 18:46:15 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
 
 inherit distutils-r1
 



1.30                 dev-python/formencode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	3 Jul 2013 05:44:13 -0000	1.29
+++ ChangeLog	5 Sep 2013 18:46:15 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/formencode
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.29 2013/07/03 05:44:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.30 2013/09/05 18:46:15 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> formencode-1.2.6-r1.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
 *formencode-1.2.6-r1 (03 Jul 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/formencode: formencode-1.2.6-r1.ebuild ChangeLog
@ 2013-10-22 11:51 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2013-10-22 11:51 UTC (permalink / raw
  To: gentoo-commits

grobian     13/10/22 11:51:52

  Modified:             formencode-1.2.6-r1.ebuild ChangeLog
  Log:
  Marked ~x64-macos, bug #487670
  
  (Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.3                  dev-python/formencode/formencode-1.2.6-r1.ebuild

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

Index: formencode-1.2.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- formencode-1.2.6-r1.ebuild	5 Sep 2013 18:46:15 -0000	1.2
+++ formencode-1.2.6-r1.ebuild	22 Oct 2013 11:51:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v 1.2 2013/09/05 18:46:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v 1.3 2013/10/22 11:51:52 grobian Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
@@ -16,7 +16,7 @@
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.31                 dev-python/formencode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	5 Sep 2013 18:46:15 -0000	1.30
+++ ChangeLog	22 Oct 2013 11:51:52 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/formencode
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.30 2013/09/05 18:46:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.31 2013/10/22 11:51:52 grobian Exp $
+
+  22 Oct 2013; Fabian Groffen <grobian@gentoo.org> formencode-1.2.6-r1.ebuild:
+  Marked ~x64-macos, bug #487670
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> formencode-1.2.6-r1.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/formencode: formencode-1.2.6-r1.ebuild ChangeLog
@ 2014-03-31 20:49 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 20:49 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/31 20:49:51

  Modified:             formencode-1.2.6-r1.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.4                  dev-python/formencode/formencode-1.2.6-r1.ebuild

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

Index: formencode-1.2.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- formencode-1.2.6-r1.ebuild	22 Oct 2013 11:51:52 -0000	1.3
+++ formencode-1.2.6-r1.ebuild	31 Mar 2014 20:49:51 -0000	1.4
@@ -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/formencode/formencode-1.2.6-r1.ebuild,v 1.3 2013/10/22 11:51:52 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v 1.4 2014/03/31 20:49:51 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.32                 dev-python/formencode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	22 Oct 2013 11:51:52 -0000	1.31
+++ ChangeLog	31 Mar 2014 20:49:51 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/formencode
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.31 2013/10/22 11:51:52 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.32 2014/03/31 20:49:51 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgorny@gentoo.org> formencode-1.2.6-r1.ebuild:
+  Add support for the new PyPy slotting.
 
   22 Oct 2013; Fabian Groffen <grobian@gentoo.org> formencode-1.2.6-r1.ebuild:
   Marked ~x64-macos, bug #487670





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

* [gentoo-commits] gentoo-x86 commit in dev-python/formencode: formencode-1.2.6-r1.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:27

  Modified:             formencode-1.2.6-r1.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.6                  dev-python/formencode/formencode-1.2.6-r1.ebuild

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

Index: formencode-1.2.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- formencode-1.2.6-r1.ebuild	10 Mar 2015 14:16:46 -0000	1.5
+++ formencode-1.2.6-r1.ebuild	8 Apr 2015 08:05:27 -0000	1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v 1.5 2015/03/10 14:16:46 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v 1.6 2015/04/08 08:05:27 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 



1.36                 dev-python/formencode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	11 Mar 2015 04:28:40 -0000	1.35
+++ ChangeLog	8 Apr 2015 08:05:27 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/formencode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.35 2015/03/11 04:28:40 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.36 2015/04/08 08:05:27 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> formencode-1.2.6-r1.ebuild:
+  Drop old Python implementations
 
   11 Mar 2015; Ian Delaney <idella4@gentoo.org> formencode-1.3.0.ebuild:
   Re-restrict test phase on discovery that package need be system installed to





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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/formencode: formencode-1.2.6-r1.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-31 20:49 Michal Gorny (mgorny)
2013-10-22 11:51 Fabian Groffen (grobian)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-07-03  5:44 Ian Delaney (idella4)

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