Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-durationfield/
Date: Tue, 06 Jun 2017 06:26:00
Message-Id: 1496730225.df8a3964a6d724905a1c548e35efb5ce7b5cf6b7.slis@gentoo
1 commit: df8a3964a6d724905a1c548e35efb5ce7b5cf6b7
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 06:58:22 2017 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 6 06:23:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8a3964
7
8 dev-python/django-durationfield: version bump to 0.5.4
9
10 Also updated to use PYTHON_USEDEP
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-python/django-durationfield/Manifest | 1 +
15 dev-python/django-durationfield/django-durationfield-0.5.2.ebuild | 8 ++++----
16 ...rationfield-0.5.2.ebuild => django-durationfield-0.5.4.ebuild} | 8 ++++----
17 3 files changed, 9 insertions(+), 8 deletions(-)
18
19 diff --git a/dev-python/django-durationfield/Manifest b/dev-python/django-durationfield/Manifest
20 index ceaefdd8727..133f118c1ef 100644
21 --- a/dev-python/django-durationfield/Manifest
22 +++ b/dev-python/django-durationfield/Manifest
23 @@ -1 +1,2 @@
24 DIST django-durationfield-0.5.2.tar.gz 4324 SHA256 7fb097b4418c67284c99790e6927191e0fb5c014356d3e3d2b26e8919e37cdcf SHA512 de0ea6b9b86cf29d4a5813a80cf7a02f66d0774b58266799e83f8e734a1cf071352ae57d8f8ded8fb16f9a74dd284a4c146d98f75a78bf0463bf767e4156b3ad WHIRLPOOL 6607fb2a1169c963dcb798ce1d27cdf599f2c71bb6b6e8d55c549d502066c500c65b9bf497d8059158f4fef455705523b7270419d2cdbaa2de823c372af8492d
25 +DIST django-durationfield-0.5.4.tar.gz 4728 SHA256 29e3df5e28d2422b3ac5e5fd3129dc3285dba729df176c464e6ee73a0710a45a SHA512 84885ab7bb07ed3c5a64094a2beb7d4adcf8b0f9f2933ad2c1d4654789bd71aa7d2efd5c84931f22f81a51e8aaeb3ed9415a12c69dfd7354c2317ea912fdc610 WHIRLPOOL 7efb893bb62ed44e28022d691ed17cde1f779335d8923df851c1cc299df3cbce66d494911422ec306cca1890780b376c380118f8b859d38a1dedb49f266dfd9f
26
27 diff --git a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
28 index fa2675d3762..23c9e23b4cf 100644
29 --- a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
30 +++ b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
31 @@ -1,9 +1,9 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 +# Copyright 1999-2017 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI="5"
37
38 -PYTHON_COMPAT=( python{2_7,3_4} )
39 +PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
40
41 inherit distutils-r1
42
43 @@ -17,10 +17,10 @@ SLOT="0"
44 IUSE=""
45
46 RDEPEND="
47 - >=dev-python/django-1.4
48 + >=dev-python/django-1.4[${PYTHON_USEDEP}]
49 "
50
51 DEPEND="
52 ${RDEPEND}
53 - dev-python/setuptools
54 + dev-python/setuptools[${PYTHON_USEDEP}]
55 "
56
57 diff --git a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
58 similarity index 68%
59 copy from dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
60 copy to dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
61 index fa2675d3762..5a796ae3464 100644
62 --- a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
63 +++ b/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
64 @@ -1,9 +1,9 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 +# Copyright 1999-2017 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI="5"
70
71 -PYTHON_COMPAT=( python{2_7,3_4} )
72 +PYTHON_COMPAT=( python{2_{6,7},3_{3,4,5,6}} )
73
74 inherit distutils-r1
75
76 @@ -17,10 +17,10 @@ SLOT="0"
77 IUSE=""
78
79 RDEPEND="
80 - >=dev-python/django-1.4
81 + >=dev-python/django-1.4[${PYTHON_USEDEP}]
82 "
83
84 DEPEND="
85 ${RDEPEND}
86 - dev-python/setuptools
87 + dev-python/setuptools[${PYTHON_USEDEP}]
88 "