bump croniter-0.3.3[2,4]

This commit is contained in:
Andreas Billmeier 2020-08-25 19:56:10 +02:00 committed by Andreas Billmeier
parent 5e9db6ba23
commit d6ca55615a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 77 additions and 0 deletions

View File

@ -5,6 +5,7 @@
https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/14
* fix broken python-synology
* check and rework deps for python-miio-0.5.2.1 and python-miio-0.5.3.ebuild
* bump croniter-0.3.3[2,4]
2020-08-24
* bump openevsewifi-1.1.0

View File

@ -0,0 +1,5 @@
DIST croniter-0.3.32.tar.gz 19560 BLAKE2B 890473d9083aaf7a6a41334c391677adba36d9873722b06ef6b0e8ff504841919c03d163e0b166f03c4887a6a76f2f1ba7d13813b7b58bf893da20a8d3264ac7 SHA512 ff5e96f12fa7f52b18a0fd16d823ff6c04a1325e3e5eca39c178476adbef2e51fd26298c5dd6cda61bd3181de4def9743b98f8dfb41eaf8a3810f590fe2207f3
DIST croniter-0.3.34.tar.gz 25508 BLAKE2B 90a933d1609b37f6620b09f19dc7790a98359a3fa62673120c3ed6095abd87d23157a7d6907c5bc67ded9714b3fdd1495bf9b7fe536f049d689af9b79e8ea5dd SHA512 def62c677ceaea4566f00585ae91b1f0ac10e92e088b1f7e8c6f1f6a2820dd18d137b9bda64fcc249addbdf009e2773cdbc1f4ec61d625cc7e8e6077c804bb2a
EBUILD croniter-0.3.32.ebuild 752 BLAKE2B 9ed5cb5f97fc38894dbfd55b289364bc954d75681f18b37f5c3c0bffbc4a7b28d3fd2b1bc29585b8bb3367bd422584085b30e8325e1d5fa25d1a3e153bd99b60 SHA512 85b1904c0b5ff4044879fac27cd1cf238c55062bcd5271f8ea6164c9019330220ecaf2b67a2dfa264a9cd7b83d7b9b30dbca1cbb081dadda351f46f5a91cd56d
EBUILD croniter-0.3.34.ebuild 747 BLAKE2B f283857e50dea172970b4dfb6dd82aae69a1643cd1854a02a95462344808d0e4b57462f74e7574e3cf590e9bf4d92b0cd042981e46a70400a9605b685a2bd50d SHA512 55682ba7788944a154187d0a00963d24d44b5cd48c4d58b701ff59b07c3783863e0e1efc1ef685d8688417ebff8dae4357acebcb202471086dc3310600bfcd3d
MISC metadata.xml 486 BLAKE2B 9d8d6ed25616ad9003ab6dd2abd0f27afb7e846538f501ada9f9bc3d70d21ebbab256aa4e077aacd1987f6f6235dcc2788a0d8112942cadbe83a5d4826ecbfd4 SHA512 d22922a5467d1be2d5037ebb70c3d067c114081de8d1bfc61194f030684cbc353d23ebeb5c9d29322ae5fe5668a5be4ede7da0e1da7f8f1b9357ded11cf9136a

View File

@ -0,0 +1,28 @@
# 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 module to provide iteration for datetime object"
HOMEPAGE="https://github.com/kiorky/croniter https://pypi.org/project/croniter/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
)"
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
python_test() {
py.test -v src/croniter/tests || die "tests failed"
}

View File

@ -0,0 +1,28 @@
# 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 module to provide iteration for datetime object"
HOMEPAGE="https://github.com/kiorky/croniter https://pypi.org/project/croniter/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64 x86 amd64-linux x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
)"
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
python_test() {
py.test -v src/croniter/tests || die "tests failed"
}

View File

@ -0,0 +1,15 @@
<?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">croniter</remote-id>
<maintainer status="unknown">
<email>taichino@gmail.com, kiorky@cryptelium.net</email>
<name>Matsumoto Taichi, kiorky</name>
</maintainer>
</upstream>
</pkgmetadata>