summaryrefslogtreecommitdiff
path: root/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-03-16 13:40:37 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-03-16 13:40:37 +0000
commit056129369fe8d414a3c66fc9a52b4b6efc7e4f8c (patch)
tree289a1c6e2e5ac153f09dec4581f3808c3f5d8e13 /dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild
parent1cd3065bf0a16f121fad816c79dbd3f96f23de94 (diff)
downloadbaldeagleos-repo-056129369fe8d414a3c66fc9a52b4b6efc7e4f8c.tar.gz
baldeagleos-repo-056129369fe8d414a3c66fc9a52b4b6efc7e4f8c.tar.xz
baldeagleos-repo-056129369fe8d414a3c66fc9a52b4b6efc7e4f8c.zip
Adding metadata
Diffstat (limited to 'dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild')
-rw-r--r--dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild
deleted file mode 100644
index 56a014b0519b..000000000000
--- a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="${PN//-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Ruamel enhancements to pathlib and pathlib2"
-HOMEPAGE="https://pypi.org/project/ruamel.std.pathlib/ https://sourceforge.net/p/ruamel-std-pathlib/"
-# PyPI tarballs do not include tests
-SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz -> ${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="dev-python/namespace-ruamel[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"/${MY_P}
-
-distutils_enable_tests pytest
-
-python_install() {
- distutils-r1_python_install --single-version-externally-managed
- find "${ED}" -name '*.pth' -delete || die
-}