diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-05-15 04:29:44 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-05-15 04:29:44 +0000 |
commit | 6cf1bfbb3dc7a0ad0191431e880b2018cdc289ec (patch) | |
tree | 8b0df1cd91643de9d8efe0bacb6ded2b4de26e73 /dev-python/pyconstruct/pyconstruct-2.0.0.ebuild | |
parent | Remove old (diff) | |
download | historical-6cf1bfbb3dc7a0ad0191431e880b2018cdc289ec.tar.gz historical-6cf1bfbb3dc7a0ad0191431e880b2018cdc289ec.tar.bz2 historical-6cf1bfbb3dc7a0ad0191431e880b2018cdc289ec.zip |
bump; drop py2.6 add py3 pypy support, rm old
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/pyconstruct/pyconstruct-2.0.0.ebuild')
-rw-r--r-- | dev-python/pyconstruct/pyconstruct-2.0.0.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/pyconstruct/pyconstruct-2.0.0.ebuild b/dev-python/pyconstruct/pyconstruct-2.0.0.ebuild deleted file mode 100644 index ced4cf34ea74..000000000000 --- a/dev-python/pyconstruct/pyconstruct-2.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.0.0.ebuild,v 1.2 2010/06/08 19:04:28 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -inherit python - -DESCRIPTION="Library for constructing (parsing and building) of binary and textual data structures" -HOMEPAGE="http://construct.wikispaces.com/ http://pypi.python.org/pypi/construct" -SRC_URI="mirror://sourceforge/pyconstruct/construct-2.00-distro.zip" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -S="${WORKDIR}/construct" - -src_install() { - installation() { - insinto $(python_get_sitedir)/construct - doins -r * - } - python_execute_function installation -} - -pkg_postinst() { - python_mod_optimize construct -} - -pkg_postrm() { - python_mod_cleanup construct -} |