diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:02:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 14:19:38 +0100 |
commit | e257ba24fee9da390a8febf9c9e9c6845ded00e4 (patch) | |
tree | 11e608993bcecac6f4d4e20a1b7b2d5c9eea0c33 /dev-python/pyqtgraph | |
parent | net-misc/curl: rev bump to enable additional features (diff) | |
download | gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.tar.gz gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.tar.bz2 gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.zip |
*/*: Update pypi (and github) remote-ids from HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyqtgraph')
-rw-r--r-- | dev-python/pyqtgraph/metadata.xml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/dev-python/pyqtgraph/metadata.xml b/dev-python/pyqtgraph/metadata.xml index 3f66bf396f36..24bf6bc8bf6d 100644 --- a/dev-python/pyqtgraph/metadata.xml +++ b/dev-python/pyqtgraph/metadata.xml @@ -1,18 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription> - PyQtGraph is a pure-python graphics and GUI library built on PyQt and numpy. - It is intended for use in mathematics / scientific / engineering applications. - Despite being written entirely in python, the library is very fast - due to its heavy leverage of numpy for number crunching - and Qt's GraphicsView framework for fast display. - </longdescription> - <upstream> - <remote-id type="github">pyqtgraph/pyqtgraph</remote-id> - </upstream> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription> + PyQtGraph is a pure-python graphics and GUI library built on PyQt and numpy. + It is intended for use in mathematics / scientific / engineering applications. + Despite being written entirely in python, the library is very fast + due to its heavy leverage of numpy for number crunching + and Qt's GraphicsView framework for fast display. + </longdescription> + <upstream> + <remote-id type="github">pyqtgraph/pyqtgraph</remote-id> + <remote-id type="pypi">pyqtgraph</remote-id> + </upstream> </pkgmetadata> |