summaryrefslogtreecommitdiff
path: root/sci-chemistry/PyMca
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-05 21:52:00 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-05 21:52:00 +0100
commit2d446203bcf1a0db08e99abca43513d246dfa73d (patch)
treeec623bb5f1f389976977e375342ec59ff441eab7 /sci-chemistry/PyMca
parent171a011ad3a131671aeb5a98b9e3adf219ad2865 (diff)
gentoo resync : 05.04.2018
Diffstat (limited to 'sci-chemistry/PyMca')
-rw-r--r--sci-chemistry/PyMca/Manifest4
-rw-r--r--sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild40
-rw-r--r--sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch16
-rw-r--r--sci-chemistry/PyMca/metadata.xml22
4 files changed, 0 insertions, 82 deletions
diff --git a/sci-chemistry/PyMca/Manifest b/sci-chemistry/PyMca/Manifest
deleted file mode 100644
index d92b7d062681..000000000000
--- a/sci-chemistry/PyMca/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX PyMca-4.6.2-gentoo.patch 538 BLAKE2B 3892ce7ff2e8639b0a23f2a5442e8fafefb2dbc2520e8d7e5e47741d9e95c0babd9369ba9a6629b9afde039dfebdcb62d95997bdba3118226f6d1eb1775e1403 SHA512 cdc3cbe8264310748ef065cf07b1d1d8c9b39f560a6317924a34c795c4a62fceba7de0847c9a325133fe87acdbedf4ec7b75583402cb1a6aac0b4ff6437337e4
-DIST pymca4.6.2-src.tgz 15979581 BLAKE2B 62b5ec700f9e55bf0153d8aa731c1139035676e6adec34b1a69da9cb2a48f2b7bedb41595e49deddd740002bf806ecfca2a0ed4132cb588762c62aabadcc3e97 SHA512 e33188b446c399e50cf65ebca4bfeef34e1b7d99c331f670dc41ca204284fbba996a1c83bd12a2410a9972927aa9c92b42b5374c58c924b3a8583d4f37be6528
-EBUILD PyMca-4.6.2-r1.ebuild 955 BLAKE2B 69e99be3f8834f33f167de99dc236f83a2bccb665f3b6205b81241443b95c7e8c14cb3be84e5d65326a197a36b8ce534910e76d4d8bed9ae7228075f7f15b570 SHA512 3f4c7c35cd9efadb5fac06bc0ef000d8687b77630d3d7165df4c1dfcb8e60d2ed1ce17332646041a7668bb699c23cd7555bd0e7a638e84dac60ddef2316aea8d
-MISC metadata.xml 858 BLAKE2B 3012f08529376fe5316498186bd25c078831c785da98c39191b53e2bd7c5fbf9f2cab761ca3f01d44b82af6a70abd0514882e6bfd7046391a22feeb8d216f0ab SHA512 bc8e357b6c327c215134e6535de7d6349a8498efa9e5a0a156e7f760f8c9376e8c7c8dbdd83ae2ed0861def6b0cbd6f072be67199dce6eb2de5391c7b743a651
diff --git a/sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild b/sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild
deleted file mode 100644
index 1f2caf4c70f0..000000000000
--- a/sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-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 hdf5 matplotlib"
-
-DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pyopengl[${PYTHON_USEDEP}]
- dev-python/sip[${PYTHON_USEDEP}]
- virtual/opengl
- X? (
- dev-python/PyQt4[${PYTHON_USEDEP}]
- dev-python/pyqwt[${PYTHON_USEDEP}]
- )
- hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
- matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-#S="${WORKDIR}/${PN}${MY_PV}"
-
-python_prepare_all() {
- local PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
- export SPECFILE_USE_GNU_SOURCE=1
- distutils-r1_python_prepare_all
-}
diff --git a/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch b/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch
deleted file mode 100644
index 81dfaf038fa6..000000000000
--- a/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 0a77cdf..e7ba643 100644
---- a/setup.py
-+++ b/setup.py
-@@ -55,7 +55,7 @@ packages = ['PyMca','PyMca.PyMcaPlugins', 'PyMca.tests']
- py_modules = []
-
- # Specify all the required PyMca data
--data_files = [(PYMCA_DATA_DIR, ['LICENSE.GPL',
-+data_files = [(PYMCA_DATA_DIR, [
- 'PyMca/PyMcaData/Scofield1973.dict',
- 'changelog.txt',
- 'PyMca/PyMcaData/McaTheory.cfg',
diff --git a/sci-chemistry/PyMca/metadata.xml b/sci-chemistry/PyMca/metadata.xml
deleted file mode 100644
index 4067b2f8b26a..000000000000
--- a/sci-chemistry/PyMca/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </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>
- <upstream>
- <remote-id type="sourceforge">pymca</remote-id>
- </upstream>
-</pkgmetadata>