mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-python/PythonQwt: new package, add 0.10.2
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
1
dev-python/PythonQwt/Manifest
Normal file
1
dev-python/PythonQwt/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST PythonQwt-0.10.2.tar.gz 1044022 BLAKE2B 12019566a2465b37aceeb5e6e0c587274b99bcaaadd20bc18a697548278a2a3ee13e34cff7563f1751b27a3d7fd51eaee91cf83cc702064db8b9400c9a4e4597 SHA512 949ebf5b76253f1d7a9d8410ebb01f24ab90547e3c13a017d19f3c96f2735134993165073f7e18d4887b4e224b31f4a3cb1a1896063128be2591cad294a3a2ed
|
||||
21
dev-python/PythonQwt/PythonQwt-0.10.2.ebuild
Normal file
21
dev-python/PythonQwt/PythonQwt-0.10.2.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYPI_NO_NORMALIZE=true
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11,12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Qt plotting widgets for Python "
|
||||
HOMEPAGE="https://pypi.python.org/pypi/PythonQwt"
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
RETRICT="test"
|
||||
|
||||
RDEPEND="dev-python/PyQt5[${PYTHON_USEDEP},svg]"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
11
dev-python/PythonQwt/metadata.xml
Normal file
11
dev-python/PythonQwt/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">PythonQwt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user