public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.12.ebuild ChangeLog
@ 2012-10-30  6:08 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2012-10-30  6:08 UTC (permalink / raw
  To: gentoo-commits

patrick     12/10/30 06:08:52

  Modified:             ChangeLog
  Added:                http-parser-0.7.12.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	17 Oct 2012 05:48:15 -0000	1.3
+++ ChangeLog	30 Oct 2012 06:08:52 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/http-parser
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.3 2012/10/17 05:48:15 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.4 2012/10/30 06:08:52 patrick Exp $
+
+*http-parser-0.7.12 (30 Oct 2012)
+
+  30 Oct 2012; Patrick Lauer <patrick@gentoo.org> +http-parser-0.7.12.ebuild:
+  Bump
 
   17 Oct 2012; Patrick Lauer <patrick@gentoo.org> http-parser-0.7.8.ebuild:
   Restricting python 2.5



1.1                  dev-python/http-parser/http-parser-0.7.12.ebuild

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

Index: http-parser-0.7.12.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v 1.1 2012/10/30 06:08:52 patrick Exp $

EAPI=4

SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="2.5 *-jython"

inherit distutils

DESCRIPTION="HTTP request/response parser for python in C"
HOMEPAGE="http://github.com/benoitc/http-parser"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

RDEPEND=""
DEPEND="${RDEPEND}
	dev-python/setuptools
	dev-python/cython"

PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")

src_install() {
	distutils_src_install
	if use examples; then
		docompress -x usr/share/doc/${P}/examples
		insinto usr/share/doc/${P}
		doins -r examples/
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.12.ebuild ChangeLog
@ 2013-01-12 15:53 Ian Delaney (idella4)
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney (idella4) @ 2013-01-12 15:53 UTC (permalink / raw
  To: gentoo-commits

idella4     13/01/12 15:53:33

  Modified:             http-parser-0.7.12.ebuild ChangeLog
  Log:
  migrated 0.7.12 to distutils-r1
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/http-parser/http-parser-0.7.12.ebuild

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

Index: http-parser-0.7.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- http-parser-0.7.12.ebuild	30 Oct 2012 06:08:52 -0000	1.1
+++ http-parser-0.7.12.ebuild	12 Jan 2013 15:53:33 -0000	1.2
@@ -1,13 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v 1.1 2012/10/30 06:08:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v 1.2 2013/01/12 15:53:33 idella4 Exp $
 
-EAPI=4
+EAPI=5
 
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.5 *-jython"
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
 
-inherit distutils
+inherit distutils-r1
 
 DESCRIPTION="HTTP request/response parser for python in C"
 HOMEPAGE="http://github.com/benoitc/http-parser"
@@ -20,13 +19,11 @@
 
 RDEPEND=""
 DEPEND="${RDEPEND}
-	dev-python/setuptools
+	dev-python/setuptools[${PYTHON_USEDEP}]
 	dev-python/cython"
 
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
 src_install() {
-	distutils_src_install
+	distutils-r1_src_install
 	if use examples; then
 		docompress -x usr/share/doc/${P}/examples
 		insinto usr/share/doc/${P}



1.5                  dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	30 Oct 2012 06:08:52 -0000	1.4
+++ ChangeLog	12 Jan 2013 15:53:33 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/http-parser
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.4 2012/10/30 06:08:52 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.5 2013/01/12 15:53:33 idella4 Exp $
+
+  12 Jan 2013; Ian Delaney <idella4@gentoo.org> http-parser-0.7.12.ebuild:
+  migrated 0.7.12 to distutils-r1
 
 *http-parser-0.7.12 (30 Oct 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.12.ebuild ChangeLog
@ 2013-02-07 23:40 Mike Gilbert (floppym)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert (floppym) @ 2013-02-07 23:40 UTC (permalink / raw
  To: gentoo-commits

floppym     13/02/07 23:40:47

  Modified:             http-parser-0.7.12.ebuild ChangeLog
  Log:
  Apply encoding fix and disable strict aliasing in the latest ebuild.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  dev-python/http-parser/http-parser-0.7.12.ebuild

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

Index: http-parser-0.7.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- http-parser-0.7.12.ebuild	12 Jan 2013 15:53:33 -0000	1.2
+++ http-parser-0.7.12.ebuild	7 Feb 2013 23:40:47 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v 1.2 2013/01/12 15:53:33 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v 1.3 2013/02/07 23:40:47 floppym Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
 
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="HTTP request/response parser for python in C"
 HOMEPAGE="http://github.com/benoitc/http-parser"
@@ -22,6 +22,16 @@
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	dev-python/cython"
 
+PATCHES=( "${FILESDIR}/${PN}-0.7.8-setup.patch" )
+
+python_compile() {
+	if [[ ${EPYTHON} != python3* ]]; then
+		local CFLAGS=${CFLAGS}
+		append-cflags -fno-strict-aliasing
+	fi
+	distutils-r1_python_compile
+}
+
 src_install() {
 	distutils-r1_src_install
 	if use examples; then



1.9                  dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	21 Jan 2013 11:21:51 -0000	1.8
+++ ChangeLog	7 Feb 2013 23:40:47 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/http-parser
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.8 2013/01/21 11:21:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.9 2013/02/07 23:40:47 floppym Exp $
+
+  07 Feb 2013; Mike Gilbert <floppym@gentoo.org> http-parser-0.7.12.ebuild:
+  Apply encoding fix and disable strict aliasing in the latest ebuild.
 
   21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.7.8.ebuild:
   Stable for x86, wrt bug #451608





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

* [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.12.ebuild ChangeLog
@ 2013-02-09  4:42 Mike Gilbert (floppym)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert (floppym) @ 2013-02-09  4:42 UTC (permalink / raw
  To: gentoo-commits

floppym     13/02/09 04:42:38

  Modified:             http-parser-0.7.12.ebuild ChangeLog
  Log:
  Utilize python_install_all.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  dev-python/http-parser/http-parser-0.7.12.ebuild

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

Index: http-parser-0.7.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- http-parser-0.7.12.ebuild	7 Feb 2013 23:40:47 -0000	1.3
+++ http-parser-0.7.12.ebuild	9 Feb 2013 04:42:38 -0000	1.4
@@ -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/http-parser/http-parser-0.7.12.ebuild,v 1.3 2013/02/07 23:40:47 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v 1.4 2013/02/09 04:42:38 floppym Exp $
 
 EAPI=5
 
@@ -32,8 +32,7 @@
 	distutils-r1_python_compile
 }
 
-src_install() {
-	distutils-r1_src_install
+python_install_all() {
 	if use examples; then
 		docompress -x usr/share/doc/${P}/examples
 		insinto usr/share/doc/${P}



1.10                 dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	7 Feb 2013 23:40:47 -0000	1.9
+++ ChangeLog	9 Feb 2013 04:42:38 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/http-parser
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.9 2013/02/07 23:40:47 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.10 2013/02/09 04:42:38 floppym Exp $
+
+  09 Feb 2013; Mike Gilbert <floppym@gentoo.org> http-parser-0.7.12.ebuild:
+  Utilize python_install_all.
 
   07 Feb 2013; Mike Gilbert <floppym@gentoo.org> http-parser-0.7.12.ebuild:
   Apply encoding fix and disable strict aliasing in the latest ebuild.





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

end of thread, other threads:[~2013-02-09  4:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30  6:08 [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.12.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-12 15:53 Ian Delaney (idella4)
2013-02-07 23:40 Mike Gilbert (floppym)
2013-02-09  4:42 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