From 9181dfff2e7ed37d5d99826162a8dd7ce1f727bd Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 18 Dec 2020 16:44:57 +0100 Subject: [PATCH] dev-python/convertdate: version bump 2.3.0 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- dev-python/convertdate/Manifest | 3 +-- .../convertdate/convertdate-2.2.2.ebuild | 23 ------------------- ...-2.2.1.ebuild => convertdate-2.3.0.ebuild} | 1 + 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 dev-python/convertdate/convertdate-2.2.2.ebuild rename dev-python/convertdate/{convertdate-2.2.1.ebuild => convertdate-2.3.0.ebuild} (90%) diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest index 8620f5a525..c6fd58c2d4 100644 --- a/dev-python/convertdate/Manifest +++ b/dev-python/convertdate/Manifest @@ -1,2 +1 @@ -DIST convertdate-2.2.1.tar.gz 40467 BLAKE2B b4f29a777b162e1e655c69bfbbe7806aedfeec4694811fd9d9026708bb250b0ebb15b3f85c8fb1df563c4a5133a1088fa94a63bf506921fa725a3ab3a61cec87 SHA512 69ae13b86834c1ea559209dc7f9c85cabf2881a6b40f9aa605d0f98c4f4328b05fca0bb8f2f516a42634bce49395d3a69a6f98b5de557bd95dc8e86e3f06f6fc -DIST convertdate-2.2.2.tar.gz 40825 BLAKE2B 180706f4730be1d5109c0da0a984b93f349ef8afc5e4cac6faaeb4fdb407e296ec6712cbaf7dfc621df63f3ad3db9ae1e2b11a38069d11485111b85cded40aff SHA512 9b0f75bc0b0e2066bee7f9a47cf0653e730f04c8b7357f3ca905f06cfbf8137a4332322758ff9af1b36ca010ab15dc0c718ae4471d5b55b9f925bf47eb3cb930 +DIST convertdate-2.3.0.tar.gz 48993 BLAKE2B d0bbb68eeb71090fc9e0d524a1ec40789d101e29b85c8d3ecc14acefa00ff749f08e74980f36a486b19c08d949a517f00dcb4abc4a8aa29d105b8873e19c470c SHA512 ec3df742f16cdaca49f519d25b6a9647e654b7dd5c3e2ef43f4ae6466dff520db5ab67f58caf066a719e6c8c16b09ed4bf7c27d256259deb7e50f19ea14603f2 diff --git a/dev-python/convertdate/convertdate-2.2.2.ebuild b/dev-python/convertdate/convertdate-2.2.2.ebuild deleted file mode 100644 index a4f7499f16..0000000000 --- a/dev-python/convertdate/convertdate-2.2.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Utils for converting between date formats and calculating holidays" -HOMEPAGE="https://github.com/fitnr/convertdate" -SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/pymeeus[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/convertdate/convertdate-2.2.1.ebuild b/dev-python/convertdate/convertdate-2.3.0.ebuild similarity index 90% rename from dev-python/convertdate/convertdate-2.2.1.ebuild rename to dev-python/convertdate/convertdate-2.3.0.ebuild index a4f7499f16..b25d4c0014 100644 --- a/dev-python/convertdate/convertdate-2.2.1.ebuild +++ b/dev-python/convertdate/convertdate-2.3.0.ebuild @@ -21,3 +21,4 @@ RDEPEND=" " distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme