add clearpasspy-1.0.2
This commit is contained in:
3
dev-python/clearpasspy/Manifest
Normal file
3
dev-python/clearpasspy/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST clearpasspy-1.0.2.tar.gz 2879 BLAKE2B 47c408fa5ae0259f4d21ce0a64a6a134ad9f83b5b79e93d9ca19365623060eac7adaf1b4c71848bab2c765333aed2f88de5289a2755dc91d6d87910d8061628c SHA512 716422c1d5546087004c3681f4f366cebd06b6f04c6b1b1e0897ece354c74e2e55c4a1633d8b31296421350bbef52b4afbad92540111ea08647e7c9683e9cb8d
|
||||
EBUILD clearpasspy-1.0.2.ebuild 703 BLAKE2B 8f4706107f86db0caba6394f7254be6f2c8116c90ea863334af6fe2766192741b628a6985643e646ebcd3555531d37d466171e63ea58807439e3e019a4d0bed4 SHA512 39ea2338f31cd205b128a2bc7ba3622009f8c6117f55d67f0a6357999f372edfcad6ffc2860fc944d3b2102f2ef2d671569fa15d662a5d70fa460ebf746959d2
|
||||
MISC metadata.xml 462 BLAKE2B dccfd16177d9246db37ea5fd439858438acf21f59cdd70876eb46c0d15498b48806b95bc83f44dbc1f46f90f038567451a913e91409769df874aebf4fd95ce3d SHA512 a46cde380e9203f0bf00101c0f69679b62ca864e1f2bf6b6b26f2584053e4c74c691885d35b0005348fc12859d2f775258f4d87b8732826bee58c49d9aa44f82
|
||||
30
dev-python/clearpasspy/clearpasspy-1.0.2.ebuild
Normal file
30
dev-python/clearpasspy/clearpasspy-1.0.2.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="ClearPass API Python Library"
|
||||
HOMEPAGE="https://github.com/zemerick1/clearpasspy https://pypi.org/project/clearpasspy/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
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
|
||||
}
|
||||
16
dev-python/clearpasspy/metadata.xml
Normal file
16
dev-python/clearpasspy/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">clearpasspy</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>zemerick@emerickcc.com</email>
|
||||
<name>zemerick1</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user