slis        14/06/20 09:30:27

  Modified:             ChangeLog
  Added:                Shapely-1.3.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x55265D89)

Revision  Changes    Path
1.3                  sci-libs/Shapely/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   20 Jun 2014 09:29:34 -0000      1.2
+++ ChangeLog   20 Jun 2014 09:30:27 -0000      1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/Shapely
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v 1.2 2014/06/20 
09:29:34 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v 1.3 2014/06/20 
09:30:27 slis Exp $
+
+*Shapely-1.3.2 (20 Jun 2014)
+
+  20 Jun 2014; Sławek Lis <[email protected]> +Shapely-1.3.2.ebuild:
+  Version bump
 
   20 Jun 2014; Sławek Lis <[email protected]> +files/setup_unicode.patch,
   Shapely-1.3.0.ebuild:



1.1                  sci-libs/Shapely/Shapely-1.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild?rev=1.1&content-type=text/plain

Index: Shapely-1.3.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild,v 1.1 
2014/06/20 09:30:27 slis Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )

inherit distutils-r1

DESCRIPTION="Geometric objects, predicates, and operations"
HOMEPAGE="https://pypi.python.org/pypi/Shapely";

if [[ ${PV} == "9999" ]] ; then
        inherit git-r3
        SRC_URI=""
        EGIT_REPO_URI="https://github.com/Toblerity/${PN}.git";
else
        SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
fi

LICENSE="BSD"
SLOT="0"
IUSE="test"

RDEPEND=">=sci-libs/geos-3.1"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

src_prepare() {
        epatch "${FILESDIR}/setup_unicode.patch"
}

python_test() {
        esetup.py test
}




Reply via email to