From f002682a6d1d3fae83bd71eb6cf20c579e1d3e7d Mon Sep 17 00:00:00 2001 From: Zen Date: Sat, 1 Jun 2024 17:32:48 -0500 Subject: [PATCH 1/2] dev-python/pycpio: Add 1.1.3 Signed-off-by: Zen --- dev-python/pycpio/Manifest | 1 + dev-python/pycpio/pycpio-1.1.3.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 dev-python/pycpio/pycpio-1.1.3.ebuild diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest index 062e0fe9dd..d338f8a36c 100644 --- a/dev-python/pycpio/Manifest +++ b/dev-python/pycpio/Manifest @@ -1,2 +1,3 @@ DIST pycpio-1.0.0.tar.gz 17890 BLAKE2B beeec891fc17416280247e8a15373628f40be10946b596889b2d2a14d3e9ab5ee2014e6a4c6f5c4d612385f602e5ae14601cf0e379a165c2ed5d335832b3cfa2 SHA512 1ee2b09f01eab4b8adfd050845ff810b3da663386544321021de1b9a53b7846a31f3a6ab9e132fbffb9eeb04ad2b7b81235f59a333a63c3679d51755b822b320 DIST pycpio-1.1.2.tar.gz 18207 BLAKE2B acc92b626b5a110b8aa1672449fa1065283edfeb300c406b654e5a045bc554d9f79d3cd8f7edb53142405e600ceec21fa811a863907af3464d310482aa3fc528 SHA512 9a420edabec91e633b618f68878942d047d851eecad861255705f3db3f9fa8d14fa364f19320eb22758bbb7f1b23e7231b5db7aca117e670286e73f1dcb289ce +DIST pycpio-1.1.3.tar.gz 18239 BLAKE2B b96184de31dc1c5a5c5c663dbc796d7ab540d81968647a9c6fc050b8ef52ea50dc9d86d70c8d0f954f45dce10a859e553cc596015824aae01afa5d8c3baf8632 SHA512 6421a5c5102d5954022873736fd637bb04141c5a1b4276bbf90c53f9c212d1e29889a58ee05c131a3f3d9829446fb7a9e3d4625c094adb98fa38595041ccd52f diff --git a/dev-python/pycpio/pycpio-1.1.3.ebuild b/dev-python/pycpio/pycpio-1.1.3.ebuild new file mode 100644 index 0000000000..0d85c55670 --- /dev/null +++ b/dev-python/pycpio/pycpio-1.1.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..12} ) +inherit distutils-r1 + +DESCRIPTION="Python CPIO library" +HOMEPAGE="https://github.com/desultory/pycpio" +SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +DEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]" From f7a5c5b618165c9a19c510b95a267923b9f93f2e Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 1 Jun 2024 19:13:35 -0400 Subject: [PATCH 2/2] dev-python/hypothesmith: treeclean Bug: https://bugs.gentoo.org/931377 Bug: https://bugs.gentoo.org/921823 Bug: https://bugs.gentoo.org/921821 Signed-off-by: Julien Roy --- dev-python/hypothesmith/Manifest | 1 - .../hypothesmith/hypothesmith-0.2.0.ebuild | 46 ------------------- dev-python/hypothesmith/metadata.xml | 9 ---- 3 files changed, 56 deletions(-) delete mode 100644 dev-python/hypothesmith/Manifest delete mode 100644 dev-python/hypothesmith/hypothesmith-0.2.0.ebuild delete mode 100644 dev-python/hypothesmith/metadata.xml diff --git a/dev-python/hypothesmith/Manifest b/dev-python/hypothesmith/Manifest deleted file mode 100644 index 37e5778437..0000000000 --- a/dev-python/hypothesmith/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hypothesmith-0.2.0.tar.gz 24933 BLAKE2B 36c5296d2ab5d86a2dcde565bda16aff31de7f0be1cbc487ea2115e6e3baacf5ba740192885dd5a843d53c51932551574c0debd97f1b374a4e0bea48ec4204d4 SHA512 b82627897f0e07e6249ce2d3730134690dbe340b81632a1101b6b6b9a9ac6ccd0f350ba10f729349ef200b9243081f7f58eb760ccbcb4175adfcc5f411a8a045 diff --git a/dev-python/hypothesmith/hypothesmith-0.2.0.ebuild b/dev-python/hypothesmith/hypothesmith-0.2.0.ebuild deleted file mode 100644 index a678376012..0000000000 --- a/dev-python/hypothesmith/hypothesmith-0.2.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 ) # python3_11 depends on dev-python/libcst - -inherit distutils-r1 pypi - -DESCRIPTION="Hypothesis strategies for generating Python programs" -HOMEPAGE="https://github.com/Zac-HD/hypothesmith" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -src_prepare() { - default - sed -e '/-Werror/d' \ - -e '/--cov/d' \ - -i tox.ini || die -} - -RDEPEND=" - >=dev-python/hypothesis-5.41.0[${PYTHON_USEDEP}] - >=dev-python/lark-0.7.2[${PYTHON_USEDEP}] - >=dev-python/libcst-0.3.8[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - test? ( - dev-python/black[${PYTHON_USEDEP}] - dev-python/parso[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests --install pytest - -python_test() { - # https://github.com/Zac-HD/hypothesmith/issues/21 - local EPYTEST_DESELECT=( 'tests/test_cst.py::test_source_code_from_libcst_node_type' ) - epytest -} diff --git a/dev-python/hypothesmith/metadata.xml b/dev-python/hypothesmith/metadata.xml deleted file mode 100644 index c9f2d9ef18..0000000000 --- a/dev-python/hypothesmith/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - Zac-HD/hypothesmith - hypothesmith - -