add ndms2-client-0.0.10
This commit is contained in:
3
dev-python/ndms2-client/Manifest
Normal file
3
dev-python/ndms2-client/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST ndms2-client-0.0.10.tar.gz 4645 BLAKE2B 177b4279f0f8830337319f33298588f561ef832ebd407c7e58a5eb69e841229b06fe0523a23f2bb9e873c8c553f9168c493f12ba5c14049e4933a8e322f45503 SHA512 91019ba693602340f9a7160ab84e69c8ce9a6f749476e512aade4c08bd794bf6f4f80c16aca5b482f356fb057ae62c81244088222f7d1f73a53019b03383590c
|
||||
EBUILD ndms2-client-0.0.10.ebuild 747 BLAKE2B 1a3d72e5094e5cfe7d72b208b430e6602e5ec243abdfcef137db24cba6478cefcc6990e502d38dcdbcac2e1e060a0f4eec9bfabba20a235e5ae28cae283cba18 SHA512 024a39660b2e6c36ea55f49d6ae34e39edf394c54a4cdc9eb2f94c1ced6fe9840ae7afe39139fb80ff8c4c33a333a6f3f26f397d836fc67f27942c7e6dfb3dbb
|
||||
MISC metadata.xml 469 BLAKE2B a4026c2398e4e80189d09380ea85d55722fcda098cf0f0be356e93f2ea187fe60f110d76b325abb178814200e11d758e41c363a59e317c214ff791695059b7aa SHA512 be9b551d324d0549fbd1e6fe2ed85e4124edb1b19e90ba7b2ef579d18753b4996ffecc77c0e67f462336a91491f491d969e5182d4ff3651c85a85c20831caf1f
|
||||
16
dev-python/ndms2-client/metadata.xml
Normal file
16
dev-python/ndms2-client/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">ndms2-client</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>foxel@quickfox.ru</email>
|
||||
<name>Andrey F. Kupreychik</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
33
dev-python/ndms2-client/ndms2-client-0.0.10.ebuild
Normal file
33
dev-python/ndms2-client/ndms2-client-0.0.10.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=${PN/-/_}
|
||||
DESCRIPTION="Keenetic NDMS 2.x and 3.x client"
|
||||
HOMEPAGE="https://github.com/foxel/python_ndms2_client https://pypi.org/project/ndms2-client/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user