add pyiqvia-0.2.1
This commit is contained in:
parent
577bb452b7
commit
31b78d7175
3
dev-python/pyiqvia/Manifest
Normal file
3
dev-python/pyiqvia/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pyiqvia-0.2.1.tar.gz 7482 BLAKE2B 4d772f5fa58f9569c976ae2dd6d13c6a5f79852a197d02b6fb3cf936d300ef57ee86b687b0a119db7344ec8813611258549c67e770185a56befd21d76b80438d SHA512 80a79b794fb50991f4ce0162f63a8f2bfa23a2e9e1b4438a6da78355e102e09776f401f0c69abc72c11c24a1400fb0bbec348fd48e41498b29cb5151748f961d
|
||||
EBUILD pyiqvia-0.2.1.ebuild 716 BLAKE2B b9d4546044e4d8fce3fda3530ebec04ecd59b677d7565cba14dc2fad9da834df8777bb1859790a44863dfe5086408fac73f5c0e0173e8e7ea5de8ea7649a6873 SHA512 5adb9f4fe58e748fad346a61fa6666ba901b48d798b1330cabae4d09edf42a8d6b1ac39d8ce44ebdd0857030be25c0446cd025bbae117b67d6431794e2a898ad
|
||||
MISC metadata.xml 457 BLAKE2B 963c9e4cfcc92e9f4d45e7e8e748d416086c9e764df73032ae77ca811226cfdbdbfd08da582eed3f91ba4b68f130466138fe55dfb9802c196010b9dc154a58f5 SHA512 cf2b6a14d5726a41a85c9c010340d9ebb88b774328259dcfbf54d91cc06b0fd559ad8d4a1b7b3e082c95ec8ba4a45c0d68beb4a9df9fbf0cb4dda2bca5456886
|
16
dev-python/pyiqvia/metadata.xml
Normal file
16
dev-python/pyiqvia/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">pyiqvia</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>bachya1208@gmail.com</email>
|
||||
<name>Aaron Bach</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/pyiqvia/pyiqvia-0.2.1.ebuild
Normal file
30
dev-python/pyiqvia/pyiqvia-0.2.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A clean, async-focused Python3 API for IQVIA data"
|
||||
HOMEPAGE="https://github.com/bachya/pyiqvia https://pypi.org/project/pyiqvia/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${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}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user