move giteapy-1.0.8 to pub

This commit is contained in:
Andreas Billmeier 2021-08-15 08:05:29 +02:00 committed by Andreas Billmeier
parent 82e612ff00
commit c86afdd732
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 59 deletions

View File

@ -1,3 +0,0 @@
DIST giteapy-1.0.8.tar.gz 124673 BLAKE2B d8bb557856029b360bdfe23ddfa9aea1d1e6f99a6235c328d93d7666e89ce691e37e74fa33f14f7e2402b47333af23f1228c272f249bc95b8b075eb135d87ce1 SHA512 5f03756e0da1b38f66c73bcab1f8271599538616a44cdd32f5faba62dd756732923c506367c746d7a77c04c1a22c81b245f4efa45b0dce3ecbf651605f6abb26
EBUILD giteapy-1.0.8.ebuild 1066 BLAKE2B 9e4c0bc834f46372745c5c1d1d030d07a35fda2680c627e7810ed8fac29c4f9d588e1fb32369369f491c07569c43a0773744e06315d0fe3cc4df54e2e453d6ea SHA512 95d9dd96ec929bd63c89926a5e1eee277a264383512a190f304d35f706170e54ae470c7c599803c540deb41759386093c52fd788a00a655d37268ada89aefeff
MISC metadata.xml 438 BLAKE2B 0693795178e6e42984234542bb100ec7ea8f27ea25772c38475e106d6b8e8098f52973cd3e50c385463af01432c0b1af81f02781180ea1bd5f6a620f9d6bdaea SHA512 6dae739a3f62b4afc8b9fdc789bf456ec46b70062e146ba84139afe854c03f657d2b7b12f612f3aaa6e3faf0487fdd79b304255b98c55d96d54817e656ef2953

View File

@ -1,41 +0,0 @@
# 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 ~arm ~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

@ -1,15 +0,0 @@
<?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">
<name>unknown</name>
<email>rh@dblue.ai</email>
</maintainer>
</upstream>
</pkgmetadata>