cleanup coronavirus-1.1.1
This commit is contained in:
parent
b5d485009a
commit
49856a1382
@ -1,7 +1,3 @@
|
||||
DIST coronavirus-1.0.1.tar.gz 2733 BLAKE2B 54844d28877f404a673849758c7adb194a9e0262cdc125b1af6a4a080cccb291b2c485adafb448cc9cef055e71ae04dad002966524fb53873fe996e98ace333f SHA512 a12707c86929b6bc9b190c5be20399af57e238d7a92344569c8d4ea3ab89686d1a77eb9dcb91b467c9c314ef0cdacb51a443ebd13728b154460ecdece4aa3c86
|
||||
DIST coronavirus-1.1.0.tar.gz 3068 BLAKE2B ffbc6b76d0284a9c1f5bf5f95289becb44316171f57bf020ced425b61eea3b34afff00be8b4fb5d514a6f6818d357a3ca423ebbd1cfe6e99c5b3dd2dba4f9e27 SHA512 102769168288bae20b96343a8687d5f007e06241a77be06964d53427531ba48fba971e80ec2ac9f9e169164b477f9b14b8fc74ec64b9a86b5d8bc29a2a61a17d
|
||||
DIST coronavirus-1.1.1.tar.gz 3102 BLAKE2B 6eb35a3c478b2d6b0f93b1459e67d7324ba2db6e31c5a4b207bc6d849e1af76ea87497229bed5ce8e5f667c5ca09ee38b290dc2e683d5ec6f5ceac19237fabcd SHA512 3b290081f508b97b8ad4a29c534bd7312ba1cbbf0f55966596c31c67d976654431aa943a3c24cbedfe6271dd68c7ccccd174bf2545eee1152d316f4396e7d0d9
|
||||
EBUILD coronavirus-1.0.1.ebuild 708 BLAKE2B e735f7908a98eb7303d1f0f7689190f8f026c128281cecbc5efcddeae0e5832e5416f856102a80d93cad32970fc58ce9b7f25c6403f43e6949089d319c345bf6 SHA512 5fe7482ce7f7f990874d4885b49b01380ac5ddcf91482190a9faf380cadc73e5d5be4ea5862b25e5bd293bbaaae60ee54546fd080303015908b66e833e195bb7
|
||||
EBUILD coronavirus-1.1.0.ebuild 708 BLAKE2B e735f7908a98eb7303d1f0f7689190f8f026c128281cecbc5efcddeae0e5832e5416f856102a80d93cad32970fc58ce9b7f25c6403f43e6949089d319c345bf6 SHA512 5fe7482ce7f7f990874d4885b49b01380ac5ddcf91482190a9faf380cadc73e5d5be4ea5862b25e5bd293bbaaae60ee54546fd080303015908b66e833e195bb7
|
||||
EBUILD coronavirus-1.1.1.ebuild 763 BLAKE2B dad41683651f8d1d84492d6e2650770d7683c8f01d7603930e325e3bf1e6f1a66a2ffe180b540849b0174c543fde70ce8e93939240030c860c04fd07cbe80ad9 SHA512 33d8b40ab4b2cd58d57eaad7a179abbfdc0f926424a241c3f8d80358c6bc9cbda2c42d2ec7c40335551fba4099403c77c5b1e193e9f25949de48dab40e46e927
|
||||
EBUILD coronavirus-1.1.1.ebuild 761 BLAKE2B f8e52e317d60b0d03faad8177909895a7146d1d7e4a9774092fea6d4901dfe05f4c23035159e601103c660f6dd50f9f9abd89eabd42c49b3b1d67f0a84963423 SHA512 f7361e38d8ef00d7423dbaa4b44e45d63c76994f18b903277d9de9d8162751327c14facfcc56679369e99901605dd5d6357a5dd5dd0332c0d1e9ccc1b810593e
|
||||
MISC metadata.xml 456 BLAKE2B a0a342a501dd65ca7ec5ead633bf644f797c32a6ca6484ebf1abc7a156d80b50d964b575b21f6920b9924e35361da97d931203187913d8ef62dc0a243028b67c SHA512 3c0aff16b126c2039c615f3b65bbcda66be5c0a1171a436fb55e1c0bfac379e2ae1fd0f56ee9b3bf6e3cd835a2f3ac4bfeeb20b86d8f8a4a2a1eb1c0172505ee
|
||||
|
||||
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Asynchronous Python client for getting Corona virus info."
|
||||
HOMEPAGE="https://github.com/nabucasa/coronavirus https://pypi.org/project/coronavirus/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~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
|
||||
}
|
||||
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Asynchronous Python client for getting Corona virus info."
|
||||
HOMEPAGE="https://github.com/nabucasa/coronavirus https://pypi.org/project/coronavirus/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~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
|
||||
}
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user