public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/simplecv: ChangeLog metadata.xml simplecv-1.3.ebuild
@ 2013-06-26 22:50 Justin Bronder (jsbronder)
  0 siblings, 0 replies; only message in thread
From: Justin Bronder (jsbronder) @ 2013-06-26 22:50 UTC (permalink / raw
  To: gentoo-commits

jsbronder    13/06/26 22:50:48

  Added:                ChangeLog metadata.xml simplecv-1.3.ebuild
  Log:
  Initial import
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)

Revision  Changes    Path
1.1                  dev-python/simplecv/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/simplecv
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/ChangeLog,v 1.1 2013/06/26 22:50:48 jsbronder Exp $

*simplecv-1.3 (26 Jun 2013)

  26 Jun 2013; Justin Bronder <jsbronder@gentoo.org> +simplecv-1.3.ebuild,
  +files/new-support-for-opencv-2.4.3-added.patch,
  +files/remove-failing-test.patch, +files/remove-failing-tests.patch,
  +metadata.xml:
  Initial import




1.1                  dev-python/simplecv/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer>
    <email>jsbronder@gentoo.org</email>
  </maintainer>
  <use>
    <flag name="shell">Enable the iPython SimpleCV shell</flag>
  </use>
</pkgmetadata>



1.1                  dev-python/simplecv/simplecv-1.3.ebuild

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

Index: simplecv-1.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/simplecv-1.3.ebuild,v 1.1 2013/06/26 22:50:48 jsbronder Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 vcs-snapshot

MY_PN=SimpleCV

DESCRIPTION="Python interface to several powerful open source computer vision libraries."
HOMEPAGE="http://simplecv.org/"
SRC_URI="https://github.com/sightmachine/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="shell test"

DEPEND="
	test? ( dev-python/nose[${PYTHON_USEDEP}] )"

RDEPEND="
	>=media-libs/opencv-2.2
	dev-python/numpy[${PYTHON_USEDEP}]
	sci-libs/scipy[${PYTHON_USEDEP}]
	dev-python/imaging[${PYTHON_USEDEP}]
	dev-python/pygame[${PYTHON_USEDEP}]
	shell? ( dev-python/ipython[${PYTHON_USEDEP}] )"

# 1. FeatureDetector being called with the wrong number of arguments
# 2. Remove test that according to docs shouldn't be an issue
PATCHES=(
	"${FILESDIR}"/new-support-for-opencv-2.4.3-added.patch
	"${FILESDIR}"/remove-failing-test.patch
)

src_test() {
	cd "${S}/SimpleCV/tests"
	nosetests tests.py || die "tests failed"
}

src_install() {
	distutils-r1_src_install
	if ! use shell; then
		rm -rf "${D}"/usr/bin
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-26 22:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 22:50 [gentoo-commits] gentoo-x86 commit in dev-python/simplecv: ChangeLog metadata.xml simplecv-1.3.ebuild Justin Bronder (jsbronder)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox