add holidays-0.9.11
This commit is contained in:
parent
fb7aea54d6
commit
f58d2fc57a
5
dev-python/holidays/Manifest
Normal file
5
dev-python/holidays/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST holidays-0.9.10.tar.gz 73539 BLAKE2B 91aacec34bb1216567211d882aa5672c4bc8705d6bb0bff435a48e7509a885d1139530a21188c6c4d21cf1165f3cfe1a8bf9affeb65d43328e68d7a266fab0d4 SHA512 80a62d2e321709628c3d6a12cd2a89599c34b141a10567f70da98ec96d5a89a207d15ed37896372b47bab0130bf1b6b6e54a51883d1e1be529a7dab9db1ed217
|
||||
DIST holidays-0.9.11.tar.gz 81217 BLAKE2B bc38e8519dd95c8cb59570b1a6c34a561d18bc5076fd669b7cd74d493994839c0732e05576b9a62bf80dfbf7a480dfb2a860062044764adc2ee0449bdd1af33c SHA512 b09a33df5d084eb28c82a3bad04527dbc987904ba640220a6fd3fb88ccba7dc0b2cf09bc835de82b07fb0fcdbbb4b7219599d20009a45510c02ebafe2f56a0b4
|
||||
EBUILD holidays-0.9.10.ebuild 721 BLAKE2B 0a6bdf0ca5935ad5ccd83e18add85a49942f3a8bf263d26f12245d0f3f8675bb1e95e54794924896a0810aa7cac819bcae31b0058c54c1f91f70152e0779d7b2 SHA512 1bed8a8d8c73b13a43af15676860ef92e3d5d16a95de8318b329daae46fbd0cfa5f06325c89e01f5f873d50cbcd94944e238957f13b4954984b9a5ae4dc86f61
|
||||
EBUILD holidays-0.9.11.ebuild 721 BLAKE2B 0a6bdf0ca5935ad5ccd83e18add85a49942f3a8bf263d26f12245d0f3f8675bb1e95e54794924896a0810aa7cac819bcae31b0058c54c1f91f70152e0779d7b2 SHA512 1bed8a8d8c73b13a43af15676860ef92e3d5d16a95de8318b329daae46fbd0cfa5f06325c89e01f5f873d50cbcd94944e238957f13b4954984b9a5ae4dc86f61
|
||||
MISC metadata.xml 463 BLAKE2B ec3598d3a8124cf1a6f37bc4747c70fd262b05bf42f27ef804525724513480ebda1379dbe219d0d03faf039e421f68cf38283c41de88bd619935594b29223a04 SHA512 692ddd820c2fffcadaf4c5f40fdd9946f61ad4b8f153545d61561bd3f570e049cca89cf5ffd5fa9e6546c04f90041d8c4de5af707d0f53b5f0e333d6e3152c70
|
||||
30
dev-python/holidays/holidays-0.9.10.ebuild
Normal file
30
dev-python/holidays/holidays-0.9.10.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
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 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
||||
30
dev-python/holidays/holidays-0.9.11.ebuild
Normal file
30
dev-python/holidays/holidays-0.9.11.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
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 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
||||
16
dev-python/holidays/metadata.xml
Normal file
16
dev-python/holidays/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">holidays</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>maurizio.montel@gmail.com</email>
|
||||
<name>dr-prodigy</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user