diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/pygsl | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/pygsl')
| -rw-r--r-- | dev-python/pygsl/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pygsl/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-python/pygsl/pygsl-2.1.1.ebuild | 28 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest new file mode 100644 index 000000000000..90f711b22615 --- /dev/null +++ b/dev-python/pygsl/Manifest @@ -0,0 +1 @@ +DIST pygsl-2.1.1.tar.gz 727636 BLAKE2B 42b87a945a41418a295ebc9ddd3c5a367256427145e4c3bbf980e561df0cc3d84a64ddab22f936c5d1a5ad58b4649e36b121648f125824e6922a3d34fcd07d10 SHA512 141232032f0221b756596bc3426160849749642ddaa3667d36b19abf3b4a22b76b5e0b0e9452898494b7f6ce0f8d17a2e392bdaba535633bbfbf1a672bf8d62e diff --git a/dev-python/pygsl/metadata.xml b/dev-python/pygsl/metadata.xml new file mode 100644 index 000000000000..9829992935e3 --- /dev/null +++ b/dev-python/pygsl/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + PyGSL provides a python interface for the GNU scientific library + (gsl). + </longdescription> + <upstream> + <remote-id type="sourceforge">pygsl</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/pygsl/pygsl-2.1.1.ebuild b/dev-python/pygsl/pygsl-2.1.1.ebuild new file mode 100644 index 000000000000..bac53ac9dbe9 --- /dev/null +++ b/dev-python/pygsl/pygsl-2.1.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Python interface for the GNU scientific library (gsl)" +HOMEPAGE="http://pygsl.sourceforge.net/" +SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="examples" + +DEPEND=" + <sci-libs/gsl-2 + dev-python/numpy[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +# Testsuite written to be run post install + +python_install_all() { + use examples && dodoc -r examples + distutils-r1_python_install_all +} |
