diff options
author | 2014-10-07 08:09:35 +0000 | |
---|---|---|
committer | 2014-10-07 08:09:35 +0000 | |
commit | 1a626f6c30eb203f3ca814f18bf99b261f1499ae (patch) | |
tree | 10a38f37d4e875546804df727a20975f025c5c94 /sci-libs | |
parent | revbump; rename (data) file to pygmentize to effect bash-completion, fixes Bu... (diff) | |
download | gentoo-2-1a626f6c30eb203f3ca814f18bf99b261f1499ae.tar.gz gentoo-2-1a626f6c30eb203f3ca814f18bf99b261f1499ae.tar.bz2 gentoo-2-1a626f6c30eb203f3ca814f18bf99b261f1499ae.zip |
version bump, remove old
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/Fiona/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/Fiona/Fiona-1.1.6.ebuild (renamed from sci-libs/Fiona/Fiona-1.1.2.ebuild) | 19 |
2 files changed, 14 insertions, 13 deletions
diff --git a/sci-libs/Fiona/ChangeLog b/sci-libs/Fiona/ChangeLog index 97261823a89b..5c82fe7921ee 100644 --- a/sci-libs/Fiona/ChangeLog +++ b/sci-libs/Fiona/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/Fiona # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/Fiona/ChangeLog,v 1.2 2014/07/06 12:55:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/Fiona/ChangeLog,v 1.3 2014/10/07 08:09:35 slis Exp $ + +*Fiona-1.1.6 (07 Oct 2014) + + 07 Oct 2014; Sławek Lis <slis@gentoo.org> +Fiona-1.1.6.ebuild, + -Fiona-1.1.2.ebuild: + version bump, remove old 06 Jul 2014; Michał Górny <mgorny@gentoo.org> Fiona-1.1.2.ebuild, Fiona-9999.ebuild: diff --git a/sci-libs/Fiona/Fiona-1.1.2.ebuild b/sci-libs/Fiona/Fiona-1.1.6.ebuild index c0613fd177d2..bbd527fc1cca 100644 --- a/sci-libs/Fiona/Fiona-1.1.2.ebuild +++ b/sci-libs/Fiona/Fiona-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/Fiona/Fiona-1.1.2.ebuild,v 1.2 2014/07/06 12:55:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/Fiona/Fiona-1.1.6.ebuild,v 1.1 2014/10/07 08:09:35 slis Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_3} ) @@ -10,17 +10,11 @@ inherit distutils-r1 DESCRIPTION="Fiona is OGR's neat, nimble, no-nonsense API" HOMEPAGE="https://pypi.python.org/pypi/Fiona" -if [[ ${PV} == "9999" ]] ; then - inherit git-r3 - SRC_URI="" - EGIT_REPO_URI="http://github.com/Toblerity/${PN}.git" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86" LICENSE="BSD" -SLOT="0" +SLOT="1.1" IUSE="test" RDEPEND=">=sci-libs/gdal-1.8" @@ -28,8 +22,9 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] test? ( dev-python/nose ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + ${PYTHON_DEPS}" python_test() { esetup.py test -} +}
\ No newline at end of file |