From 56e9a2d38d5818d30ea1ca719a34bf95368987a5 Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Fri, 10 Feb 2017 17:02:00 +0500 Subject: [PATCH] dev-python/construct: Renaming from pyconstruct Package-Manager: portage-2.3.3 --- dev-python/{pyconstruct => construct}/Manifest | 0 .../construct-2.5.2.ebuild} | 9 ++------- dev-python/{pyconstruct => construct}/metadata.xml | 0 profiles/updates/2Q-2017 | 1 + 4 files changed, 3 insertions(+), 7 deletions(-) rename dev-python/{pyconstruct => construct}/Manifest (100%) rename dev-python/{pyconstruct/pyconstruct-2.5.2.ebuild => construct/construct-2.5.2.ebuild} (72%) rename dev-python/{pyconstruct => construct}/metadata.xml (100%) diff --git a/dev-python/pyconstruct/Manifest b/dev-python/construct/Manifest similarity index 100% rename from dev-python/pyconstruct/Manifest rename to dev-python/construct/Manifest diff --git a/dev-python/pyconstruct/pyconstruct-2.5.2.ebuild b/dev-python/construct/construct-2.5.2.ebuild similarity index 72% rename from dev-python/pyconstruct/pyconstruct-2.5.2.ebuild rename to dev-python/construct/construct-2.5.2.ebuild index 148cdeb408cab..96dfb03a74ae0 100644 --- a/dev-python/pyconstruct/pyconstruct-2.5.2.ebuild +++ b/dev-python/construct/construct-2.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,12 +6,9 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 -MY_PN="construct" -MY_P="${MY_PN}-${PV}" - DESCRIPTION="A powerful declarative parser for binary data" HOMEPAGE="http://construct.wikispaces.com/ https://pypi.python.org/pypi/construct" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" @@ -20,5 +17,3 @@ IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/pyconstruct/metadata.xml b/dev-python/construct/metadata.xml similarity index 100% rename from dev-python/pyconstruct/metadata.xml rename to dev-python/construct/metadata.xml diff --git a/profiles/updates/2Q-2017 b/profiles/updates/2Q-2017 index de51b2f6de296..f87928b51b7c6 100644 --- a/profiles/updates/2Q-2017 +++ b/profiles/updates/2Q-2017 @@ -1 +1,2 @@ move kde-misc/kio_gopher kde-misc/kio-gopher +move dev-python/pyconstruct dev-python/construct