idella4     14/08/19 05:19:01

  Modified:             ChangeLog
  Added:                envoy-0.0.3.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.6                  dev-python/envoy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/envoy/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   31 Mar 2014 20:29:46 -0000      1.5
+++ ChangeLog   19 Aug 2014 05:19:01 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/envoy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/envoy/ChangeLog,v 1.5 2014/03/31 
20:29:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/envoy/ChangeLog,v 1.6 2014/08/19 
05:19:01 idella4 Exp $
+
+*envoy-0.0.3 (19 Aug 2014)
+
+  19 Aug 2014; Ian Delaney <idel...@gentoo.org> +envoy-0.0.3.ebuild:
+  bump
 
   31 Mar 2014; Michał Górny <mgo...@gentoo.org> envoy-0.0.2-r1.ebuild:
   Add support for the new PyPy slotting.



1.1                  dev-python/envoy/envoy-0.0.3.ebuild

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

Index: envoy-0.0.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/envoy/envoy-0.0.3.ebuild,v 1.1 
2014/08/19 05:19:01 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION="Simple API for running external processes"
HOMEPAGE="https://github.com/kennethreitz/envoy 
http://pypi.python.org/pypi/envoy";
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

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

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""

python_test() {
        # and it fails almost 
all;https://github.com/kennethreitz/envoy/issues/58
        "${PYTHON}" test_envoy.py
}




Reply via email to