idella4     15/07/17 13:05:46

  Modified:             ChangeLog
  Added:                hiredis-0.2.0.ebuild
  Log:
  bump; patch to remove vendor and var 'lib' from setup.py
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.14                 dev-python/hiredis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/hiredis/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   7 Jun 2015 13:30:06 -0000       1.13
+++ ChangeLog   17 Jul 2015 13:05:46 -0000      1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/hiredis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/ChangeLog,v 1.13 
2015/06/07 13:30:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/ChangeLog,v 1.14 
2015/07/17 13:05:46 idella4 Exp $
+
+*hiredis-0.2.0 (17 Jul 2015)
+
+  17 Jul 2015; Ian Delaney <idel...@gentoo.org>
+  +files/hiredis-0.2.0-system-libs.patch, +hiredis-0.2.0.ebuild:
+  bump; patch to remove vendor and var 'lib' from setup.py
 
   07 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  dev-python/hiredis/hiredis-0.2.0.ebuild

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

Index: hiredis-0.2.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hiredis/hiredis-0.2.0.ebuild,v 
1.1 2015/07/17 13:05:46 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Python extension that wraps hiredis"
HOMEPAGE="https://github.com/pietern/hiredis-py";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

DEPEND=">=dev-libs/hiredis-0.13.1"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}"/${P}-system-libs.patch )

python_compile() {
        python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"

        distutils-r1_python_compile
}




Reply via email to