From 6593ef9f8e892f901910e0f4eb402a5c842e33c3 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 19 Feb 2023 12:03:10 +0000 Subject: Adding metadata --- dev-python/PeachPy/Manifest | 2 +- dev-python/PeachPy/PeachPy-2021.10.13.ebuild | 31 ---------------------- dev-python/PeachPy/PeachPy-2022.11.13.ebuild | 29 ++++++++++++++++++++ .../PeachPy/files/PeachPy-2021.10.13-gentoo.patch | 11 -------- 4 files changed, 30 insertions(+), 43 deletions(-) delete mode 100644 dev-python/PeachPy/PeachPy-2021.10.13.ebuild create mode 100644 dev-python/PeachPy/PeachPy-2022.11.13.ebuild delete mode 100644 dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch (limited to 'dev-python/PeachPy') 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-2021.10.13.ebuild deleted file mode 100644 index 41c2b5b16bb3..000000000000 --- a/dev-python/PeachPy/PeachPy-2021.10.13.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -inherit distutils-r1 - -CommitId=257881e0a7ce985c1cf96653db1264bf09adf510 - -DESCRIPTION="Portable Efficient Assembly Code-generator in Higher-level Python" -HOMEPAGE="https://pypi.org/project/PeachPy/" -SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="test" # depends on an old version of werkzeug - -RDEPEND=" - dev-python/Opcodes[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND="" - -S="${WORKDIR}"/${PN}-${CommitId} - -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) diff --git a/dev-python/PeachPy/PeachPy-2022.11.13.ebuild b/dev-python/PeachPy/PeachPy-2022.11.13.ebuild new file mode 100644 index 000000000000..422cdd942070 --- /dev/null +++ b/dev-python/PeachPy/PeachPy-2022.11.13.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +inherit distutils-r1 + +CommitId=349e8f836142b2ed0efeb6bb99b1b715d87202e9 + +DESCRIPTION="Portable Efficient Assembly Code-generator in Higher-level Python" +HOMEPAGE="https://pypi.org/project/PeachPy/" +SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="test" # depends on an old version of werkzeug + +RDEPEND=" + dev-python/Opcodes[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND="" + +S="${WORKDIR}"/${PN}-${CommitId} 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[""]) -- cgit v1.3.1