Skip to content

Commit

Permalink
dev-python/parver: bump version to 0.2.1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Oz N Tiram <oz.tiram@gmail.com>
  • Loading branch information
oz123 committed Jul 31, 2019
1 parent 31c7f7c commit 3751ae5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/parver/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST parver-0.1.1.tar.gz 23398 BLAKE2B 2e15ac0c5739ac4d5360cd905d87d0ba1e3831fa975b42c73503f1fdc0952d4a73f36a9eb07cf95a12969637cbfaa902ed46c9a66a85110c17b8ff36c39c87f1 SHA512 d79a4981f3ad77180c5a9c5972410714a1be075308c933bde6af499c25aaa2f82034afb27c0b4c4d7ca269d645285a953a91ea6f945fcac663250ed06ae3accb
DIST parver-0.2.1.tar.gz 26316 BLAKE2B f604edecfb77a85cb80c5caff082a2a18c09e6fd4146d971d19dcb7625bb4e6cb8e556dcd7d8880a45dc8b9f12d7bc1a6e0efe41b40db0c85b0b28dbc6b0595d SHA512 af7dbe96bc4a0ccca05999ad45b0282dfbb947a8bcaa45f961a979128a2b897ac9437d7504f0828890a5007ea74e10ed25ed264b831a5767ac992aabbe044e5f
34 changes: 34 additions & 0 deletions dev-python/parver/parver-0.2.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1

DESCRIPTION="Parse and manipulate version numbers"
HOMEPAGE="https://github.com/RazerM/parver https://pypi.org/project/parver/"
SRC_URI="https://github.com/RazerM/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
dev-python/arpeggio[${PYTHON_USEDEP}]
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"

DEPEND="
test? (
${RDEPEND}
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pretend[${PYTHON_USEDEP}]
)"

python_test() {
pytest -vv || die "Testing failed"
}

0 comments on commit 3751ae5

Please sign in to comment.