add TwitterAPI-2.5.9

This commit is contained in:
2019-11-07 00:20:26 +01:00
parent 10bdccca95
commit c5da7598c9
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST TwitterAPI-2.5.9.tar.gz 9510 BLAKE2B 7aff09f9eb5da346a944cb4de56f8151c66a5a10bb0d9db05f42aee9528c04440dcc1fe186d7ce89d092fc85052bb865f64806824e211b738a6ac1b9a4349c60 SHA512 411a940f8dcdbf3e264406f6c4ef167f036709a08351ea68a3b0b233751d554e5fa3d65ff33159fed827dccf1bee0068c85aaa404fe92d856c36a708f7bb28e0
EBUILD TwitterAPI-2.5.9.ebuild 726 BLAKE2B bcb5f521a41382b1b6c668a30d8e5ab8a18b2ef6d41b8c5d73051509e635bb4fc6d1daa00628253a8aab6b636674eb3f222621aea19c48d4c54da3b87035933d SHA512 189ba6bb7dc6a206be4fb7c05ea8992e137a44022e3c293b4222c1ad4d157f53c5b9a97a81b6749ca89aa9e630f8108193e99431a37eefd942cdd455642ace98
MISC metadata.xml 513 BLAKE2B 04dfa61248ce393e958cf60f76123f60a52b58da13dc982aa9a7f2bb65261419b9121c854c9d3753b977682fd1716a7ac3252555949c798c30a43b7bf313fa78 SHA512 a05a7d57bd53e0d47370d73b5b3fa0ad910004977de289829c3c2f07a89d17cd263fa1941d7706e299dd888ad1ca76b441d34cfbaa3033a298416acef008186d

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
# Distributed under the terms of the GNU General Public License v3.0
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Minimal wrapper for Twitter's REST and Streaming APIs"
HOMEPAGE="https://github.com/geduldig/TwitterAPI https://pypi.org/project/TwitterAPI/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
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,17 @@
<?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">TwitterAPI</remote-id>
<docs>https://pythonhosted.org/TwitterAPI/</docs>
<maintainer status="unknown">
<email>boxnumber03@gmail.com</email>
<name>geduldig</name>
</maintainer>
</upstream>
</pkgmetadata>