summaryrefslogtreecommitdiff
path: root/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-10-18 13:43:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-10-18 13:43:41 +0000
commit701ed01438242faf99f324bc3583bc4c507b4c97 (patch)
tree289ae27e8328a42cf851f40c1708aced1fed42c7 /dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.0.ebuild
parentac952d902a1c5c707e3b911be966cc057f6895fa (diff)
downloadbaldeagleos-repo-701ed01438242faf99f324bc3583bc4c507b4c97.tar.gz
baldeagleos-repo-701ed01438242faf99f324bc3583bc4c507b4c97.tar.xz
baldeagleos-repo-701ed01438242faf99f324bc3583bc4c507b4c97.zip
Adding metadata
Diffstat (limited to 'dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.0.ebuild')
-rw-r--r--dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.0.ebuild b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.0.ebuild
new file mode 100644
index 000000000000..e04c499d8ee2
--- /dev/null
+++ b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{6,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"
+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 --single-version-externally-managed
+ find "${ED}" -name '*.pth' -delete || die
+}