dev-python/hdate: rework, remove olds
This commit is contained in:
parent
f867d1ccd1
commit
c53c741d70
@ -538,7 +538,7 @@ 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 1777 Ebuilds in total, 1770 of them have in total 1782 (35 different) licenses assigned.
|
||||
There are 1775 Ebuilds in total, 1768 of them have in total 1780 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@ -548,9 +548,9 @@ There are 1777 Ebuilds in total, 1770 of them have in total 1782 (35 different)
|
||||
|BSD|101|
|
||||
|LGPL-3|26|
|
||||
|GPL-2|23|
|
||||
|GPL-3+|16|
|
||||
|LGPL-3+|16|
|
||||
|all-rights-reserved|15|
|
||||
|GPL-3+|14|
|
||||
|BSD-2|13|
|
||||
|Unlicense|7|
|
||||
|LGPL-2.1|6|
|
||||
|
@ -1,7 +1,3 @@
|
||||
DIST hdate-0.10.2.tar.gz 32180 BLAKE2B c4018fc9d5e90344cb9be9a76ae6674491a34cd4ed76713c629fb2ee595bebfaa923c47a00e9e5f43dbcdb16925576acf3d3018efdb756828478c6c27a4f4591 SHA512 49f3cc0917864393a4882e1e733b8519e449fbab48d85a85664c606beaffad45208fc93ea35ad9e605b6e033ef278ddf330dd44904e195b8f2b104166eee1fa7
|
||||
DIST hdate-0.10.4.tar.gz 32349 BLAKE2B 2e580509131f5b2164c672180b92d4d46194e99157a51f5b3967eb73440ce8275f70e2814181c93c6a91bf48450ab740b59c775e194c971a4f26ae49a85480a9 SHA512 6667403e8c9f338a700031a9d8acfab2d216241ab34b9881cbf6daf71080881e023ac473e843b7a8b23c24fc5df1ee46ada30c2b43e6d52ce6fb198780ed7edd
|
||||
DIST hdate-0.9.12.tar.gz 49743 BLAKE2B c6cfb9c60d03581f0b9f2d70019b7a4e8fd93c44e4ba4341ec0dddf767ecbc9d32153fbc7ad3cfbd71b36d0b90bc71a21f574a8f46f362006c00369346fa622d SHA512 6bb52e80c9372cf297dc505df89bafaf36873e16c734487423788f6f81baeac033291439c8f34ada0084eff701b84a1e4f5a20db216687a6f003a70ce7deb2c7
|
||||
EBUILD hdate-0.10.2.ebuild 742 BLAKE2B 6622290b218b3932536b3cb3d446002032e54651618770b639227002ec4ddd90995cebc8388256561d0dd547c80f5223ac7112e0fa0b0c8d0777b3b58fa601d7 SHA512 f49f0a416876da40e812e0bfad5865387122fc27ef4d4cd22961fa110a9f43f4b27fdbb83be894c8b8e5705a9334995893098619c044b1475e3323bab6071b3e
|
||||
EBUILD hdate-0.10.4.ebuild 805 BLAKE2B 191c3319ef90ef4ed8e6ecc692a6b71449bf89de8e7fd235aa2e30bda958fcace759cda9d9f2841639f095914b26a95c9a109218eac4bbb098ee99211594626a SHA512 8aebb1d86258c1ae196954c8b5e96d097721e1d5e51d199f46e214089750c0aa49112546a81ab5c589c88e9ed61397642ae8d04d6846fff3d9b3652aa09a0e18
|
||||
EBUILD hdate-0.9.12.ebuild 742 BLAKE2B 6622290b218b3932536b3cb3d446002032e54651618770b639227002ec4ddd90995cebc8388256561d0dd547c80f5223ac7112e0fa0b0c8d0777b3b58fa601d7 SHA512 f49f0a416876da40e812e0bfad5865387122fc27ef4d4cd22961fa110a9f43f4b27fdbb83be894c8b8e5705a9334995893098619c044b1475e3323bab6071b3e
|
||||
EBUILD hdate-0.10.4.ebuild 810 BLAKE2B 20b0d2a41d1eb93e2ec14d8c63f6f6d2b1b87cddaeeed49b44b88ecc67ca2fafad9282ef05f77a28d54fdf97a8bd9bec1b18586175a07015242c9f0e4f10b380 SHA512 abb2b35d6f86624ec35b7abeccd1a5e944a338816c7ac3c37234daa33f452799318b16aaaa89414490443e6c196600096aacdca2b2df6bdeebbc54e21b7425a5
|
||||
MISC metadata.xml 448 BLAKE2B 9930f1f42530ab5e3479bdfa0cd77ecff3ad253641ea981c7825adeda098e176d8816bc300a77d99a6ca0be272d8021b028076c2d283562362f65064975f29a2 SHA512 dfd8c065ff5343d2eba5790b9adcdaa28f9eefafb7df0da76e8eb76b965347b5b8b368f62866d48698666227ebeff7e402192043c6c6325b04104615863e22f0
|
||||
|
@ -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="Hebrew date and Zmanim"
|
||||
HOMEPAGE="https://github.com/py-libhdate/py-libhdate https://pypi.org/project/hdate/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/pytz[${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
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
# 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} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@ -32,3 +32,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
@ -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="Hebrew date and Zmanim"
|
||||
HOMEPAGE="https://github.com/py-libhdate/py-libhdate https://pypi.org/project/hdate/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/pytz[${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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user