cleanup, add new Python Targets, Letter 'N' and parts of P Integrations

This commit is contained in:
2021-07-13 21:07:46 +02:00
committed by Andreas Billmeier
parent d5a883b3bf
commit 527641ec45
142 changed files with 244 additions and 1545 deletions

View File

@@ -1,7 +1,3 @@
DIST herepy-0.6.3.1.tar.gz 123128 BLAKE2B ee17841b44b1b1c225b645a1b5d69f0053a5708c44e780624249d095c3992f6bb489cfcc5f4cb6980c5fc4a39fa3aada92bd0fc9b86e6677d057a58b6b59c485 SHA512 89cbc1d56837d5c385deb751fd3016422978a4ca5b7b90e430c3491475d2dcbdf9fcffaea9b4236dcb1b96cd7bdb192a263249d0336cd4285a8c091db2d4b874
DIST herepy-0.6.3.3.tar.gz 144121 BLAKE2B 49635f8e430a7ea0129a2c636a39a707db8b2b32745722a0169c58b40e21942f606d047fd2796e3a36b9ca52946098b3a5a932c1fe11e1e70fa68c6678fe8021 SHA512 0249ba521891a506104e38d09c7199129997db019f77de195a340d9a7324599322e755b1cc7f69d3fafac531ee66eb483411e1b52ffd5d9ea4493db3d9c065e7
DIST herepy-2.0.0.tar.gz 144852 BLAKE2B 92cdf0ee96b0dee4a1b16769a2a236b113212da3e41980d9e42f7f7c6b15ae37c7e8e946cdf4f68b1853a1d844462f244c4bcd8cdfe9face88a362048a28ae05 SHA512 f58a1210fb50ab6361e7b3b93d3d06a4652f7048528bd612802298cfbe48285f1beb5a2d0242dd4ee06cda6d8dad37caf0dc4be038b2049453aa8ade7757df19
EBUILD herepy-0.6.3.1.ebuild 830 BLAKE2B 962a2c8a4fa22c4d8bc54cac8f9b37e61a21de8bfca98130ea7e3cdbc6471094853fcf54833d68a3ebcc2fab4bfcb85ecf38a5365fcd8271f8e3026929d01d6a SHA512 5ed76946e5e22e643909547ffa0f4059b9e66dde01db3176d1861efd13b964af128142d098aa4f636aa06a5ee71b6058eeabc2e776b4e7fd6add9c7de9a8c8ec
EBUILD herepy-0.6.3.3.ebuild 830 BLAKE2B 962a2c8a4fa22c4d8bc54cac8f9b37e61a21de8bfca98130ea7e3cdbc6471094853fcf54833d68a3ebcc2fab4bfcb85ecf38a5365fcd8271f8e3026929d01d6a SHA512 5ed76946e5e22e643909547ffa0f4059b9e66dde01db3176d1861efd13b964af128142d098aa4f636aa06a5ee71b6058eeabc2e776b4e7fd6add9c7de9a8c8ec
EBUILD herepy-2.0.0.ebuild 882 BLAKE2B b052db05a3423204f26cdf82da48b519cb23b3246d44881b056072429f9fc6cb20247fbaf4f2ac86218edd1272e807f787252239d1b4a3a2a22451de5b8cbc67 SHA512 84b995e3bf54cbdae536da7ab01c43c64fe6ed1961dd182ea16b4d7792a0b94537ce7e7d1baaaf8fbe41fed70158f65475e004995cf85e096a498fef0bca3661
EBUILD herepy-2.0.0.ebuild 891 BLAKE2B 940b73a37d740c5ea1cd7da11120a1d7324c90aec6cb914ecf0739e09a9c4a68a34672a36f1837dbba4cd733740006a779f6fcb9af163e72252596ba1c088b59 SHA512 6177af66f6e55eedde6e57b130af22cc7272becd0ade97467f4e974024c1406fd641c82ac941b6ec26eb34cfa4685efc0e3febd2371924619697f0d35e2a0beb
MISC metadata.xml 456 BLAKE2B 084e1b5c9fc90edea21f1221bedba6cc40db4d82f187dc47a90a6b91412417eabe7c86629259922579c2f9bc1b1066718f8b165f30f7f956674a39eb06d1a450 SHA512 4a968ac4750a19b54c31e941193d97c8faa40172694b2222852a53f3316926b5db1bd5269f9c3408bb36f9bd91a37429a17e0038851f25f68ee02c97a308002f

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A Python wrapper around the HERE APIs"
HOMEPAGE="https://github.com/abdullahselek/HerePy https://pypi.org/project/herepy/"
SRC_URI="https://github.com/abdullahselek/HerePy/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A Python wrapper around the HERE APIs"
HOMEPAGE="https://github.com/abdullahselek/HerePy https://pypi.org/project/herepy/"
SRC_URI="https://github.com/abdullahselek/HerePy/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -18,9 +18,11 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]