From 053fd2f796eab551fb316975de671f6e97717b5a Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 5 Mar 2024 21:29:18 +0000 Subject: dev-python/dateparser: add 1.2.0, drop 1.1.1 --- dev-python/dateparser/Manifest | 2 +- dev-python/dateparser/dateparser-1.1.1.ebuild | 24 ------------------------ dev-python/dateparser/dateparser-1.2.0.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 24 insertions(+), 25 deletions(-) delete mode 100644 dev-python/dateparser/dateparser-1.1.1.ebuild create mode 100644 dev-python/dateparser/dateparser-1.2.0.ebuild (limited to 'dev-python') diff --git a/dev-python/dateparser/Manifest b/dev-python/dateparser/Manifest index 114131d5..b59b9d56 100644 --- a/dev-python/dateparser/Manifest +++ b/dev-python/dateparser/Manifest @@ -1 +1 @@ -DIST dateparser-1.1.1.tar.gz 484365 BLAKE2B c4044a4b00370439eee452ee90503c0fef7f7462c4a5de028af911ee312fb672dff139303fe1b8231fd737408ebf5bf46e3655dfa9b0819d740374574af70cdf SHA512 184307023306bc91c80c70a7cabb64bab8589b0e45db719c7f65f7edaad910daa76e5f3c46faf5591db15b170c0d72a0f84ea4b2ad5009fd89adba596beacfba +DIST dateparser-1.2.0.tar.gz 507104 BLAKE2B 4bd8246466de29b27187a0694e20e8437f0559c5e15a31d8cae76dcb24794a86f4bb6ce91ead015cb606c6477762949e3ab2fea56685db4db0ef5fb62aace4da SHA512 2d37115f25c2076c4521b77b89ef1cff3cd0a5233c45beb00d78a5c9b1a384dcd993ff7cdd1f77db95a53ce566cf7d709d46ffa2e63eb468ac954fda178a5b6e diff --git a/dev-python/dateparser/dateparser-1.1.1.ebuild b/dev-python/dateparser/dateparser-1.1.1.ebuild deleted file mode 100644 index c5f50182..00000000 --- a/dev-python/dateparser/dateparser-1.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Python parser for human readable dates" -HOMEPAGE="https://github.com/scrapinghub/dateparser" -SRC_URI="https://github.com/scrapinghub/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - dev-python/tzlocal[${PYTHON_USEDEP}]" -BDEPEND="" - -distutils_enable_tests pytest diff --git a/dev-python/dateparser/dateparser-1.2.0.ebuild b/dev-python/dateparser/dateparser-1.2.0.ebuild new file mode 100644 index 00000000..27c22d03 --- /dev/null +++ b/dev-python/dateparser/dateparser-1.2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Python parser for human readable dates" +HOMEPAGE="https://github.com/scrapinghub/dateparser" +SRC_URI="https://github.com/scrapinghub/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/regex[${PYTHON_USEDEP}] + dev-python/tzlocal[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest -- cgit v1.2.3