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 75FCD158086 for ; Mon, 8 Nov 2021 07:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4152F2BC03C; Mon, 8 Nov 2021 07:21:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B2D982BC03C for ; Mon, 8 Nov 2021 07:21:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8E8AD342E0C for ; Mon, 8 Nov 2021 07:21:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC570165 for ; Mon, 8 Nov 2021 07:20:59 +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: <1636356030.3ecb3b68c2e79ffd49e18bfe27ff6f40f018a519.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/patsy/, dev-python/patsy/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/patsy/Manifest dev-python/patsy/files/patsy-0.5.1-py310.patch dev-python/patsy/patsy-0.5.1.ebuild X-VCS-Directories: dev-python/patsy/ dev-python/patsy/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ecb3b68c2e79ffd49e18bfe27ff6f40f018a519 X-VCS-Branch: master Date: Mon, 8 Nov 2021 07:20:59 +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: c6f52bda-2947-4264-ae4f-dd2d1639c425 X-Archives-Hash: 35a6be3616f756ea519d4597b90f3a58 commit: 3ecb3b68c2e79ffd49e18bfe27ff6f40f018a519 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 8 07:20:30 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 8 07:20:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ecb3b68 dev-python/patsy: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/patsy/Manifest | 1 - dev-python/patsy/files/patsy-0.5.1-py310.patch | 39 -------------------------- dev-python/patsy/patsy-0.5.1.ebuild | 27 ------------------ 3 files changed, 67 deletions(-) diff --git a/dev-python/patsy/Manifest b/dev-python/patsy/Manifest index b66b50f379e..67873491e69 100644 --- a/dev-python/patsy/Manifest +++ b/dev-python/patsy/Manifest @@ -1,2 +1 @@ -DIST patsy-0.5.1.tar.gz 397623 BLAKE2B b8861e8c8e223db5df616c378d5b1ce475a1b337d049723c1a4b01432d9e1569c4b6537dc467fbc1ba83dfc7cd999ad188008e387c446f2133f872393c9eb960 SHA512 aeb56411e68713ec75c0b5344890939f721c460d3c7643b9fd57d7c928421d21408b0f2963348edf27a025842989dbae6fd5cfccd3f9d9497d60a1dffe8d7bdc DIST patsy-0.5.2.tar.gz 397275 BLAKE2B 3aa5dc310729bd979c78004d5f1badb83b75b08d290cf8258191c87d61401f0b6ecd9490f1c4b932269e545c50a16694e44de9c076ca80648717c5f1af62fb69 SHA512 898df5536b0ff3a4d299e69c5f73a3d754cfbe78fe463fb4c4726cfd67d4e30c77cd3d7093131737207cb9f29c1374ab20a68ec5978007ea51878ec7c395f48d diff --git a/dev-python/patsy/files/patsy-0.5.1-py310.patch b/dev-python/patsy/files/patsy-0.5.1-py310.patch deleted file mode 100644 index 04a712e7e42..00000000000 --- a/dev-python/patsy/files/patsy-0.5.1-py310.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 6328c7652e4d7fda9872a555d31658e54b7b0e6e Mon Sep 17 00:00:00 2001 -From: thequackdaddy -Date: Sun, 28 Oct 2018 19:38:08 -0500 -Subject: [PATCH] MAINT: A few python 3.7 fixes - ---- - patsy/constraint.py | 5 ++++- - tools/check-API-refs.py | 2 +- - 3 files changed, 6 insertions(+), 2 deletions(-) - -diff --git a/patsy/constraint.py b/patsy/constraint.py -index ca9f6e2..d710a94 100644 ---- a/patsy/constraint.py -+++ b/patsy/constraint.py -@@ -10,7 +10,10 @@ - __all__ = ["LinearConstraint"] - - import re --from collections import Mapping -+try: -+ from collections.abc import Mapping -+except ImportError: -+ from collections import Mapping - import six - import numpy as np - from patsy import PatsyError -diff --git a/tools/check-API-refs.py b/tools/check-API-refs.py -index 8e9e8a1..9349028 100644 ---- a/tools/check-API-refs.py -+++ b/tools/check-API-refs.py -@@ -9,7 +9,7 @@ - root = dirname(dirname(abspath(__file__))) - patsy_ref = root + "/doc/API-reference.rst" - --doc_re = re.compile("^\.\. (.*):: ([^\(]*)") -+doc_re = re.compile("^\\.\\. (.*):: ([^\\(]*)") - def _documented(rst_path): - documented = set() - for line in open(rst_path): diff --git a/dev-python/patsy/patsy-0.5.1.ebuild b/dev-python/patsy/patsy-0.5.1.ebuild deleted file mode 100644 index b728b8b52fb..00000000000 --- a/dev-python/patsy/patsy-0.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Python module to describe statistical models and design matrices" -HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] -" - -distutils_enable_tests nose - -PATCHES=( - "${FILESDIR}"/${P}-py310.patch -)