summaryrefslogtreecommitdiff
path: root/dev-python/construct/construct-2.10.59.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-25 22:34:09 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-25 22:34:09 +0100
commit0b86378f5a2ec1483d99f2643ad2f602cb1b2ab0 (patch)
tree1b7b0723179130d3bd5ccd0bf00095b805ee5516 /dev-python/construct/construct-2.10.59.ebuild
parent224e2694ce93498584b6e828ebe6d57b344666bd (diff)
downloadgentoo-0b86378f5a2ec1483d99f2643ad2f602cb1b2ab0.tar.gz
gentoo-0b86378f5a2ec1483d99f2643ad2f602cb1b2ab0.tar.bz2
gentoo-0b86378f5a2ec1483d99f2643ad2f602cb1b2ab0.zip
dev-python/construct: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/construct/construct-2.10.59.ebuild')
-rw-r--r--dev-python/construct/construct-2.10.59.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/construct/construct-2.10.59.ebuild b/dev-python/construct/construct-2.10.59.ebuild
deleted file mode 100644
index c6e6d2e95211..000000000000
--- a/dev-python/construct/construct-2.10.59.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A powerful declarative parser for binary data"
-HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
-SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
- test? (
- dev-python/arrow[${PYTHON_USEDEP}]
- dev-python/cloudpickle[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
- dev-python/ruamel-yaml[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
- rm tests/test_benchmarks.py || die
-}
-
-pkg_postinst() {
- ewarn "Version 2.10.x has significant API and implementation changes from"
- ewarn "previous 2.9.x releases. Please read the documentation at"
- ewarn "https://construct.readthedocs.io/en/latest/transition210.html"
- ewarn "for more info."
-}