add python-gitlab-1.13.0 & python-gitlab-1.6.0

This commit is contained in:
Andreas Billmeier 2019-11-22 21:33:15 +01:00
parent b4e57cdc8f
commit 8006fd8623
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 84 additions and 0 deletions

View File

@ -98,6 +98,7 @@
* add geojson-client-0.4, geojson-2.5.0 and haversine-2.1.2
* add georss-client-0.9 and georss-generic-client-0.2
* add aio-geojson-client-0.11 and aio-geojson-geonetnz-quakes-0.11
* add python-gitlab-1.13.0 & python-gitlab-1.6.0
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,5 @@
DIST python-gitlab-1.13.0.tar.gz 121434 BLAKE2B f8a9af4f389b4759891e26de305c48a70b4255667d4bda869e4e9738f37a1d9a99777a3aa3d1617df343e6b10fe58ad42d2f1d309da931c92690233347a21f2d SHA512 483133d6bc3244c28a2cfa7382262692ed5eef5be5217c5f9786883667d777bac7f952946c50cb8ca6bbe07f63691ec19be4fbfeb7d9cd733fb049a0c3378721
DIST python-gitlab-1.6.0.tar.gz 110201 BLAKE2B 7df304e82e463404ae59f49b9056ae4f29f0cb05cd8ce411c675c735c05aaac8c3ccb6fb8648f32c7f8097c9834906b409cbb533968a458953632ee74d2679fb SHA512 b567845ccb3f7e759ec1718398b9f224da089c2033e346cda47ac4dc0b63e6302c48ee38e2b06b0df1976be483746f63d7d2375381f03f219cf4479a40baa9d1
EBUILD python-gitlab-1.13.0.ebuild 752 BLAKE2B 477a42d1fba362743026bd389a958a1875ebd6d7a2ae6f30fffd181766c0f283acfa018b5d4aec653ca29022f28e98c2e0785f29019c931b827a6629d8af0acc SHA512 6c7808bdbda9c25b6be32a473752ad78209202dd0d30ac4d7c1bd17833d0a304493cba8ebb6913ff841f06daef571e515eb668346a65a21e3ab1c56feec14b95
EBUILD python-gitlab-1.6.0.ebuild 752 BLAKE2B 477a42d1fba362743026bd389a958a1875ebd6d7a2ae6f30fffd181766c0f283acfa018b5d4aec653ca29022f28e98c2e0785f29019c931b827a6629d8af0acc SHA512 6c7808bdbda9c25b6be32a473752ad78209202dd0d30ac4d7c1bd17833d0a304493cba8ebb6913ff841f06daef571e515eb668346a65a21e3ab1c56feec14b95
MISC metadata.xml 469 BLAKE2B 931ad352826a25c07482ab205031e8a0a89a092506920db1ea3b9092d2cb4f1a2dab14e0943e191b6af9745c224ad924a198b37b52ad9e969e0b856264dca2da SHA512 51e70e64fd83b0317b1627d4e675b465ada0334c7319128df00fc31b1eef32305700a7a3d9007b3bef8c6558f73861763245bb05f3074ed7673cc7bce7b6581c

View 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">python-gitlab</remote-id>
<maintainer status="unknown">
<email>gauvain@pocentek.net</email>
<name>Gauvain Pocentek</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,31 @@
# 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
DESCRIPTION="Interact with GitLab API"
HOMEPAGE="https://github.com/python-gitlab/python-gitlab https://pypi.org/project/python-gitlab/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
>=dev-python/requests-2.4.2[${PYTHON_USEDEP}]"
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
}

View File

@ -0,0 +1,31 @@
# 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
DESCRIPTION="Interact with GitLab API"
HOMEPAGE="https://github.com/python-gitlab/python-gitlab https://pypi.org/project/python-gitlab/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
>=dev-python/requests-2.4.2[${PYTHON_USEDEP}]"
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
}