update python-join-api-0.0.9
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST python-join-api-0.0.6.tar.gz 2876 BLAKE2B c4d64dcda614dda887c246f2a02ea26c92048329c8d770672a1005072907e59075c05aff9a13c2e13e14b180e4223eb38989f1958fc6d2a5298a11b64ba1cb02 SHA512 d4c98b4a708e4dbf574da80f36b9b0db04a32443555753992bb94a67bd3cce43322fe87b236c432217bec5e2615646165aadd56d014e7f4f425a2dc4fa64ee74
|
||||
EBUILD python-join-api-0.0.6.ebuild 773 BLAKE2B 4fd0220b7c8987fb2b2e33a43d4b71f5f4a61b9ef372f8fda7c681f106657868c8790dfd1cc0954d502701339345466a9dc185fe561d6644c1b0f44d439165e4 SHA512 1c86e7d707be6f10bc95df45b510c5ccc3d206c650437cded14b8844c4896c6ee1c01c41df771f98b940c72f55f740531318a8af43d7acce2d9d0c756728daa8
|
||||
DIST python-join-api-0.0.9.tar.gz 3850 BLAKE2B a249859703a5b0305a14a37339373940e4252547e1b3bf17d2536f89bfa65abadca138e6967ecd446254d93418e104157a65ae59a9395299f59bbe1571698940 SHA512 2b2a432c0acbfd77a72c734f0c3de9966dd58d446671ba70810a51c21ce13890c3e64c57e31271caa47558ca29889b93d14dcb30c650066e779df1844bb0d386
|
||||
EBUILD python-join-api-0.0.6.ebuild 771 BLAKE2B 2f1c5ade5f5e3e1c0498cdf351a7a93491f785b64ef5b23567736645de6e8ae7b8f838307ea2f079a6821598ae80a27ec2efa00ae88c1208019da0f48233b457 SHA512 7682f65db535f934e9858d7fe8ecce4a920c235b1489054f8fbf1d7acac06f23c5a05b1a52052efeada1c7b6f2a70278a800c9e8742741bd7051635725243aeb
|
||||
EBUILD python-join-api-0.0.9.ebuild 815 BLAKE2B 97203fe51f86036d71a9831f3b7ad330347e26fff9b646789ceba23803ff227c197ce80ca3ec774db7bfe18b75618b882dd1dfb000a76e691ea65ca259190ccf SHA512 cc68cd2230c3d00e82f394e9181080fcd829f09fb51f4f8c2ac00f714456eb86716bb3762eaf763c52f256c1ffdf6efc79688559a5da04f99e51b93589df2b13
|
||||
MISC metadata.xml 458 BLAKE2B ced6e1176b862fed126b9697e43160477eb9e7d3462440b88047f9bc8f8f6e03984ef27ea0920d386b62a3d786bd7ef7e663d754c109c8fc472c736d98a6a0ed SHA512 fd7ce8574b1f9124bb340c637a28540a9fb659056b5c08a713ba0470aca2ad68a93d3a7b27431db51f7d850792ce17e71d7f92525f81e2f2c8a550f94fb8790e
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
|
||||
34
dev-python/python-join-api/python-join-api-0.0.9.ebuild
Normal file
34
dev-python/python-join-api/python-join-api-0.0.9.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for interacting with Join by joaoapps."
|
||||
HOMEPAGE="https://github.com/nkgilley/python-join-api https://pypi.org/project/python-join-api/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-1.1.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user