blob: d42390b079fa0ad780ef1236de98f6242091a4b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
# ChangeLog for virtual/python-argparse
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.19 2014/04/19 17:59:26 mgorny Exp $
19 Apr 2014; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
02 Apr 2014; Patrick McLean <chutzpah@gentoo.org> python-argparse-1.ebuild:
Add python3.4
31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
Add support for the new PyPy slotting.
25 Jan 2014; Mike Frysinger <vapier@gentoo.org> python-argparse-0.ebuild,
python-argparse-1.ebuild:
Add m68k love.
19 Jan 2014; Mike Frysinger <vapier@gentoo.org> python-argparse-0.ebuild,
python-argparse-1.ebuild:
Add arm64 love.
13 Sep 2013; Michał Górny <mgorny@gentoo.org> python-argparse-0.ebuild,
python-argparse-1.ebuild:
Use python_gen_cond_dep and python_gen_usedep. This guarantees clean upgrade
after disabling old implementations.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-argparse-0.ebuild,
python-argparse-1.ebuild:
Clean up after py2.5+3.1 removal. Inline the deps.
07 Aug 2013; Michał Górny <mgorny@gentoo.org> python-argparse-0.ebuild,
python-argparse-1.ebuild:
Drop removed Python implementations from PYTHON_COMPAT.
17 Feb 2013; Zac Medico <zmedico@gentoo.org> python-argparse-1.ebuild:
Add ~arm-linux keyword.
17 Feb 2013; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
Update the KEYWORDS. Add PYTHON_DEPS to RDEP and simplify the dep-gen code.
22 Jan 2013; Ian Delaney <idella4@gentoo.org> python-argparse-1.ebuild:
Re-added not yet deprecated pypy1_8
22 Jan 2013; Ian Delaney <idella4@gentoo.org> python-argparse-1.ebuild:
updated pypy deps
07 Jan 2013; Mike Frysinger <vapier@gentoo.org> python-argparse-0.ebuild,
python-argparse-1.ebuild:
Add m68k love.
06 Jan 2013; Mike Gilbert <floppym@gentoo.org> python-argparse-0.ebuild,
python-argparse-1.ebuild:
Python 3.1 needs dev-python/argparse too.
17 Dec 2012; Michał Górny <mgorny@gentoo.org> python-argparse-0.ebuild,
python-argparse-1.ebuild:
Bump to EAPI=5 to make Paludis happy, bug #447524.
15 Dec 2012; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
Remove jython2.5 support, bug #447148.
14 Dec 2012; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
Remove obsolete note.
*python-argparse-1 (29 Oct 2012)
29 Oct 2012; Michał Górny <mgorny@gentoo.org> +python-argparse-1.ebuild:
Update the virtual to depend on target-aware argparse.
*python-argparse-0 (28 Oct 2012)
28 Oct 2012; Michał Górny <mgorny@gentoo.org> +metadata.xml,
+python-argparse-0.ebuild:
Introduce a virtual for argparse Python module. Thanks to Mike Gilbert for
review.
|