summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2022-03-03 19:01:01 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2022-03-03 19:01:01 +0100
commit9ef96488ab4267bd1dfb819baa01698bf325b5e2 (patch)
tree9a85f6b0fd729d8f9aaeca40f62782bafea4da62 /dev-python
parentapp-text/poppler: 22.03.0 version bump, bumping subslot, w/o KEYWORDS (diff)
downloadgentoo-9ef96488ab4267bd1dfb819baa01698bf325b5e2.tar.gz
gentoo-9ef96488ab4267bd1dfb819baa01698bf325b5e2.tar.bz2
gentoo-9ef96488ab4267bd1dfb819baa01698bf325b5e2.zip
dev-python/pivy: removed obsolete 0.6.6
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pivy/pivy-0.6.6.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/pivy/pivy-0.6.6.ebuild b/dev-python/pivy/pivy-0.6.6.ebuild
deleted file mode 100644
index 8de008d6a5c1..000000000000
--- a/dev-python/pivy/pivy-0.6.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="Coin3D bindings for Python"
-HOMEPAGE="https://github.com/coin3d/pivy"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- PIVY_REPO_URI="https://github.com/coin3d/pivy.git"
-else
- SRC_URI="https://github.com/coin3d/pivy/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="+quarter soqt"
-
-REQUIRED_USE="
- ${PYTHON_REQUIRED_USE}
- || ( quarter soqt )
-"
-
-RDEPEND="
- >=media-libs/coin-4.0.0
- quarter? ( media-libs/quarter )
- soqt? ( >=media-libs/SoQt-1.6.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-lang/swig
- dev-util/cmake
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-0001-fix-CMakeLists.txt-for-distutils_cmake.patch
- "${FILESDIR}"/${P}-0002-Gentoo-specific-clear-swig-deprecation-warning.patch
-)
-
-DOCS=( AUTHORS HACKING NEWS README.md THANKS )