diff options
-rw-r--r-- | dev-python/construct/Manifest (renamed from dev-python/pyconstruct/Manifest) | 0 | ||||
-rw-r--r-- | dev-python/construct/construct-2.5.2.ebuild (renamed from dev-python/pyconstruct/pyconstruct-2.5.2.ebuild) | 9 | ||||
-rw-r--r-- | dev-python/construct/metadata.xml (renamed from dev-python/pyconstruct/metadata.xml) | 0 | ||||
-rw-r--r-- | profiles/updates/2Q-2017 | 1 |
4 files changed, 3 insertions, 7 deletions
diff --git a/dev-python/pyconstruct/Manifest b/dev-python/construct/Manifest index f360b2df75ed..f360b2df75ed 100644 --- a/dev-python/pyconstruct/Manifest +++ b/dev-python/construct/Manifest diff --git a/dev-python/pyconstruct/pyconstruct-2.5.2.ebuild b/dev-python/construct/construct-2.5.2.ebuild index 148cdeb408ca..96dfb03a74ae 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 index 0dbbbff97b7e..0dbbbff97b7e 100644 --- a/dev-python/pyconstruct/metadata.xml +++ b/dev-python/construct/metadata.xml diff --git a/profiles/updates/2Q-2017 b/profiles/updates/2Q-2017 index de51b2f6de29..f87928b51b7c 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 |