chutzpah    15/05/06 21:03:40

  Modified:             ChangeLog
  Added:                ioflo-1.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.4                  dev-python/ioflo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ioflo/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   8 Mar 2015 23:50:53 -0000       1.3
+++ ChangeLog   6 May 2015 21:03:40 -0000       1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/ioflo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ioflo/ChangeLog,v 1.3 2015/03/08 
23:50:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ioflo/ChangeLog,v 1.4 2015/05/06 
21:03:40 chutzpah Exp $
+
+*ioflo-1.2.1 (06 May 2015)
+
+  06 May 2015; Patrick McLean <chutz...@gentoo.org> +ioflo-1.2.1.ebuild:
+  Version bump.
 
   08 Mar 2015; Pacho Ramos <pa...@gentoo.org> ioflo-1.0.2.ebuild:
   x86 stable, bug 540290



1.1                  dev-python/ioflo/ioflo-1.2.1.ebuild

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

Index: ioflo-1.2.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ioflo/ioflo-1.2.1.ebuild,v 1.1 
2015/05/06 21:03:40 chutzpah Exp $

EAPI=5

PYTHON_COMPAT=(python{2_7,3_4})
inherit distutils-r1

DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework"
HOMEPAGE="https://github.com/ioflo/ioflo/";
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

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

python_test() {
        ${EPYTHON} -c "from ioflo import test; test.run()"
}




Reply via email to