summaryrefslogtreecommitdiff
path: root/dev-python/ruamel-std-pathlib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-python/ruamel-std-pathlib
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-python/ruamel-std-pathlib')
-rw-r--r--dev-python/ruamel-std-pathlib/Manifest3
-rw-r--r--dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r2.ebuild (renamed from dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r1.ebuild)6
-rw-r--r--dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2.ebuild34
3 files changed, 6 insertions, 37 deletions
diff --git a/dev-python/ruamel-std-pathlib/Manifest b/dev-python/ruamel-std-pathlib/Manifest
index 62e271b4daa5..997aa82b821d 100644
--- a/dev-python/ruamel-std-pathlib/Manifest
+++ b/dev-python/ruamel-std-pathlib/Manifest
@@ -1,4 +1,3 @@
DIST ruamel-std-pathlib-0.9.2.tar.xz 19948 BLAKE2B 1d8d6b4a6703c22a578320d47258bca487376945fc5442716686b05aed78ab64b32022da7fe63f454396235c5782135d173892ab99fdcb857d42369732e26f80 SHA512 71077d2c979bdd5f9d4a2467f6d4a7c0aeabb3dab3f0657411b562ada955c859da619db1e8431d8065d7610b376a961244920359471a9c1358315c02a6b621e4
-EBUILD ruamel-std-pathlib-0.9.2-r1.ebuild 839 BLAKE2B cdeddcb0502cedf1a0489fa430b3f6ced732ebece758ecd5d8d2f109e042b76fd73473889d2daf83a5e8af1c40f588ec65a44f60e3ac3cf3459188bbf20d2879 SHA512 a7916a0bc5dad4214f33433b87a3ccd85f97a3c5dc0022f376b46dca5d302c5cf77fbe3fb485242e6f7200a96b45f37a935dea7c8df5432614f9742a58c6aa9a
-EBUILD ruamel-std-pathlib-0.9.2.ebuild 823 BLAKE2B 54ec93e0f99e792eb53f3c57d08ca6929f4a24e046addc48855b7d2db9019788db7748ec1ce0f93b022b24dd3d556e4651d77573a0fd6f5d8d5cda1fddb78b17 SHA512 c20b1c83ec5bf578987880fefda794f2c8f5b58758f3f67a849db1d2a957fe21bf1b81fdbefcc464b405fbd8ff3cf90ed94ae90ba199e3e74d1ddc7a46cc6ac5
+EBUILD ruamel-std-pathlib-0.9.2-r2.ebuild 875 BLAKE2B 346a03f03605fcb26542dc9789609b60f8f194b72b116efdea7e2c23e09f234a5568df4f601436d823e00ac385a4f123c177a27fd3a515d946d9a0a38fa57009 SHA512 20fdcee89c7022a46184cd04cba306bad4abb8e8e087146764b742d5c1c7cdfe6360d5a8505403966fb6fb3066611d1e50c7d347f6adf98563cb54711ead96b7
MISC metadata.xml 773 BLAKE2B da92f7a81821b07d2082a187c3b09e52552256a25404576676a10b92178f7ed75319b27a5ffd160631767dbed4e9ef699da57439d16ea4bc35a548f3c5978453 SHA512 5419f21c2f50d6d49bccd8a267d96cc230af41fd63fccf0391fcbce3f05197144bf731bc8f7b384c4eb4992ed0fe0824fdc7d2f6bc3e00553faad9d87c0bd6e2
diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r1.ebuild b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r2.ebuild
index ada76ed82820..ac94bd9aeb22 100644
--- a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r1.ebuild
+++ b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r2.ebuild
@@ -20,7 +20,11 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+
+RDEPEND="
+ !dev-python/namespace-ruamel
+"
distutils_enable_tests pytest
diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2.ebuild b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2.ebuild
deleted file mode 100644
index f40af8370d46..000000000000
--- a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P="${PN//-/.}-${PV}"
-DESCRIPTION="Ruamel enhancements to pathlib and pathlib2"
-HOMEPAGE="
- https://pypi.org/project/ruamel.std.pathlib/
- https://sourceforge.net/projects/ruamel-std-pathlib/
-"
-# PyPI tarballs do not include tests
-SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz -> ${P}.tar.xz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
- dev-python/namespace-ruamel[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_install() {
- distutils-r1_python_install
- find "${ED}" -name '*.pth' -delete || die
-}