add giteapy-1.0.8 (for repo management)

This commit is contained in:
Andreas Billmeier 2020-09-11 06:53:45 +02:00 committed by Andreas Billmeier
parent d9714a7b38
commit 4f02c4a8a3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 59 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* bump numpy-1.19.2
* bump homeassistant-0.115.0_beta5
* bump aioshelly-0.3.1
* add giteapy-1.0.8 (for repo management)
2020-09-10 homeassistant-0.115.0_beta4
* bump zigpy-0.23.2

View File

@ -0,0 +1,3 @@
DIST giteapy-1.0.8.tar.gz 124673 BLAKE2B d8bb557856029b360bdfe23ddfa9aea1d1e6f99a6235c328d93d7666e89ce691e37e74fa33f14f7e2402b47333af23f1228c272f249bc95b8b075eb135d87ce1 SHA512 5f03756e0da1b38f66c73bcab1f8271599538616a44cdd32f5faba62dd756732923c506367c746d7a77c04c1a22c81b245f4efa45b0dce3ecbf651605f6abb26
EBUILD giteapy-1.0.8.ebuild 1061 BLAKE2B 54f7b36a72583742e62c39c8df53981abcc030874a5cf69d8db3b3311909ca3492bca716ddd3dc0db53c2a3d169f896843d471e68e5c1d650403f8109984af2b SHA512 6919489c4b1cb8a2849a25d9e7c2ec08083f0dcc6a5257a38900cc08b44f0c9ce94b2b71885ace195276ac86aa35b285dc88d1def182f5136b2600e2a4533865
MISC metadata.xml 411 BLAKE2B a31b4b2af2d4df94d436307f1d7c592e1394b30d44e27b5a34af3e3934ac3f4c42c946ad702f2ca4e89f1ba45562becde75429659006910c95ab5fa1b337f3a4 SHA512 9b7d825d93766cfd3675d4d6a5410a8746c635faed3790d1740c62f8ea97b4021fcac879a43da6174bd2699ee72c460ae4469de970d75656a62e5c5627ec8289

View File

@ -0,0 +1,41 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Python SDK for Gitea - A painless, self-hosted Git service"
HOMEPAGE="https://github.com/dblueai/giteapy https://pypi.org/project/giteapy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="all-rights-reserved"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/certifi-2017.4.17[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
>=dev-python/six-1.10[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.23[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
src_prepare() {
sed "s/packages=find_packages()/packages=find_packages(exclude=['test'])/g" -i setup.py || die
eapply_user
}
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,14 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">giteapy</remote-id>
<maintainer status="unknown">
<email>rh@dblue.ai</email>
</maintainer>
</upstream>
</pkgmetadata>