mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-python/guiqwt: new package, add 4.4.1
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
1
dev-python/guiqwt/Manifest
Normal file
1
dev-python/guiqwt/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST guiqwt-4.4.1.tar.gz 3292649 BLAKE2B 730550ceeb619e6184145562e437d8c90799218654dd2f43718692f1951b877eb8d687ebe43abd13e83ac7be921d3e2e8b43891719354b17a5b570d68685d01d SHA512 ea92919d88c1691c7098b7dfa51185b39b9568101b86335f19f7da72138d35f06ffce6e9763c2e2c8a02b20f362dab9a069e8748c19f8aed72d35763f346ae32
|
||||||
23
dev-python/guiqwt/guiqwt-4.4.1.ebuild
Normal file
23
dev-python/guiqwt/guiqwt-4.4.1.ebuild
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Copyright 1999-2019 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( python3_11 )
|
||||||
|
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
DESCRIPTION="Efficient 2D plotting Python library based on PythonQwt "
|
||||||
|
HOMEPAGE="https://pypi.python.org/pypi/guiqwt"
|
||||||
|
LICENSE="MIT"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
RETRICT="test"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/cython[${PYTHON_USEDEP}]
|
||||||
|
dev-python/guidata[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
11
dev-python/guiqwt/metadata.xml
Normal file
11
dev-python/guiqwt/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>davidroman96@gmail.com</email>
|
||||||
|
<name>David Roman</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">guiqwt</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user