P38: add pymetar-1.1-r1
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
- ovoenergy
|
||||
- twentemilieu
|
||||
- sisyphus-control-2.2.1-r1
|
||||
- pymetar-1.1-r1
|
||||
* bump / rework pychromecast-7.3.0
|
||||
* add trio-0.16.0
|
||||
* add outcome-1.0.1
|
||||
|
||||
3
dev-python/pymetar/Manifest
Normal file
3
dev-python/pymetar/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST pymetar-1.1.tar.gz 3162533 BLAKE2B 43cc79a0c8b27f7146a0f89d4271830ace0bd25790e8df006c19205419eabec88b90645d473019951b21952ee67df25261f6eea8c2d58de95e13186ab4bce214 MD5 f4263258741868654aeaa5153d9ff2bf SHA512 3e830065d3201373695c381f45969e7b532d69de8218cb32e107ed72235cd7cff8051e129c6ae4761154ed9d3fca81c530938520d6a54e7bf467cf28ebf9de02
|
||||
EBUILD pymetar-1.1-r1.ebuild 698 BLAKE2B bc420e7844756058bc93b8568cc692155dfeaac079d79f9feae66bfa4a498edce5cf9242e58361cbb8e83e79656de9df0e24429298722ad844375d10570c408f SHA512 4ff4fec9c1426f09a9101b77a1c801309f4224d4347089ca89ff322e177fae06a7eb7147d0befa85fa177dd8b0420342eedbcbb58c7c2ad985218e8a14c13216
|
||||
MISC metadata.xml 326 BLAKE2B c8d3a768aca55f30b64ea52810366deb48538281e198ae78d74d3f3584d3a4d6be4587341bcf460a294a1fd724f9d4caa15ae20b891a924c5d4342bbbece6ce7 SHA512 8575fd2e888c5ba3e06507832bf39c82942881bea114f7be64d3beeb587d55fcb295192c6d31a4436cbb3d98963926f311a3e52b501b930d792b665bb6a9e0bd
|
||||
11
dev-python/pymetar/metadata.xml
Normal file
11
dev-python/pymetar/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="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pymetar</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pymetar/pymetar-1.1-r1.ebuild
Normal file
30
dev-python/pymetar/pymetar-1.1-r1.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="PyMETAR is a python module and command line tool designed to fetch Metar reports from the NOAA"
|
||||
HOMEPAGE="https://pypi.org/project/pymetar/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user