bump pylaunches-1.0.0

bump pylaunches-1.1.0
This commit is contained in:
Andreas Billmeier 2020-11-05 20:06:14 +01:00 committed by Andreas Billmeier
parent 30d7d95aea
commit 07fbd24174
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 74 additions and 2 deletions

View File

@ -1,6 +1,8 @@
2020-11-05
* bump androidtv-0.0.53
* bump androidtv-0.0.54
* bump pylaunches-1.0.0
* bump pylaunches-1.1.0
2020-11-04 homeassistant-0.117.4
* bump bimmer-connected-0.7.11

View File

@ -1,3 +1,7 @@
DIST pylaunches-0.2.0.tar.gz 2746 BLAKE2B 40da3e7e6cddbe9effbfe49876d9d7f276f59e5a75e58e8c9eea6dcb76a037f8752866dee513fec31dabef70ea78e371ec6d6e82122d2d61840eeed4e0963543 SHA512 ad4bb0e7a23ae73b3bec7196dc165e1e458d2a1fa6fd14513155442015a7f445bbd22e39f0cf8cd3327018b9eb88ff0a8f2162606feed57945957d64859b0e22
DIST pylaunches-1.0.0.tar.gz 4051 BLAKE2B 1ec38ff72a1d6d42ee43e8ec27905c1e3ce5de84ec82f372b663c32f92456c66b4fc670b5e821037fe610db0f269930bcb4997cc4c6c3702c0274b7aa950ccfd SHA512 944b5bf43aa42bf1ce5c1706109568083717ccd507fd8bfb6a3536bfed3a6fae95cb9dad6cfa3a77425ae1f1e6634cc77107103d98a47ad490c37f80481fcd55
DIST pylaunches-1.1.0.tar.gz 4256 BLAKE2B 9950eb577bb347532755ff0e20d71a3aa9797d3f3a89f9d89f8b2144167cb36d95de92a84226100c8fb07106c605764ccbefba5e0191b47589fc5c73e398bd80 SHA512 f5e1d4e4a0d46878bdc8c60ed7b4971454fa60b4938325a5a187b739a0e31acffdd750736f963e9af66106acb2791c935018f5af26c7dc733564d95db2066502
EBUILD pylaunches-0.2.0.ebuild 789 BLAKE2B 4f7bb4edf6ff83e089bb5dc1070632501e6465b56416ec2d45fb807c92b7fa05bfbacc0dc6739bda438000db10777a8cffa6b999cabcde988e305be89ab1db95 SHA512 4911a887ed953322ae9b3addb3459fce602d079f979f7f07d4f62dac6bd0ce571efb020762db9210d2bffcf9a94799512fc4452a73ddb508c3351f9ab91cb3c5
MISC metadata.xml 455 BLAKE2B dcf706b68639921cb72000580bec767c8de22bc63107eba88010fa0ac45cb8ae38046629feb3015ddfe479a7509ee48a45f78121d460d7c0b2f0ce470a7571c8 SHA512 a9ed91029c309b9227071e762b0d1d6606566438fa1fad67071cff6d1970a4ce8df55dbbcab917dd9d22e58e3fc8cbfb20715d3b15eb75b5951ab9dc3502b75e
EBUILD pylaunches-1.0.0.ebuild 806 BLAKE2B 0deece5278a2000f1dcb4ce7918f00bb12e6724bf8325794078475c0c1e03c79e2aa12b23a93a230ccec3422ffe80e40e4d3bff36915d0f4dbb6e860e005f5d6 SHA512 96cfbc3b18404090722497d5d5e59b603c89c12d251d1cb8f4242c6694de0a957c3b327b0d6034d4cabda4263f91a956b25367d66d367b1d056dd18b7d895882
EBUILD pylaunches-1.1.0.ebuild 806 BLAKE2B 0deece5278a2000f1dcb4ce7918f00bb12e6724bf8325794078475c0c1e03c79e2aa12b23a93a230ccec3422ffe80e40e4d3bff36915d0f4dbb6e860e005f5d6 SHA512 96cfbc3b18404090722497d5d5e59b603c89c12d251d1cb8f4242c6694de0a957c3b327b0d6034d4cabda4263f91a956b25367d66d367b1d056dd18b7d895882
MISC metadata.xml 452 BLAKE2B 8eb9e669d886b2c09532b0c65cfc1c67c0c2ae4c00623be179b77adf5d29919e72f4976a6121c3ba86a943c68d34aa1c9e22ebb7fed7720f26ff73162b50b190 SHA512 22ed0a6ebe883a46e92f577a89d6815ce7784c82fd3d9b67ff46cd64e31367fc416ad3c9ae4ed0582e4fa03cb30b2f637a74180e1b8bb8bcd751ff6638ef01e2

View File

@ -8,7 +8,7 @@
<upstream>
<remote-id type="pypi">pylaunches</remote-id>
<maintainer status="unknown">
<email>ludeeus@gmail.com</email>
<email>hi@ludeeus.dev</email>
<name>Joakim Sorensen</name>
</maintainer>
</upstream>

View File

@ -0,0 +1,33 @@
# 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="A python packages to get information form upcoming space launches"
HOMEPAGE="https://github.com/ludeeus/pylaunches https://pypi.org/project/pylaunches/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async_timeout[${PYTHON_USEDEP}]"
BDEPEND="${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,33 @@
# 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="A python packages to get information form upcoming space launches"
HOMEPAGE="https://github.com/ludeeus/pylaunches https://pypi.org/project/pylaunches/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async_timeout[${PYTHON_USEDEP}]"
BDEPEND="${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
}