From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2223C15838C for ; Sun, 21 Jan 2024 06:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E123E29B0; Sun, 21 Jan 2024 06:21:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10295E29B0 for ; Sun, 21 Jan 2024 06:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5194B343291 for ; Sun, 21 Jan 2024 06:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C6BF14BD for ; Sun, 21 Jan 2024 06:21:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1705818100.3c73d15847b23a7cd354be563bef5bc981370cd1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/patsy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/patsy/Manifest dev-python/patsy/patsy-0.5.5.ebuild X-VCS-Directories: dev-python/patsy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3c73d15847b23a7cd354be563bef5bc981370cd1 X-VCS-Branch: master Date: Sun, 21 Jan 2024 06:21:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ccfa4608-3ce9-48de-96c8-4a88c5cfd870 X-Archives-Hash: edaa91745239d49a0123d4ea284c9eac commit: 3c73d15847b23a7cd354be563bef5bc981370cd1 Author: Michał Górny gentoo org> AuthorDate: Sun Jan 21 05:12:04 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 21 06:21:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c73d158 dev-python/patsy: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/patsy/Manifest | 1 - dev-python/patsy/patsy-0.5.5.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/patsy/Manifest b/dev-python/patsy/Manifest index 86641a7c6e53..a53e0f32064c 100644 --- a/dev-python/patsy/Manifest +++ b/dev-python/patsy/Manifest @@ -1,2 +1 @@ -DIST patsy-0.5.5.tar.gz 398073 BLAKE2B 39f2f0d7d855fc3a4ae4a8930847c859aeacd74232fbc46c5455d10fe9cf0940ce5dea5322927df7b6aed61799e9ecbb6156cd2d142e0e965dc3b208896b1f7d SHA512 9df823094223e4929ece2d35696288cfb1ce0395cc3a322b88b582439dbe85ae69d81c876deef2cedebcd4763a57cc7289bdc74f77cb6a514d1f2c3a9332a7f4 DIST patsy-0.5.6.tar.gz 398011 BLAKE2B c5fb15c57e270e3545cfdc8c13f8e745c94822be6684aa6703bdbc1da15ea63eb7a21d1e0bd1aaed2a4d919f4848fd9089dbcd3c304676e0a9512d13f94302bb SHA512 df73ddfa0e66088cb50133240e2d67e2a833d8f691e17b443cdc0661adf580eb8908b1e1082e8debd91439bbe7b990a9a455f16bd6773173c7e86273f2c1051b diff --git a/dev-python/patsy/patsy-0.5.5.ebuild b/dev-python/patsy/patsy-0.5.5.ebuild deleted file mode 100644 index 6643571e86f2..000000000000 --- a/dev-python/patsy/patsy-0.5.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -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 ~loong ~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