bump clearpasspy-1.1.3
This commit is contained in:
parent
348cef499f
commit
4de8e39204
@ -1,3 +1,5 @@
|
||||
DIST clearpasspy-1.0.2.tar.gz 2879 BLAKE2B 47c408fa5ae0259f4d21ce0a64a6a134ad9f83b5b79e93d9ca19365623060eac7adaf1b4c71848bab2c765333aed2f88de5289a2755dc91d6d87910d8061628c SHA512 716422c1d5546087004c3681f4f366cebd06b6f04c6b1b1e0897ece354c74e2e55c4a1633d8b31296421350bbef52b4afbad92540111ea08647e7c9683e9cb8d
|
||||
DIST clearpasspy-1.1.3.tar.gz 3027 BLAKE2B f84bce2e0ec69a01a7cb56cdeac0a042e44431ae5c6fa34162eae55d77d0f146d641b6a7bfa94c32600c008aba7f91ef2c31a2f1f43a8e24c93884131755c493 SHA512 7e12d1a9624c7a80c49adb6588d717eecf421ef953350f1dc8edbe82762ff822fbf4c0ae595ab7931e0199beda45c30dbe7601148d636e66e764b6790931bfc9
|
||||
EBUILD clearpasspy-1.0.2.ebuild 703 BLAKE2B 8f4706107f86db0caba6394f7254be6f2c8116c90ea863334af6fe2766192741b628a6985643e646ebcd3555531d37d466171e63ea58807439e3e019a4d0bed4 SHA512 39ea2338f31cd205b128a2bc7ba3622009f8c6117f55d67f0a6357999f372edfcad6ffc2860fc944d3b2102f2ef2d671569fa15d662a5d70fa460ebf746959d2
|
||||
EBUILD clearpasspy-1.1.3.ebuild 703 BLAKE2B 8f4706107f86db0caba6394f7254be6f2c8116c90ea863334af6fe2766192741b628a6985643e646ebcd3555531d37d466171e63ea58807439e3e019a4d0bed4 SHA512 39ea2338f31cd205b128a2bc7ba3622009f8c6117f55d67f0a6357999f372edfcad6ffc2860fc944d3b2102f2ef2d671569fa15d662a5d70fa460ebf746959d2
|
||||
MISC metadata.xml 462 BLAKE2B dccfd16177d9246db37ea5fd439858438acf21f59cdd70876eb46c0d15498b48806b95bc83f44dbc1f46f90f038567451a913e91409769df874aebf4fd95ce3d SHA512 a46cde380e9203f0bf00101c0f69679b62ca864e1f2bf6b6b26f2584053e4c74c691885d35b0005348fc12859d2f775258f4d87b8732826bee58c49d9aa44f82
|
||||
|
30
dev-python/clearpasspy/clearpasspy-1.1.3.ebuild
Normal file
30
dev-python/clearpasspy/clearpasspy-1.1.3.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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user