public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/PyMca: metadata.xml ChangeLog PyMca-4.4.1_p1.ebuild
@ 2010-12-07  7:52 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-12-07  7:52 UTC (permalink / raw
  To: gentoo-commits

jlec        10/12/07 07:52:29

  Added:                metadata.xml ChangeLog PyMca-4.4.1_p1.ebuild
  Log:
  Initial commit, prelimary ebuild made by Nicola
  
  (Portage version: 2.2.0_alpha7/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/PyMca/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/PyMca/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/PyMca/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>
<herd>sci</herd>
<maintainer>
  <email>jlec@gentoo.org</email>
</maintainer>
<longdescription>
The PyMca Toolkit is a collection of Python tools for visualization and 
analysis of energy-dispersive X-ray fluorescence data. It builds its graphic 
interface and plotting routines on top of the C++ libraries Qt and Qwt 
through their respective Python bindings PyQt and PyQwt. Nevertheless, 
the data analysis routines can be used independently of any graphical 
interface.
</longdescription>
<use>
  <flag name='matplotlib'>Support for plotting through matplotlib</flag>
</use>
</pkgmetadata>



1.1                  sci-chemistry/PyMca/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for sci-chemistry/PyMca
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/PyMca/ChangeLog,v 1.1 2010/12/07 07:52:29 jlec Exp $

*PyMca-4.4.1_p1 (07 Dec 2010)

  07 Dec 2010; Justin Lecher <jlec@gentoo.org> +files/4.4.1_p1-gentoo.patch,
  +PyMca-4.4.1_p1.ebuild, +metadata.xml:
  Initial commit, prelimary ebuild made by Nicola




1.1                  sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild?rev=1.1&content-type=text/plain

Index: PyMca-4.4.1_p1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild,v 1.1 2010/12/07 07:52:29 jlec Exp $

EAPI=3

PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils eutils

MY_PV="${PV/_}"

DESCRIPTION="X-ray Fluorescence Toolkit"
HOMEPAGE="http://pymca.sourceforge.net/"
SRC_URI="mirror://sourceforge/project/pymca/pymca/${PN}${PV/_p1}/pymca${MY_PV}-src.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="X matplotlib"

DEPEND="
	dev-python/numpy
	dev-python/sip
	virtual/opengl
	X? (
	     dev-python/PyQt4
	     dev-python/pyqwt
	   )
	matplotlib? ( dev-python/matplotlib )"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}${MY_PV}"

src_prepare() {
	epatch "${FILESDIR}"/${PV}-gentoo.patch
	export SPECFILE_USE_GNU_SOURCE=1
	distutils_src_prepare
}






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

only message in thread, other threads:[~2010-12-07  7:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07  7:52 [gentoo-commits] gentoo-x86 commit in sci-chemistry/PyMca: metadata.xml ChangeLog PyMca-4.4.1_p1.ebuild Justin Lecher (jlec)

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