convertdate-2.3.0 fix RequiredUseDefaults

This commit is contained in:
Andreas Billmeier 2022-03-18 20:47:55 +01:00 committed by Andreas Billmeier
parent 6db121dbb6
commit dd4f090a57
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 5 additions and 77 deletions

View File

@ -496,11 +496,11 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 1805 Ebuilds in total, 1797 of them have in total 1806 (33 different) licenses assigned.
There are 1803 Ebuilds in total, 1795 of them have in total 1804 (33 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1084|
|MIT|1082|
|Apache-2.0|337|
|BSD|107|
|GPL-3|107|

View File

@ -1,7 +1,3 @@
DIST convertdate-2.1.3.tar.gz 28903 BLAKE2B 017b6dbcf742bc47172dc5a002d47209007cb2bafc5b42f6e3f06edf400459691add55d10b79cdbea98c710c03586ffaeb1974c76ad82b296dd12db5165691df SHA512 0bac4d4b09d3de6f15e03516340fcb422511066ff04b7183fc6063cae6f3f0f1f210a99c8856ffca1fba82615d92fecf98bab22df86ddf792df0d12633e44ef8
DIST convertdate-2.2.1.tar.gz 31898 BLAKE2B a65b403bcf2793d6c7e83d2f867686d09274242527b0c8d8e81a0b9b4e7b1da482254dce3bdc67944459c803c27d7178e667a4bf619cbb0b75e583d891df9615 SHA512 bf6e5db3d860fb5118b19a1f6a6380eff9b05cbf0a754ed8bb9a360b0cd09547ca03df6e6dd834397d2c02c8a2de969402c5052e31093b65315427c8428d148b
DIST convertdate-2.3.0.tar.gz 37643 BLAKE2B fa457e4161d11f30743c0c43d1622086f201f386af3080b23840d5c3f087153c3d9aaed8cd9829a8f21375d283d34aef9bcdce864e1d845b69a51be19df6c62e SHA512 199fda678cd7ae992c001ca5a6457bfc5c0dc47d87bd2e6bd88c0ec111ccf98f3c8df7df778e6049f96bec6068b43a3630ea8e04b43573eef50af28e15b9ab79
EBUILD convertdate-2.1.3.ebuild 840 BLAKE2B 333437d99fb33da12372294c377bc9f1bf00ccca42340b0aa6b881e1c2dd5704d86d0cbdc842e159dcec026dd1e5de6b9603eeefed442cdb8ffdc98d0de1237e SHA512 1e7282314c09a635693a826d815100e5876f3b59aa99d6b743087f98cf55475ac347a98c358948e7c9f232bbfb76e5a58951870282521d1e20e0e04b99cad85f
EBUILD convertdate-2.2.1-r1.ebuild 847 BLAKE2B 4f3ba08d81f54c1dcc4a789f7226e1368487368e0f13f53612459bb62d6041671afd55df4d05040145a9ecf05389053bb77b02defa62dc75c30d1b732272cd77 SHA512 026f181fa7cf445b1ee86bc9c4095503e0820bc7f4f37841833fa42008a6a0acf8e8f3c5cd8130f6284af10156cf2853d7b2cd9d3793401043d7e0a796f4392f
EBUILD convertdate-2.3.0.ebuild 807 BLAKE2B bfeb01f055818eccb55397ec23020456b6bfac3a67792c09598aa0ea0cb5d77e650c463c34493dbc706722a956089d606d7adc7c0d163560eccdef62d3b87ee7 SHA512 569db9cc1d916dada504af283d3d3e52f5e1b5f67c58011a884cc2822933a3409c5aa5ebcc6dc99428cc4ab9ce00d17a05c0dc8f0d485f7aa3539b6ee785c7ae
EBUILD convertdate-2.3.0.ebuild 805 BLAKE2B 3c1d66b33eb5d9d8edcf23f0f4e6fe7b9ff638216d23355bca6f5a7837165422d653678488efab0c91caafd0666126c07440d7558668fde2e0753edb844f8fd1 SHA512 fbeda81b72c18dbe2f241ac9de7e9c91fec0146f9127abfb5fe66e7259a47417f7e6231c5b71cd04c9b582fa85101faf38755f776b81c38cd929f08c9c2cebd6
MISC metadata.xml 464 BLAKE2B ecf5aa6985949d66d88c4d8c7260f3c114b5b8bd22607b82660a7943a797626b7ca4edf63670507eefa64aa3ad1edf6274d68f8861214f63bf4cdeddc5a4199a SHA512 54303bee3b147a81a955681f14c17e599b3ea6c9df2916fbcab67346b79ec4959c046f1238165f4fdad4f92fa7f0c2530154427975513afec9e0bac9723cd51d

View File

@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Converts between Gregorian dates and other calendar systems."
HOMEPAGE="https://github.com/fitnr/convertdate https://pypi.org/project/convertdate/"
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 )"
RDEPEND=">=dev-python/ephem-3.7.5.3
<dev-python/ephem-3.8
>=dev-python/pytz-2014.10
<dev-python/pytz-2020"
DEPEND="${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

@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Converts between Gregorian dates and other calendar systems."
HOMEPAGE="https://github.com/fitnr/convertdate https://pypi.org/project/convertdate/"
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 )"
RDEPEND=">=dev-python/ephem-3.7.5.3
<dev-python/ephem-3.8
>=dev-python/pytz-2014.10
>=dev-python/PyMeeus-0.3.6.1"
DEPEND="${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

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )