dev-python/gcal-sync: drop 2.2.3, 4.1.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 12:45:23 +02:00 committed by Andreas Billmeier
parent b57adf2a88
commit b5bf5ab0ac
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 72 deletions

View File

@ -1,7 +1,3 @@
DIST gcal-sync-2.2.3.tar.gz 20643 BLAKE2B b5199a892464b560f91132e14b92a8fdefb716e925186fee42f9a6089f09ca4a5087175a3c7f2f0826eb322dad1b5a04cd389356ca2a7dea956c6b801cd355f3 SHA512 6b1be641e6c8056ac0f0bd8698f4278a756c72adcd28a5d85bcad19597ff3013155f158c8ca3a6e7bcb982fc1fe77c81d9a8fee0b0544375c75bc4d89c611234
DIST gcal-sync-4.1.2.tar.gz 24624 BLAKE2B c002ba3f94f11dd1ba5aaffaeda145cc585d7d7e5d4fbd7a1c7eadbc1286e6ac7ceb388bc9a67bd1c0a88c95d1b3bbd7808dec40a88ee0fbe4cadc69a6e7b083 SHA512 28fb32c9ca1fb03524999b55b11d4a916d7225df654fb01a5d621c0bf96d09370d5c17f76db1725e6ad9582cc70bde06c92b638458d200f1175bdcf1b2d188d2
DIST gcal-sync-4.1.4.tar.gz 38241 BLAKE2B 9998caffd9d7219b638dcd2b5a0c73333a87667a3bb9a7adcec696be7386f605b355c13ae122ac9913d1d92961fae881ea7eb388416b6a167771f2ae20a35dd0 SHA512 fa46d8df8ebf4a3a6896fc4878afcc5e449eb6300a200469866769859b2e8d1409c6ad43f6c6fc4734c6d89caef22ba1976ba2b00a6e8ddabd319c5d9b79e6ff
EBUILD gcal-sync-2.2.3.ebuild 815 BLAKE2B 55855c7443ab0fa27ef2be6c04e742947063422416fd855a6e474e00efedd06b6af23d03b0c795829d635eccd4d30596c5dd7eafe671ed78632be9fae16c67a0 SHA512 92d11a37415404ccab29bec999c0a83d07bbf8ef5f0ea5fb5c9d7af459e3c1981d31f8b43aef64f39268ea401eddf2c0004d1cfc9054f2ea9f8fb473356ebf20
EBUILD gcal-sync-4.1.2.ebuild 789 BLAKE2B a1fdc3544fb053a69ffcb0ee3ac50ed343759ae059f76c07dd1b12c83c0aa23410c104e7aabd972d7981a4d9db7eb0ded34bc43d975f4bd4216421725f2d4617 SHA512 8db2388d43ff2ec6747c58569949e3de3546cf01379fbd1196c9d0a1f251a336da3d2716d9344efd5351c613f3e441b41b91ec71be24e7c3352d7643aee0d5e7
EBUILD gcal-sync-4.1.4.ebuild 789 BLAKE2B a1fdc3544fb053a69ffcb0ee3ac50ed343759ae059f76c07dd1b12c83c0aa23410c104e7aabd972d7981a4d9db7eb0ded34bc43d975f4bd4216421725f2d4617 SHA512 8db2388d43ff2ec6747c58569949e3de3546cf01379fbd1196c9d0a1f251a336da3d2716d9344efd5351c613f3e441b41b91ec71be24e7c3352d7643aee0d5e7
MISC metadata.xml 519 BLAKE2B 89610f6ba047f31551b3d542cac7fffc824f9a8549256da9494d2936d106132e7b621101aa932b667977c89db1761b4dd01a2b083805b39ad9501b635afcd81c SHA512 b1c0d405bf0eb0fb06e2d4c740c636afe477084d5665df2ce8c92f0050ae2799b3e940ff5101653e6f2447724ff363e76d811041e9a2e6575a7625954f26fb15

View File

@ -1,34 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A python library for syncing Google Calendar to local storage for use in Home Assistant"
HOMEPAGE="https://github.com/allenporter/gcal_sync https://pypi.org/project/gcal-sync/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]
>=dev-python/ical-4.1.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,34 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A python library for syncing Google Calendar to local storage"
HOMEPAGE="https://github.com/allenporter/gcal_sync https://pypi.org/project/gcal-sync/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]
>=dev-python/ical-4.2.5[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest