Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pipenv/
Date: Sat, 09 Dec 2017 15:04:43
Message-Id: 1512831878.f3cf30b88846c694d4eb8dace63c8826a1e8e299.jlec@gentoo
1 commit: f3cf30b88846c694d4eb8dace63c8826a1e8e299
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 15:03:14 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 15:04:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3cf30b8
7
8 dev-python/pipenv: Version Bump
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 dev-python/pipenv/Manifest | 1 +
14 dev-python/pipenv/pipenv-8.3.2.ebuild | 2 +-
15 dev-python/pipenv/{pipenv-8.3.2.ebuild => pipenv-9.0.0.ebuild} | 4 ++--
16 3 files changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/pipenv/Manifest b/dev-python/pipenv/Manifest
19 index 632a9e12b30..0694cd2de88 100644
20 --- a/dev-python/pipenv/Manifest
21 +++ b/dev-python/pipenv/Manifest
22 @@ -1 +1,2 @@
23 DIST pipenv-8.3.2.tar.gz 3843733 BLAKE2B 81e154b65a0024eb2587c70adc37e5419c112f737c58f4ae53fa1249092a52a6ee762784e4691a3a847026a955a9bbd2df4ccf949694da74db18915609c667c9 SHA512 bd2d1cf4a7a171fe94147064baf5dc73b7a7cce81d13078f214d4cc586541f241a8d174b99ed2009fca5607c46c42dd9839aa172848af63f708d922ca88c3138
24 +DIST pipenv-9.0.0.tar.gz 3859618 BLAKE2B 138e53b1ef08d036f4ded6b4ca9da1a88084ad3d987aea1c6783181de414f7b24a54d46b26c2171f0918a1b1c22e2dac983fafad8a80f4aa95f93979bebfe2df SHA512 ea2d5ada73288a5d20473d769e20d6d195f65c3d3aebe2e52a43e1641af916295a18810bdb74a611751e773bfdfbc0ea7190d61358dce66d4aa33fa4a6f6131f
25
26 diff --git a/dev-python/pipenv/pipenv-8.3.2.ebuild b/dev-python/pipenv/pipenv-8.3.2.ebuild
27 index ad3b06ecf50..fefc7f5e904 100644
28 --- a/dev-python/pipenv/pipenv-8.3.2.ebuild
29 +++ b/dev-python/pipenv/pipenv-8.3.2.ebuild
30 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
31
32 inherit distutils-r1
33
34 -DESCRIPTION="Python Development Workflow for Humans."
35 +DESCRIPTION="Python Development Workflow for Humans"
36 HOMEPAGE="https://github.com/kennethreitz/pipenv https://pypi.python.org/pypi/pipenv"
37 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
38
39
40 diff --git a/dev-python/pipenv/pipenv-8.3.2.ebuild b/dev-python/pipenv/pipenv-9.0.0.ebuild
41 similarity index 84%
42 copy from dev-python/pipenv/pipenv-8.3.2.ebuild
43 copy to dev-python/pipenv/pipenv-9.0.0.ebuild
44 index ad3b06ecf50..8e681d97e15 100644
45 --- a/dev-python/pipenv/pipenv-8.3.2.ebuild
46 +++ b/dev-python/pipenv/pipenv-9.0.0.ebuild
47 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
48
49 inherit distutils-r1
50
51 -DESCRIPTION="Python Development Workflow for Humans."
52 -HOMEPAGE="https://github.com/kennethreitz/pipenv https://pypi.python.org/pypi/pipenv"
53 +DESCRIPTION="Python Development Workflow for Humans"
54 +HOMEPAGE="https://github.com/pypa/pipenv https://pypi.python.org/pypi/pipenv"
55 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
56
57 LICENSE="MIT"