bump gcal-sync-0.6.3.ebuild

bump gcal-sync-0.7.0.ebuild
This commit is contained in:
2022-04-30 21:55:22 +02:00
committed by Andreas Billmeier
parent 2ca96e5a05
commit 5bf2d407c3
4 changed files with 78 additions and 2 deletions

View File

@@ -506,12 +506,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1707 Ebuilds in total, 1700 of them have in total 1704 (35 different) licenses assigned.
There are 1709 Ebuilds in total, 1702 of them have in total 1706 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1040|
|Apache-2.0|305|
|Apache-2.0|307|
|GPL-3|106|
|BSD|90|
|LGPL-3|28|

View File

@@ -1,4 +1,8 @@
AUX gcal-sync-0.6.2-no_tests.patch 249 BLAKE2B ab47beaa7628c25ca7cdca35e71acb40bf034e944c035a48eab4e07692081df0a5db50e8d63424d0783cf87311eddf485c1b49dd0a6e42d623cc63326bcc9d76 SHA512 df05480ff9d61d80fbaa00e33361b6b3ace619dbb10b18c5f58318add1f3d085748d6f356241fe7e1a3f097ba7b258997396dfb679cf69555753c72d86fe010e
DIST gcal-sync-0.6.2.tar.gz 15016 BLAKE2B 25044ed19b491f8f84c3ea8239e20827293f508ff8d0f1652992ec75d5927536855eb64680596131476eb379a45f2792c26d7c9f8f07b68a09b8da6b15a23378 SHA512 8eb6b1c4acaaca9c2b914e62a1847a603381dd2b78050e036dd615d3c9716f7b36282597ae3ef59a344c0daefb12ff6b24fedbe53f5c143d6e7f9e76b547fdf4
DIST gcal-sync-0.6.3.tar.gz 15191 BLAKE2B 4acf6480ed2f8e60b1db4a482388a4175bd80d88f89f8b13c9c5bd722728767a45f97e43381f34ba9f1b0407125c5ae6b45c439c2fb563db254b509a471a83ba SHA512 352053d3c434b5ed0fd6d4324bedea9a9c282452118bf326ba9fa4d7d1fc471718f63fed874dd44fc2abe86ab9ba9354b12747f13ce368a0225a7ac93839c813
DIST gcal-sync-0.7.0.tar.gz 9936 BLAKE2B 582545eb21952cdffad72aab3a6521a2ce48bb95087d60d1e0220580ccef954769b21673eb4f0c3f9eff90faadd6d9226a635e8649b726f879d8fffde8feabe0 SHA512 cc1771754a12591443663d915f0af43364534fe63f662679a2e85593eb271a31e27170447a1645cd1b57be1f093942474a0467e3f29ec15c7d9a20af5d108000
EBUILD gcal-sync-0.6.2.ebuild 922 BLAKE2B b59bc5144dfd65a4eb540b8e24216b0d5e5cc7dfd30a134453c39aae75bb3bf66ab095903cc58ad06ad556e9ea8d6cbd2c7520b5f9da89a4cab4c7a93a74c682 SHA512 43967af04926b4328cfc5426056d890a324c77e4fef7d21c20c6f6e060fd722080492a2e2db212262ac45a7be0115d3a1c15b384a1f61432806ae2cc26ea4c22
EBUILD gcal-sync-0.6.3.ebuild 922 BLAKE2B b59bc5144dfd65a4eb540b8e24216b0d5e5cc7dfd30a134453c39aae75bb3bf66ab095903cc58ad06ad556e9ea8d6cbd2c7520b5f9da89a4cab4c7a93a74c682 SHA512 43967af04926b4328cfc5426056d890a324c77e4fef7d21c20c6f6e060fd722080492a2e2db212262ac45a7be0115d3a1c15b384a1f61432806ae2cc26ea4c22
EBUILD gcal-sync-0.7.0.ebuild 922 BLAKE2B b59bc5144dfd65a4eb540b8e24216b0d5e5cc7dfd30a134453c39aae75bb3bf66ab095903cc58ad06ad556e9ea8d6cbd2c7520b5f9da89a4cab4c7a93a74c682 SHA512 43967af04926b4328cfc5426056d890a324c77e4fef7d21c20c6f6e060fd722080492a2e2db212262ac45a7be0115d3a1c15b384a1f61432806ae2cc26ea4c22
MISC metadata.xml 456 BLAKE2B 97548d03bdc6f85564c422b931e9aa866b294452099d7bf28033c1f585ffb4b2f07dacd2dd6a988a43b0f4420fd788c512a356115b57610f32ee08bcef18b5fb SHA512 70b0aaee2afd83ebc03237fcf868d3f80e2da6b828dda8ecdb2288dad8bce3b97d58d048dfcef6fe62a56bba2f959e5ce2985fb89d4b9cc7419e122aaeee9f4f

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
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}]"
BDEPEND="
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
}
PATCHES=( ${FILESDIR}/gcal-sync-0.6.2-no_tests.patch )

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
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}]"
BDEPEND="
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
}
PATCHES=( ${FILESDIR}/gcal-sync-0.6.2-no_tests.patch )