commit: 57267c16f9465f083a0ccb57ac3f12b3c9f7a013
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 09:31:44 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 09:37:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57267c16
dev-python/PeachPy: add 2022.11.13, drop 2021.10.13
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-python/PeachPy/Manifest | 2 +-
.../{PeachPy-2021.10.13.ebuild => PeachPy-2022.11.13.ebuild} | 6 ++----
dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch | 11 -----------
3 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/dev-python/PeachPy/Manifest b/dev-python/PeachPy/Manifest
index 853751080e6a..eca2287dc132 100644
--- a/dev-python/PeachPy/Manifest
+++ b/dev-python/PeachPy/Manifest
@@ -1 +1 @@
-DIST PeachPy-2021.10.13.gh.tar.gz 248855 BLAKE2B
5f8e7845dfa7327c62e6a953505260645ca29dc762dcb3ffd971a6a07c81f259776286c12c2147e980ae43f77d3ce060a87201e2189123290845f6543c74775f
SHA512
c6370de8da9152e812702a3bb53592cba89ee24fdfbeaa87d49374bad7b2d79c60e54bac17a29d861f5881f4ce076f2fe96bff378ef31bdf3cbc6bc5093f6f3d
+DIST PeachPy-2022.11.13.gh.tar.gz 248834 BLAKE2B
508100af45ee2868637c9f2123d835b26a6f8fc4fe880302ec273e19f95b855c667e30e1a31a23dc621aea57b3bf1948d9c2339e35dee55d46d3205d2fe93f03
SHA512
adda0e1c2e417792d0799f2fb5fa92636eff493e83dacf38344ca4a9fe37344bbb73228409cdf8680290ea7f374025f8b23bcdce6ab67b5329ae4a2acbc1cf4f
diff --git a/dev-python/PeachPy/PeachPy-2021.10.13.ebuild
b/dev-python/PeachPy/PeachPy-2022.11.13.ebuild
similarity index 83%
rename from dev-python/PeachPy/PeachPy-2021.10.13.ebuild
rename to dev-python/PeachPy/PeachPy-2022.11.13.ebuild
index 22f7d19818fc..493cd83fb3e1 100644
--- a/dev-python/PeachPy/PeachPy-2021.10.13.ebuild
+++ b/dev-python/PeachPy/PeachPy-2022.11.13.ebuild
@@ -4,10 +4,10 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
-CommitId=257881e0a7ce985c1cf96653db1264bf09adf510
+CommitId=349e8f836142b2ed0efeb6bb99b1b715d87202e9
DESCRIPTION="Portable Efficient Assembly Code-generator in Higher-level Python"
HOMEPAGE="https://pypi.org/project/PeachPy/"
@@ -27,5 +27,3 @@ DEPEND="${RDEPEND}"
BDEPEND=""
S="${WORKDIR}"/${PN}-${CommitId}
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
diff --git a/dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch
b/dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch
deleted file mode 100644
index c5ecab041a76..000000000000
--- a/dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py 2022-05-15 19:33:42.938456878 +0200
-+++ b/setup.py 2022-05-15 19:33:57.869231488 +0200
-@@ -35,7 +35,7 @@
- def run(self):
- # package_dir may be None, in that case use the current directory.
- import os
-- if self.distribution.package_dir is None:
-+ if not self.distribution.package_dir:
- src_dir = os.getcwd()
- else:
- src_dir = os.path.abspath(self.distribution.package_dir[""])