dev-python/pydexcom: rework, remove olds

This commit is contained in:
2022-10-15 10:01:55 +02:00
committed by Andreas Billmeier
parent 0e76826719
commit 561cf3731b
5 changed files with 7 additions and 75 deletions

View File

@@ -538,11 +538,11 @@ 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 1815 Ebuilds in total, 1808 of them have in total 1820 (35 different) licenses assigned.
There are 1813 Ebuilds in total, 1806 of them have in total 1818 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1088|
|MIT|1086|
|Apache-2.0|344|
|GPL-3|113|
|BSD|101|

View File

@@ -1,7 +1,3 @@
DIST pydexcom-0.2.0.tar.gz 6845 BLAKE2B acc0fdfe7497b055d3e22f531ce71c639f2cbc8d3326affec6c373a4d656c6d1e29cc243ad0264da50bd652d56a53235508633ebaea65a2ee24239fa6a91b83a SHA512 d909f0e47034e318e36a7d12b19167832c87e4a88dc27f2fe3cccfea62ef61280a7323f63371385003ea551f18576cbeb861c8571e2a04f1eda359fb33e6930b
DIST pydexcom-0.2.2.tar.gz 7232 BLAKE2B bc9f6cd0a667b05d2c4e8fa98762c5bcc01b46f11130015a73d853d5c194df10169e4089eab3eb9241bea33594e9dd31a96e8d102670030bab73b6a63701f961 SHA512 e962df753b60d9290083039a6a035ef17c3386a0a2c91dcb87f3d061a18617d2fa8369bf40cb36786e825f0ce000f42e2a14e54651ae093c0f971de302f8abcb
DIST pydexcom-0.2.3.tar.gz 7178 BLAKE2B 8b061c5c04ca069eaed4c8e3ba732e5bd352824bdc9954d22d92460cdcebbed12866427ef1bcdec32d63f70e8979c1ef66935dd929428ab34f32eb58eeaa98a8 SHA512 77305fdda98103c63874b19147cb647c8c6a604088d89f34dc66a06e4a3a42c77c9ad74f5bb999461ecc190d3e2fc74326bd17cc69ead371677b2ade31b5cc38
EBUILD pydexcom-0.2.0.ebuild 768 BLAKE2B 6fb20a1dcf6f5f55c9ba29852cf01d62504362eea9ee1534a17a841cc63e5a7ead52dd3505a4a0b9ab5486ca9345d1e2a2cca92acc9460ec7ca67148da7f1a42 SHA512 6d0e0eeefff121d5601ee69e1c1c919a047ea389214d1346c613f18a6ac34615cac6b088896dcd5f6e18329fe3d47ee1fba5320fd04957dd8064af07953a0d34
EBUILD pydexcom-0.2.2.ebuild 766 BLAKE2B 34118f6c4ca03e0cf27c29150aa571f15d1319fd5f59fb939fe38230bf3a85da37e9b755e6a9a756f8aaba1fb552821b524f14684df0af0a6cbb8823752fa59d SHA512 dabb0e759062ea10b54372d172461762e7044101cf58fc7c9d8277070d558bc5842197787caa538d9b2f032179f3cd15cc43d9eacbefab430a2121aa8a46ca80
EBUILD pydexcom-0.2.3.ebuild 762 BLAKE2B b826b0e57794c13362ce604a7cdc2c620cd6bfd8572e9f4a75f8670e9199a1565ac83bfac8ce22951b3f7d66db997350766aa948c54a2e0900ed90ac84f34bae SHA512 7ae072f6c843686996849c5009a121ce1828bfc9c258428a7d54e8d7fdb2e6e9070c5bdde6ef0718350fc9d59985e3e0bbacd9ae5080a46bbd300a4aa54440b7
EBUILD pydexcom-0.2.3.ebuild 769 BLAKE2B e8f97bc61be60bb0da843d0c5e4611c030da5b1c93e9facbbbe11395ffdfd1a19468f3ee40c41f3f6528429fc89f3a0bfce800f7fbcb9eed8c84c433df2642af SHA512 e83cdfe944a2eef5fa7e1820142f000fd1dba31827d6cc04a6819e1be7ed7066b7ae276638b8ea48e7f7a0a63ddaa06b514ec5a6cdaffb96b8361cb1277f5db5
MISC metadata.xml 451 BLAKE2B e7c085652235b67b06ed4e0ed18885a586eadc9a423798485e36d3d26a3cc99d021ee6c44331d34bd1203fbdb9350f8568f35918df4360cd25755ef4c0b681f9 SHA512 83ddc52d85451825429570cc025dd78e209866cb3b11764f51745bec80f758ad816b722ff3f49eab70b93037df44cc2d9f07e748b2c9557d44613b6e64e7d9ac

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python API to interact with Dexcom Share API"
HOMEPAGE="https://github.com/gagebenne/pydexcom https://pypi.org/project/pydexcom/"
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"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/requests-2.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
}

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python API to interact with Dexcom Share API"
HOMEPAGE="https://github.com/gagebenne/pydexcom https://pypi.org/project/pydexcom/"
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"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/requests-2.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
}

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -31,3 +31,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest