xarthisius    14/12/25 19:16:19

  Modified:             ChangeLog
  Added:                pyregion-1.1.4.ebuild
  Removed:              pyregion-1.1.1.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  Changes    Path
1.12                 dev-python/pyregion/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyregion/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   27 Nov 2014 15:02:40 -0000      1.11
+++ ChangeLog   25 Dec 2014 19:16:19 -0000      1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyregion
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyregion/ChangeLog,v 1.11 
2014/11/27 15:02:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyregion/ChangeLog,v 1.12 
2014/12/25 19:16:19 xarthisius Exp $
+
+*pyregion-1.1.4 (25 Dec 2014)
+
+  25 Dec 2014; Kacper Kowalik <[email protected]> +pyregion-1.1.4.ebuild,
+  -pyregion-1.1.1.ebuild:
+  Version bump, drop old
 
   27 Nov 2014; Pacho Ramos <[email protected]> pyregion-1.1.2.ebuild:
   Support python 3.4



1.1                  dev-python/pyregion/pyregion-1.1.4.ebuild

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

Index: pyregion-1.1.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyregion/pyregion-1.1.4.ebuild,v 
1.1 2014/12/25 19:16:19 xarthisius Exp $

EAPI=5

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

DESCRIPTION="Python module to parse ds9 region file"
HOMEPAGE="http://leejjoon.github.com/pyregion/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

IUSE="examples"
RDEPEND="
        dev-python/numpy[${PYTHON_USEDEP}]
        dev-python/pyparsing[${PYTHON_USEDEP}]"
DEPEND="${DEPEND}
        || ( dev-python/cython[${PYTHON_USEDEP}]
                 dev-python/pyrex[${PYTHON_USEDEP}] )"

python_install_all() {
        distutils-r1_python_install_all
        if use examples; then
                insinto /usr/share/doc/${PF}
                doins -r examples
        fi
}




Reply via email to