add kiwiki-client-0.1.1
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-11-22
|
||||
* add kiwiki-client-0.1.1
|
||||
* add PyUserInput-0.1.11
|
||||
* add ndms2-client-0.0.10
|
||||
* add kaiterra-async-client-0.0.2
|
||||
|
||||
3
dev-python/kiwiki-client/Manifest
Normal file
3
dev-python/kiwiki-client/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST kiwiki-client-0.1.1.tar.gz 2418 BLAKE2B bccafbe5f17b1c52e022a3b0207928a4563a8e634b10d97674cfc8d6807826466f8a1ee7eb6d5a8079682af4e6ee0a9f63caeaa9ad5c7ac308a567c89157d779 SHA512 5c46a9d6771940cf71bac32263e1b4c3c40c8548fd6c5c2f9df2cc42ecd72320141f39a744d4e818aeb414af76e3f7590f76f9edb696dbd8148fde57605231d0
|
||||
EBUILD kiwiki-client-0.1.1.ebuild 850 BLAKE2B cd20775e62ba7d054d57e79fb413adf07d532472920773b53ce29e15338fb67e16632b708efce3fc903845b27b8204d098d4ef7dcd00431ea771c071a9fcf449 SHA512 e97fc162621dd056665abe4f2a68f9c7c00106a8245ff40abc764499d3e40f47336e6b842dfd4d17a958dd0a52312edfb7f82581b3509f3145739582160a2a87
|
||||
MISC metadata.xml 477 BLAKE2B 8c44404a6e85220865a8b18a5a9acaeb18d90c40de002a83cd8ee370459a9bcc0744b2be42936f1a02981e1198df3e5d1f44e1a8dd64d5de3831d7a109033b09 SHA512 335ba5204e175796449cf3a29cbd6ee97f7d4933ff068d3eb60b51a21de98abefd32fac3e4dcdbe2dcc356245c6eb586cff36e89ebbc8015e400d4391b564228
|
||||
36
dev-python/kiwiki-client/kiwiki-client-0.1.1.ebuild
Normal file
36
dev-python/kiwiki-client/kiwiki-client-0.1.1.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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="KIWI Lock Client Library"
|
||||
HOMEPAGE="https://github.com/c7h/kiwiki_client https://pypi.org/project/kiwiki-client/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
RESTRICT="mirror"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]"
|
||||
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
|
||||
}
|
||||
16
dev-python/kiwiki-client/metadata.xml
Normal file
16
dev-python/kiwiki-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">kiwiki-client</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>christoph.gerneth@gmail.com</email>
|
||||
<name>Christoph Gerneth</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user