add n26-0.2.7, n26-2.2.0
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* add n26-0.2.7, n26-2.2.0
|
||||
* add PyMVGLive-1.1.4
|
||||
* dg to messagebird-1.2.0, mitemp-bt-0.0.1
|
||||
* dg to py-melissa-climate-2.0.0
|
||||
|
||||
5
dev-python/n26/Manifest
Normal file
5
dev-python/n26/Manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
DIST n26-0.2.7.tar.gz 6643 BLAKE2B 43b934cebb2ffe8f5a773279e704abc51373c0a89d620d2f6623a9f647865a0a685a5e03bf860bfb7914ad83bc0e9dd2fca87a72b887da13de93a2936f665ef9 SHA512 43b65837ef94c51203e72c006479554df856528b4df7d599f03a882a363ef20d258871455446bae6670755890359801c178419187021f04e236b0ef8083793d2
|
||||
DIST n26-2.2.0.tar.gz 13993 BLAKE2B f055ac9dc99528668259eb22f416f2f8e862900969299dff1565df8694e61a2746abcc9a4e20d56b3647ab73bd8e954bd3c5349782da8e6e1ec98034dea8890e SHA512 8461040928e1b44e984355c3dea0dad5d9c18919f7b025d171934c9cfde64e8cd8beaef545699725225db156ebf8102e1f9b67ad6258c9783586f40b81865a4b
|
||||
EBUILD n26-0.2.7.ebuild 959 BLAKE2B 6350a34f409af817bfba4113f7e47575b29da6f8e1180d8ffbbf5bcc923d84d551a2c9771fa6a1b8d44d320e423efd3442f3f31bb95acf583589f4c26f96b389 SHA512 6446e792d258b135e4ee0690cbd2f254fc831f4e832d59c24818f3a1e22d628ee69be8404236e5955e373e388a11aebba3d8f5edfcfbbf93cb7eb0fc4095ed0b
|
||||
EBUILD n26-2.2.0.ebuild 959 BLAKE2B 6350a34f409af817bfba4113f7e47575b29da6f8e1180d8ffbbf5bcc923d84d551a2c9771fa6a1b8d44d320e423efd3442f3f31bb95acf583589f4c26f96b389 SHA512 6446e792d258b135e4ee0690cbd2f254fc831f4e832d59c24818f3a1e22d628ee69be8404236e5955e373e388a11aebba3d8f5edfcfbbf93cb7eb0fc4095ed0b
|
||||
MISC metadata.xml 450 BLAKE2B 85bb3ee7c3ab26c9a93802eaef85e3ed0a31e4de14b4c3a72c9592ac8edfabead9a7efd629cff44effb9e6950aeb4dead7b05d6c9fd1d8346187b78fc270dc7f SHA512 16f667838ff43c426501454f017c30b431f98464e75afa9ecd641c1fe86bd97736d93d02234df3726e34e2d6fd2cb3ea5ecc4b847a6400b78718e384db71f6b6
|
||||
16
dev-python/n26/metadata.xml
Normal file
16
dev-python/n26/metadata.xml
Normal 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">n26</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>felix@s4ku.com</email>
|
||||
<name>Felix Mueller</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
36
dev-python/n26/n26-0.2.7.ebuild
Normal file
36
dev-python/n26/n26-0.2.7.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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="API and command line tools to interact with the https://n26.com/ API"
|
||||
HOMEPAGE="https://github.com/femueller/python-n26 https://pypi.org/project/n26/"
|
||||
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="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/tabulate[${PYTHON_USEDEP}]
|
||||
dev-python/inflect[${PYTHON_USEDEP}]
|
||||
dev-python/tenacity[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
36
dev-python/n26/n26-2.2.0.ebuild
Normal file
36
dev-python/n26/n26-2.2.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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="API and command line tools to interact with the https://n26.com/ API"
|
||||
HOMEPAGE="https://github.com/femueller/python-n26 https://pypi.org/project/n26/"
|
||||
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="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/tabulate[${PYTHON_USEDEP}]
|
||||
dev-python/inflect[${PYTHON_USEDEP}]
|
||||
dev-python/tenacity[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user