jlec        15/02/17 12:01:17

  Modified:             ChangeLog
  Added:                sh-1.11.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.8                  dev-python/sh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   27 Nov 2014 15:04:10 -0000      1.7
+++ ChangeLog   17 Feb 2015 12:01:17 -0000      1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/sh
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.7 2014/11/27 
15:04:10 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.8 2015/02/17 
12:01:17 jlec Exp $
+
+*sh-1.11 (17 Feb 2015)
+
+  17 Feb 2015; Justin Lecher <[email protected]> +sh-1.11.ebuild:
+  Version Bump
 
   27 Nov 2014; Pacho Ramos <[email protected]> sh-1.09.ebuild:
   Support python 3.4



1.1                  dev-python/sh/sh-1.11.ebuild

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

Index: sh-1.11.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.11.ebuild,v 1.1 
2015/02/17 12:01:17 jlec Exp $

EAPI=5

PYTHON_COMPAT=(python2_7 python3_{2,3,4} )

inherit distutils-r1

DESCRIPTION="Python subprocess interface"
HOMEPAGE="https://github.com/amoffat/sh";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

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

python_test() {
        ${PYTHON} test.py || die
}




Reply via email to