Skip to content

Commit

Permalink
dev-python/parsedatetime: bump to 2.6, support Python 3.9 and PyPy3
Browse files Browse the repository at this point in the history
Also:
* Stop removing setup.cfg which doesn't seem to do any harm.
* Update dependencies.

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Louis Sautier <[email protected]>
  • Loading branch information
sbraz committed Sep 17, 2020
1 parent c4341bb commit 15612ca
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/parsedatetime/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST parsedatetime-2.4.tar.gz 63598 BLAKE2B 864e40311b56d28f5b1eed5ea069d40f7bd06b99a365530466ec0d16e99ce61d64d2c0bf78f1653aafa936a4fa91b2145e76f4da288dd3d1ff69ec8ccdc00174 SHA512 0fd8bfa3411476a20d8874b44036bc162735fb7865d39ca98b0a608daec39daac47100314279dbf66229ec333821492744f7505315d955f58216fdaa75cbf046
DIST parsedatetime-2.6.tar.gz 70732 BLAKE2B 099b2d4d434fabf3e3d587923a037608a982eee7986f5843f7a463acc52a736a0661261da557a16cfb310414778ef49b1d2bcde62bbf53807132004b526aa175 SHA512 ed7649feb8773fdb33d609ef0abe4d20f555744bd70e9766aba6b9a79d8415c7e2efea1d7ef5c6b5906f3bc90bff124ef92992ce17d83fe70575da2db918e543
20 changes: 20 additions & 0 deletions dev-python/parsedatetime/parsedatetime-2.6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( pypy3 python3_{6..9} )

inherit distutils-r1

DESCRIPTION="Parse human-readable date/time strings"
HOMEPAGE="https://github.com/bear/parsedatetime"
# Tests aren't detected in PyPI tarballs
# https://github.com/bear/parsedatetime/pull/252
SRC_URI="https://github.com/bear/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"

distutils_enable_tests pytest

0 comments on commit 15612ca

Please sign in to comment.