Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyconstruct/, profiles/updates/, dev-python/construct/
Date: Sun, 07 May 2017 13:57:32
Message-Id: 1494165440.56e9a2d38d5818d30ea1ca719a34bf95368987a5.mgorny@gentoo
1 commit: 56e9a2d38d5818d30ea1ca719a34bf95368987a5
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 10 12:02:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 13:57:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e9a2d3
7
8 dev-python/construct: Renaming from pyconstruct
9
10 Package-Manager: portage-2.3.3
11
12 dev-python/{pyconstruct => construct}/Manifest | 0
13 .../construct-2.5.2.ebuild} | 9 ++-------
14 dev-python/{pyconstruct => construct}/metadata.xml | 0
15 profiles/updates/2Q-2017 | 1 +
16 4 files changed, 3 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-python/pyconstruct/Manifest b/dev-python/construct/Manifest
19 similarity index 100%
20 rename from dev-python/pyconstruct/Manifest
21 rename to dev-python/construct/Manifest
22
23 diff --git a/dev-python/pyconstruct/pyconstruct-2.5.2.ebuild b/dev-python/construct/construct-2.5.2.ebuild
24 similarity index 72%
25 rename from dev-python/pyconstruct/pyconstruct-2.5.2.ebuild
26 rename to dev-python/construct/construct-2.5.2.ebuild
27 index 148cdeb408c..96dfb03a74a 100644
28 --- a/dev-python/pyconstruct/pyconstruct-2.5.2.ebuild
29 +++ b/dev-python/construct/construct-2.5.2.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 +# Copyright 1999-2017 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=5
36 @@ -6,12 +6,9 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy )
37
38 inherit distutils-r1
39
40 -MY_PN="construct"
41 -MY_P="${MY_PN}-${PV}"
42 -
43 DESCRIPTION="A powerful declarative parser for binary data"
44 HOMEPAGE="http://construct.wikispaces.com/ https://pypi.python.org/pypi/construct"
45 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
46 +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
47
48 LICENSE="public-domain"
49 SLOT="0"
50 @@ -20,5 +17,3 @@ IUSE=""
51
52 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
54 -
55 -S="${WORKDIR}/${MY_P}"
56
57 diff --git a/dev-python/pyconstruct/metadata.xml b/dev-python/construct/metadata.xml
58 similarity index 100%
59 rename from dev-python/pyconstruct/metadata.xml
60 rename to dev-python/construct/metadata.xml
61
62 diff --git a/profiles/updates/2Q-2017 b/profiles/updates/2Q-2017
63 index de51b2f6de2..f87928b51b7 100644
64 --- a/profiles/updates/2Q-2017
65 +++ b/profiles/updates/2Q-2017
66 @@ -1 +1,2 @@
67 move kde-misc/kio_gopher kde-misc/kio-gopher
68 +move dev-python/pyconstruct dev-python/construct