bump holidays-0.13
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
DIST holidays-0.11.3.1.tar.gz 104875 BLAKE2B 8e233302ce88ea1ffa45324b15f14ddc3dc60e4b0f23bb2410ba59b88e6529357273f73fb81d3df6759adc8997274aca43012120fd808c445722fd9b267af63d SHA512 61440fe329bd31b89c4e67d1b3b2c6e59ecadedc81ab212433f031507079bcffd7de6436fb221ef3735e3662ac5d4cc239338976f4521f625706b39018bf5d33
|
||||
DIST holidays-0.12.tar.gz 112019 BLAKE2B b956322a94e802e48c45fe3a670992246b0fb36097db4dc2850a58506c11a6983b6941bf3d1339446539abf063ad484e7c75d147d0b87566a60e287d448a1914 SHA512 a58adcbad5522e34466f39e088843ba6cc4d2c53cd7f6b2944df68829c39742c1aeac675bef5a897e03475d16efdd96376017af2d77d31ebbe8af65fbef1ba42
|
||||
DIST holidays-0.13.tar.gz 113687 BLAKE2B a0b2cdc0cd5b1cba0c313753681ec582350aef185873243d759011e3e80f117b95b5a0a280f21baf324cc5d34ab0ea9d1167cc88dd1f7991855e3047f63bba9e SHA512 e4a1b9b07f9aa4b53bc9aa5a963e5f947bd23adc5caf7656740531f02f77565ec72867972d238f88dafbe90bf1dc3822441bd123cff510a81a52e31e7a32ae82
|
||||
EBUILD holidays-0.11.3.1.ebuild 927 BLAKE2B a5cbce4d12a1b421adc8fca200234bfa3ddb692bd4d6c14e3075a5fd70bcbaf55ad3dffee6466ae0f29099f0c3a4e6135c00e37b96732fcc5686aac9f7be94e3 SHA512 a608b6b4b82910d1969896d7afbbd2e35d98326ee90bb1fb5064639a639c0c04b57e03899fd033e5b25d0935da61e3a508a605453343e06283d64d719ea74a7a
|
||||
EBUILD holidays-0.12.ebuild 891 BLAKE2B f5a20903966f9ed4a83da2f946f4c99ce16f0dbf33f08ca2d4b3c1c8f34364fcb437e687add99d60f7dd7e815cdda6ab34ec232bd9da2956e59ac45812cad443 SHA512 b341beedf53b0a18e9f37b615d3a7d3092879b3d6c585341eaa95d29bba6876b7c08a90eb2c95785c680779409e9a59b8d76bf4a5eb94ecee9ed5b7cda3fe3f9
|
||||
EBUILD holidays-0.13.ebuild 891 BLAKE2B f5a20903966f9ed4a83da2f946f4c99ce16f0dbf33f08ca2d4b3c1c8f34364fcb437e687add99d60f7dd7e815cdda6ab34ec232bd9da2956e59ac45812cad443 SHA512 b341beedf53b0a18e9f37b615d3a7d3092879b3d6c585341eaa95d29bba6876b7c08a90eb2c95785c680779409e9a59b8d76bf4a5eb94ecee9ed5b7cda3fe3f9
|
||||
MISC metadata.xml 474 BLAKE2B 846f8808cec8d2e3f848a8ec10d34347e30f038b38306b7407deef4b6bf4f9555f7814e849b455b196e484323c44802a046457b0cecc2a83a7c4c2c931f5d7c8 SHA512 224dceefdac514a4529ec84287a810eee2c9b7b1ebd0e3ad04f686ec21469797a256c5cd5be900517c03376a1f87f767d2d1497815412ea40ccaa4da03da0c5d
|
||||
|
||||
35
dev-python/holidays/holidays-0.13.ebuild
Normal file
35
dev-python/holidays/holidays-0.13.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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="Generate and work with holidays in Python"
|
||||
HOMEPAGE="https://github.com/dr-prodigy/python-holidays https://pypi.org/project/holidays/"
|
||||
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"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
>=dev-python/convertdate-2.3.0[${PYTHON_USEDEP}]
|
||||
dev-python/korean-lunar-calendar[${PYTHON_USEDEP}]
|
||||
dev-python/hijri-converter[${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
|
||||
}
|
||||
Reference in New Issue
Block a user