summaryrefslogtreecommitdiff
path: root/dev-python/patsy/patsy-0.5.3-r1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-24 18:22:26 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-24 18:22:26 +0100
commit9c019c12fb5fca5727dfbf370500f3287fb25135 (patch)
tree6c10eb1cfc6b6623a04846a84a4aac32190ba5d0 /dev-python/patsy/patsy-0.5.3-r1.ebuild
parent9e17619953e2fd4bd63cb2102f58aa4214b006fc (diff)
downloadgentoo-9c019c12fb5fca5727dfbf370500f3287fb25135.tar.gz
gentoo-9c019c12fb5fca5727dfbf370500f3287fb25135.tar.bz2
gentoo-9c019c12fb5fca5727dfbf370500f3287fb25135.zip
dev-python/patsy: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/patsy/patsy-0.5.3-r1.ebuild')
-rw-r--r--dev-python/patsy/patsy-0.5.3-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/patsy/patsy-0.5.3-r1.ebuild b/dev-python/patsy/patsy-0.5.3-r1.ebuild
deleted file mode 100644
index 610faf6f5a84..000000000000
--- a/dev-python/patsy/patsy-0.5.3-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-# py3.12: https://github.com/pydata/patsy/issues/196
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python module to describe statistical models and design matrices"
-HOMEPAGE="
- https://patsy.readthedocs.io/en/latest/index.html
- https://github.com/pydata/patsy/
- https://pypi.org/project/patsy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- !hppa? (
- dev-python/scipy[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest